Lines Matching refs:busy_flag
490 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
537 busy_flag); in do_select()
556 busy_flag = 0; in do_select()
562 } else if (busy_flag & mask) in do_select()
591 busy_flag = 0; in do_select()
851 __poll_t busy_flag) in do_pollfd() argument
865 pwait->_key = filter | busy_flag; in do_pollfd()
867 if (mask & busy_flag) in do_pollfd()
879 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
909 mask = do_pollfd(pfd, pt, &can_busy_loop, busy_flag); in do_poll()
915 busy_flag = 0; in do_poll()
942 busy_flag = 0; in do_poll()