Lines Matching refs:slack
52 long slack; in __estimate_accuracy() local
64 slack = tv->tv_nsec / divfactor; in __estimate_accuracy()
65 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy()
67 if (slack > MAX_SLACK) in __estimate_accuracy()
70 return slack; in __estimate_accuracy()
235 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument
241 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
405 unsigned long slack = 0; in do_select() local
425 slack = select_estimate_accuracy(end_time); in do_select()
530 to, slack)) in do_select()
787 unsigned long slack = 0; in do_poll() local
798 slack = select_estimate_accuracy(end_time); in do_poll()
861 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) in do_poll()