Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dpoll.h33 #define POLL_BUSY_LOOP 0x8000 macro
/linux-4.1.27/fs/
Dselect.c406 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()
/linux-4.1.27/net/
Dsocket.c1006 busy_flag = POLL_BUSY_LOOP; in sock_poll()
1009 if (wait && (wait->_key & POLL_BUSY_LOOP)) in sock_poll()