Searched refs:pollflags (Results 1 – 3 of 3) sorted by relevance
1132 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1155 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()1179 !(pollflags & POLLFREE)) { in ep_poll_callback()1180 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()1209 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()
2609 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2615 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2617 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2620 return pollflags; in devx_async_cmd_event_poll()2713 __poll_t pollflags = 0; in devx_async_event_poll() local2719 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2721 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2724 return pollflags; in devx_async_event_poll()