Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dselect.c461 #define POLLIN_SET (EPOLLRDNORM | EPOLLRDBAND | EPOLLIN | EPOLLHUP | EPOLLERR |\ macro
473 wait->_key |= POLLIN_SET; in wait_key_set()
541 if ((mask & POLLIN_SET) && (in & bit)) { in do_select()
/kernel/linux/linux-6.6/fs/
H A Dselect.c462 #define POLLIN_SET (EPOLLRDNORM | EPOLLRDBAND | EPOLLIN | EPOLLHUP | EPOLLERR |\ macro
474 wait->_key |= POLLIN_SET; in wait_key_set()
542 if ((mask & POLLIN_SET) && (in & bit)) { in do_select()

Completed in 4 milliseconds