Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dselect.c160 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR) macro
201 if ((mask & POLLIN_SET) && ISSET(bit, __IN(fds,off))) { in do_select()