Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpoll.h109 extern u64 select_estimate_accuracy(struct timespec64 *tv);
/linux-6.12.1/fs/
Dselect.c76 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy() function
502 slack = select_estimate_accuracy(end_time); in do_select()
901 slack = select_estimate_accuracy(end_time); in do_poll()
Deventpoll.c1977 slack = select_estimate_accuracy(timeout); in ep_poll()