Lines Matching refs:busy_flag
483 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
534 busy_flag); in do_select()
557 busy_flag = 0; in do_select()
563 } else if (busy_flag & mask) in do_select()
592 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()
925 busy_flag = 0; in do_poll()
952 busy_flag = 0; in do_poll()