Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbusy_poll.h61 static inline unsigned long busy_loop_current_time(void) in busy_loop_current_time() function
78 unsigned long now = busy_loop_current_time(); in busy_loop_timeout()
94 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout()
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c588 busy_start = busy_loop_current_time(); in do_select()
946 busy_start = busy_loop_current_time(); in do_poll()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c6616 unsigned long start_time = loop_end ? busy_loop_current_time() : 0; in napi_busy_loop()