Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dselect.c161 #define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR) macro
206 if ((mask & POLLOUT_SET) && ISSET(bit, __OUT(fds,off))) { in do_select()