Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Deventpoll.c1132 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1155 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()
/Linux-v5.15/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-v5.15/drivers/infiniband/hw/mlx5/
Ddevx.c2609 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2615 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() local
2719 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()