Home
last modified time | relevance | path

Searched refs:pollflags (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/vfio/pci/mlx5/
Dmain.c204 __poll_t pollflags = 0; in mlx5vf_save_poll() local
210 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()
212 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()
215 return pollflags; in mlx5vf_save_poll()
/Linux-v6.1/fs/
Deventpoll.c1139 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1162 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()
/Linux-v6.1/drivers/infiniband/core/
Duverbs_main.c295 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
301 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
303 pollflags = EPOLLERR; in ib_uverbs_event_poll()
306 return pollflags; in ib_uverbs_event_poll()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Ddevx.c2638 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2644 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() local
2748 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()