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

/linux-4.4.14/fs/
H A Dselect.c385 #define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR) macro
396 wait->_key |= POLLOUT_SET; wait_key_set()
468 if ((mask & POLLOUT_SET) && (out & bit)) { do_select()

Completed in 70 milliseconds