Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dselect.c157 #define ISSET(i,m) (((i)&*(m)) != 0) macro
201 if ((mask & POLLIN_SET) && ISSET(bit, __IN(fds,off))) { in do_select()
206 if ((mask & POLLOUT_SET) && ISSET(bit, __OUT(fds,off))) { in do_select()
211 if ((mask & POLLEX_SET) && ISSET(bit, __EX(fds,off))) { in do_select()