Searched refs:pollflags (Results 1 – 3 of 3) sorted by relevance
1209 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1232 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()1256 !(pollflags & POLLFREE)) { in ep_poll_callback()1257 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()1286 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()
2466 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2472 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2474 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2477 return pollflags; in devx_async_cmd_event_poll()2570 __poll_t pollflags = 0; in devx_async_event_poll() local2576 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2578 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2581 return pollflags; in devx_async_event_poll()