Home
last modified time | relevance | path

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

/linux/fs/
H A Dselect.c459 #define POLLIN_SET (EPOLLRDNORM | EPOLLRDBAND | EPOLLIN | EPOLLHUP | EPOLLERR |\ macro
476 wait->_key |= POLLIN_SET; in select_poll_one()
538 if ((mask & POLLIN_SET) && (in & bit)) { in do_select()