Home
last modified time | relevance | path

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

/fs/
Dselect.c484 unsigned long busy_start = 0; in do_select() local
584 if (!busy_start) { in do_select()
585 busy_start = busy_loop_current_time(); in do_select()
588 if (!busy_loop_timeout(busy_start)) in do_select()
879 unsigned long busy_start = 0; in do_poll() local
932 if (!busy_start) { in do_poll()
933 busy_start = busy_loop_current_time(); in do_poll()
936 if (!busy_loop_timeout(busy_start)) in do_poll()