Lines Matching defs:time
15 #include <linux/time.h>
1500 /* Now it is right time to recover quotas... We have to do this under
1920 * same time.
1924 unsigned long time;
1926 get_random_bytes(&time, sizeof(time));
1927 time = ORPHAN_SCAN_SCHEDULE_TIMEOUT + (time % 5000);
1928 return msecs_to_jiffies(time);
2204 * Orphan recovery can happen at any time, not just mount so we have a