Lines Matching defs:time
17 #include <linux/time.h>
1462 /* Now it is right time to recover quotas... We have to do this under
1887 * same time.
1891 unsigned long time;
1893 get_random_bytes(&time, sizeof(time));
1894 time = ORPHAN_SCAN_SCHEDULE_TIMEOUT + (time % 5000);
1895 return msecs_to_jiffies(time);
2171 * Orphan recovery can happen at any time, not just mount so we have a