Searched refs:POLL_BUSY_LOOP (Results 1 – 3 of 3) sorted by relevance
33 #define POLL_BUSY_LOOP 0x8000 macro
406 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select()788 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll()
1006 busy_flag = POLL_BUSY_LOOP; in sock_poll()1009 if (wait && (wait->_key & POLL_BUSY_LOOP)) in sock_poll()