Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Deventpoll.c1209 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1232 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()
/Linux-v5.10/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.10/drivers/infiniband/hw/mlx5/
Ddevx.c2466 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2472 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() local
2576 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()