Home
last modified time | relevance | path

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

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