taglinefilesource code
MSPT321drivers/char/ftape/fdc-io.ccurrent->timeout = jiffies + 1 + (time + MSPT - 1) / MSPT;
MSPT453drivers/char/ftape/ftape-ctl.cdt = (int) ((jiffies - t0) * MSPT);
MSPT124drivers/char/ftape/ftape-io.cint ticks = 1 + (time + MSPT - 1) / MSPT;
MSPT128drivers/char/ftape/ftape-io.cif (time < MSPT) {