Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/ !
Dbusy_poll.h68 static inline unsigned long busy_loop_current_time(void) in busy_loop_current_time() function
85 unsigned long now = busy_loop_current_time(); in busy_loop_timeout()
101 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout()
/linux-6.12.1/io_uring/ !
Dnapi.c115 ktime_t now = net_to_ktime(busy_loop_current_time()); in io_napi_busy_loop_timeout()
163 unsigned long start_time = busy_loop_current_time(); in io_napi_blocking_busy_loop()
/linux-6.12.1/fs/ !
Dselect.c586 busy_start = busy_loop_current_time(); in do_select()
946 busy_start = busy_loop_current_time(); in do_poll()
Deventpoll.c413 unsigned long now = busy_loop_current_time(); in busy_loop_ep_timeout()
/linux-6.12.1/net/core/ !
Ddev.c6404 unsigned long start_time = loop_end ? busy_loop_current_time() : 0; in __napi_busy_loop()