Home
last modified time | relevance | path

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

/fs/
Dselect.c362 #define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR) macro
428 if ((mask & POLLOUT_SET) && (out & bit)) { in do_select()