Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dbusy_poll.h71 static inline unsigned long busy_loop_current_time(void) in busy_loop_current_time() function
88 unsigned long now = busy_loop_current_time(); in busy_loop_timeout()
104 unsigned long now = busy_loop_current_time(); in sk_busy_loop_timeout()
/linux-6.14.4/io_uring/
Dnapi.c136 ktime_t now = net_to_ktime(busy_loop_current_time()); in io_napi_busy_loop_timeout()
207 unsigned long start_time = busy_loop_current_time(); in io_napi_blocking_busy_loop()
/linux-6.14.4/fs/
Dselect.c585 busy_start = busy_loop_current_time(); in do_select()
940 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.14.4/net/core/
Ddev.c6633 unsigned long start_time = loop_end ? busy_loop_current_time() : 0; in __napi_busy_loop()