Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c610 unsigned pollflags) in ep_poll_safewake() argument
641 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
649 __poll_t pollflags) in ep_poll_safewake() argument
651 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1254 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1277 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1304 !(pollflags & POLLFREE)) { in ep_poll_callback()
1305 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1332 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1337 if (pollflags & POLLFREE) { in ep_poll_callback()