Home
last modified time | relevance | path

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

/fs/
Dselect.c385 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR) macro
395 wait->_key |= POLLIN_SET; in wait_key_set()
464 if ((mask & POLLIN_SET) && (in & bit)) { in do_select()