Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dselect.c487 unsigned long busy_start = 0; in do_select() local
588 if (!busy_start) { in do_select()
589 busy_start = busy_loop_current_time(); in do_select()
592 if (!busy_loop_timeout(busy_start)) in do_select()
893 unsigned long busy_start = 0; in do_poll() local
946 if (!busy_start) { in do_poll()
947 busy_start = busy_loop_current_time(); in do_poll()
950 if (!busy_loop_timeout(busy_start)) in do_poll()