Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h115 extern u64 select_estimate_accuracy(struct timespec64 *tv);
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c75 u64 select_estimate_accuracy(struct timespec64 *tv) in select_estimate_accuracy() function
504 slack = select_estimate_accuracy(end_time); in do_select()
901 slack = select_estimate_accuracy(end_time); in do_poll()
H A Deventpoll.c1862 slack = select_estimate_accuracy(&end_time); in ep_poll()