Lines Matching refs:busy_flag
483 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
533 busy_flag); in do_select()
555 busy_flag = 0; in do_select()
561 } else if (busy_flag & mask) in do_select()
591 busy_flag = 0; in do_select()
843 __poll_t busy_flag) in do_pollfd() argument
858 pwait->_key = filter | busy_flag; in do_pollfd()
860 if (mask & busy_flag) in do_pollfd()
878 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
908 busy_flag)) { in do_poll()
912 busy_flag = 0; in do_poll()
939 busy_flag = 0; in do_poll()