Lines Matching refs:slack
55 long slack; in __estimate_accuracy() local
67 slack = tv->tv_nsec / divfactor; in __estimate_accuracy()
68 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy()
70 if (slack > MAX_SLACK) in __estimate_accuracy()
73 return slack; in __estimate_accuracy()
238 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument
244 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
485 u64 slack = 0; in do_select() local
505 slack = select_estimate_accuracy(end_time); in do_select()
608 to, slack)) in do_select()
891 u64 slack = 0; in do_poll() local
902 slack = select_estimate_accuracy(end_time); in do_poll()
965 if (!poll_schedule_timeout(wait, TASK_INTERRUPTIBLE, to, slack)) in do_poll()