Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpoll.h99 extern long select_estimate_accuracy(struct timespec *tv);
/linux-4.4.14/fs/
Dselect.c73 long select_estimate_accuracy(struct timespec *tv) in select_estimate_accuracy() function
425 slack = select_estimate_accuracy(end_time); in do_select()
798 slack = select_estimate_accuracy(end_time); in do_poll()
Deventpoll.c1597 slack = select_estimate_accuracy(&end_time); in ep_poll()