Home
last modified time | relevance | path

Searched refs:busy_flag (Results 1 – 1 of 1) sorted by relevance

/fs/
Dselect.c411 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
464 bit, busy_flag); in do_select()
486 busy_flag = 0; in do_select()
492 } else if (busy_flag & mask) in do_select()
522 busy_flag = 0; in do_select()
766 unsigned int busy_flag) in do_pollfd() argument
780 pwait->_key |= busy_flag; in do_pollfd()
782 if (mask & busy_flag) in do_pollfd()
802 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
832 busy_flag)) { in do_poll()
[all …]