Home
last modified time | relevance | path

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

/fs/
Dselect.c485 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
536 busy_flag); in do_select()
559 busy_flag = 0; in do_select()
565 } else if (busy_flag & mask) in do_select()
594 busy_flag = 0; in do_select()
856 __poll_t busy_flag) in do_pollfd() argument
871 pwait->_key = filter | busy_flag; in do_pollfd()
873 if (mask & busy_flag) in do_pollfd()
891 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
921 busy_flag)) { in do_poll()
[all …]