Searched refs:checkfreq (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h180 int checkfreq; /* how often should the drive be checked for disk member in struct:floppy_drive_params
/linux-master/drivers/block/
H A Dfloppy.c3606 compat_int_t checkfreq; member in struct:compat_floppy_drive_params
3740 drive_params[drive].checkfreq = v.checkfreq;
3771 v.checkfreq = drive_params[drive].checkfreq;
4100 if (time_after(jiffies, drive_state[drive].last_checked + drive_params[drive].checkfreq)) {

Completed in 225 milliseconds