Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dselect.c459 unsigned long busy_start = 0; in do_select() local
560 if (!busy_start) { in do_select()
561 busy_start = busy_loop_current_time(); in do_select()
564 if (!busy_loop_timeout(busy_start)) in do_select()
848 unsigned long busy_start = 0; in do_poll() local
901 if (!busy_start) { in do_poll()
902 busy_start = busy_loop_current_time(); in do_poll()
905 if (!busy_loop_timeout(busy_start)) in do_poll()