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

/linux-4.4.14/fs/
H A Dselect.c384 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR) macro
394 wait->_key |= POLLIN_SET; wait_key_set()
463 if ((mask & POLLIN_SET) && (in & bit)) { do_select()

Completed in 60 milliseconds