Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dselect.c382 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR) macro
392 wait->key |= POLLIN_SET; in wait_key_set()
459 if ((mask & POLLIN_SET) && (in & bit)) { in do_select()