Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dselect.c463 #define POLLOUT_SET (EPOLLWRBAND | EPOLLWRNORM | EPOLLOUT | EPOLLERR |\ macro
475 wait->_key |= POLLOUT_SET; in wait_key_set()
546 if ((mask & POLLOUT_SET) && (out & bit)) { in do_select()
/kernel/linux/linux-6.6/fs/
H A Dselect.c464 #define POLLOUT_SET (EPOLLWRBAND | EPOLLWRNORM | EPOLLOUT | EPOLLERR |\ macro
476 wait->_key |= POLLOUT_SET; in wait_key_set()
547 if ((mask & POLLOUT_SET) && (out & bit)) { in do_select()

Completed in 5 milliseconds