Searched refs:sleeptime (Results 1 – 2 of 2) sorted by relevance
388 int sleeptime; in clamp_thread() local417 sleeptime = target_jiffies - jiffies; in clamp_thread()418 if (sleeptime <= 0) in clamp_thread()419 sleeptime = 1; in clamp_thread()420 schedule_timeout_interruptible(sleeptime); in clamp_thread()
1023 int sleeptime; in do_flock() local1046 for (sleeptime = 1; sleeptime <= 4; sleeptime <<= 1) { in do_flock()1052 msleep(sleeptime); in do_flock()