Searched refs:pollflags (Results 1 – 3 of 3) sorted by relevance
552 unsigned pollflags) in ep_poll_safewake() argument583 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()591 unsigned pollflags) in ep_poll_safewake() argument593 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()1217 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1240 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()1264 !(pollflags & POLLFREE)) { in ep_poll_callback()1265 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()1289 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()1294 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()