Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpoll.h115 extern u64 select_estimate_accuracy(struct timespec64 *tv);
/Linux-v5.4/fs/
Dselect.c75 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy() function
502 slack = select_estimate_accuracy(end_time); in do_select()
888 slack = select_estimate_accuracy(end_time); in do_poll()
Deventpoll.c1839 slack = select_estimate_accuracy(&end_time); in ep_poll()