Home
last modified time | relevance | path

Searched refs:select_estimate_accuracy (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpoll.h109 extern u64 select_estimate_accuracy(struct timespec64 *tv);
/linux/fs/
H A Dselect.c76 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy() function
509 slack = select_estimate_accuracy(end_time); in do_select()
893 slack = select_estimate_accuracy(end_time); in do_poll()
H A Deventpoll.c2011 slack = select_estimate_accuracy(timeout); in ep_poll()