Searched refs:slack (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | select.c | 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() 482 u64 slack = 0; in do_select() local 502 slack = select_estimate_accuracy(end_time); in do_select() 604 to, slack)) in do_select() [all …]
|
D | eventpoll.c | 1830 u64 slack = 0; in ep_poll() local 1840 slack = select_estimate_accuracy(&end_time); in ep_poll() 1916 if (!freezable_schedule_hrtimeout_range(to, slack, in ep_poll()
|
/fs/proc/ |
D | task_nommu.c | 26 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local 48 slack = region->vm_end - vma->vm_end; in task_mem() 78 bytes, slack, sbytes); in task_mem()
|