Lines Matching refs:busy_flag
486 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
537 busy_flag); in do_select()
560 busy_flag = 0; in do_select()
566 } else if (busy_flag & mask) in do_select()
595 busy_flag = 0; in do_select()
857 __poll_t busy_flag) in do_pollfd() argument
872 pwait->_key = filter | busy_flag; in do_pollfd()
874 if (mask & busy_flag) in do_pollfd()
892 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
922 busy_flag)) { in do_poll()
926 busy_flag = 0; in do_poll()
953 busy_flag = 0; in do_poll()