Lines Matching refs:slack
54 long slack; in __estimate_accuracy() local
66 slack = tv->tv_nsec / divfactor; in __estimate_accuracy()
67 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy()
69 if (slack > MAX_SLACK) in __estimate_accuracy()
72 return slack; in __estimate_accuracy()
237 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument
243 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
484 u64 slack = 0; in do_select() local
504 slack = select_estimate_accuracy(end_time); in do_select()
607 to, slack)) in do_select()
890 u64 slack = 0; in do_poll() local
901 slack = select_estimate_accuracy(end_time); in do_poll()
964 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) in do_poll()