Searched refs:pollflags (Results 1 – 3 of 3) sorted by relevance
555 unsigned pollflags) in ep_poll_safewake() argument586 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()594 unsigned pollflags) in ep_poll_safewake() argument596 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()1220 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1243 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()
295 __poll_t pollflags = 0; in ib_uverbs_event_poll() local301 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()303 pollflags = EPOLLERR; in ib_uverbs_event_poll()306 return pollflags; in ib_uverbs_event_poll()
2469 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2475 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2477 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2480 return pollflags; in devx_async_cmd_event_poll()2573 __poll_t pollflags = 0; in devx_async_event_poll() local2579 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2581 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2584 return pollflags; in devx_async_event_poll()