Searched refs:pollflags (Results 1 – 3 of 3) sorted by relevance
1212 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1235 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()1263 !(pollflags & POLLFREE)) { in ep_poll_callback()1264 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()1293 if (pollflags & POLLFREE) { in ep_poll_callback()
2521 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2527 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2529 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2532 return pollflags; in devx_async_cmd_event_poll()2629 __poll_t pollflags = 0; in devx_async_event_poll() local2635 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2637 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2640 return pollflags; in devx_async_event_poll()
309 __poll_t pollflags = 0; in ib_uverbs_event_poll() local315 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()318 return pollflags; in ib_uverbs_event_poll()