Searched refs:pollflags (Results 1 – 4 of 4) sorted by relevance
204 __poll_t pollflags = 0; in mlx5vf_save_poll() local210 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()212 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()215 return pollflags; in mlx5vf_save_poll()
1139 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1162 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()1186 !(pollflags & POLLFREE)) { in ep_poll_callback()1187 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()1216 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()
2638 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2644 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2646 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2649 return pollflags; in devx_async_cmd_event_poll()2742 __poll_t pollflags = 0; in devx_async_event_poll() local2748 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2750 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2753 return pollflags; in devx_async_event_poll()