Searched refs:POLL_BUSY_LOOP (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/linux-master/fs/
H A Dselect.c486 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0;
564 * POLL_BUSY_LOOP if we asked for it
586 /* only if found POLL_BUSY_LOOP sockets && not out of time */
892 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0;
944 /* only if found POLL_BUSY_LOOP sockets && not out of time */
/linux-master/net/
H A Dsocket.c1402 if (events & POLL_BUSY_LOOP)
1406 flag = POLL_BUSY_LOOP;

Completed in 131 milliseconds