Home
last modified time | relevance | path

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

/fs/
Deventpoll.c555 unsigned pollflags) in ep_poll_safewake() argument
586 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
594 unsigned pollflags) in ep_poll_safewake() argument
596 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1220 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1243 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1267 !(pollflags & POLLFREE)) { in ep_poll_callback()
1268 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1292 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1297 if (pollflags & POLLFREE) { in ep_poll_callback()