Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpoll.h111 extern u64 select_estimate_accuracy(struct timespec64 *tv);
/Linux-v4.19/fs/
Dselect.c75 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy() function
475 slack = select_estimate_accuracy(end_time); in do_select()
854 slack = select_estimate_accuracy(end_time); in do_poll()
Deventpoll.c1758 slack = select_estimate_accuracy(&end_time); in ep_poll()