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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfd.h176 int checkfreq; /* how often should the drive be checked for disk member in struct:floppy_drive_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcompat_ioctl.c243 compat_int_t checkfreq; member in struct:compat_floppy_drive_params
394 err |= __get_user(f->checkfreq, &uf->checkfreq);
467 err |= __put_user(f->checkfreq, &uf->checkfreq);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl1464 set checkfreq [expr $nentries / 10]
1507 if { $checkfreq < 5 } {
1508 set checkfreq 5
1525 if { $count % $checkfreq == 0 } {
1706 set checkfreq [expr $nentries / 10]
1760 if { $checkfreq < 5 } {
1761 set checkfreq 5
1778 if { $count % $checkfreq == 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c3741 if (time_after(jiffies, UDRS->last_checked + UDP->checkfreq)) {

Completed in 98 milliseconds