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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dinode.c1298 psb->trans_scan_timeout = psb->drop_scan_timeout = 0;
1344 seq_printf(seq, ",drop_scan_timeout=%u", jiffies_to_msecs(psb->drop_scan_timeout));
1376 {pohmelfs_opt_drop_scan_timeout, "drop_scan_timeout=%u"},
1413 psb->drop_scan_timeout = msecs_to_jiffies(option);
1505 if (psb->drop_scan_timeout)
1506 schedule_delayed_work(&psb->drop_dwork, psb->drop_scan_timeout);
1817 psb->drop_scan_timeout = msecs_to_jiffies(1000);
1889 schedule_delayed_work(&psb->drop_dwork, psb->drop_scan_timeout);
H A Dnetfs.h596 unsigned long drop_scan_timeout; member in struct:pohmelfs_sb

Completed in 60 milliseconds