Lines Matching refs:busy_flag
456 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
506 busy_flag); in do_select()
528 busy_flag = 0; in do_select()
534 } else if (busy_flag & mask) in do_select()
564 busy_flag = 0; in do_select()
809 __poll_t busy_flag) in do_pollfd() argument
824 pwait->_key = filter | busy_flag; in do_pollfd()
826 if (mask & busy_flag) in do_pollfd()
844 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
874 busy_flag)) { in do_poll()
878 busy_flag = 0; in do_poll()
905 busy_flag = 0; in do_poll()