Searched refs:pollflags (Results 1 – 4 of 4) sorted by relevance
500 unsigned pollflags) in ep_poll_safewake() argument531 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()539 __poll_t pollflags) in ep_poll_safewake() argument541 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()1172 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1195 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()1219 !(pollflags & POLLFREE)) { in ep_poll_callback()1220 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()1244 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()1249 if (pollflags & POLLFREE) { in ep_poll_callback()
282 __poll_t pollflags = 0; in mlx5vf_save_poll() local288 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()291 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()294 return pollflags; in mlx5vf_save_poll()
304 __poll_t pollflags = 0; in ib_uverbs_event_poll() local310 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()312 pollflags = EPOLLERR; in ib_uverbs_event_poll()315 return pollflags; in ib_uverbs_event_poll()
2657 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2663 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2665 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2668 return pollflags; in devx_async_cmd_event_poll()2761 __poll_t pollflags = 0; in devx_async_event_poll() local2767 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2769 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2772 return pollflags; in devx_async_event_poll()