Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Deventpoll.c1212 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1235 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1263 !(pollflags & POLLFREE)) { in ep_poll_callback()
1264 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1293 if (pollflags & POLLFREE) { in ep_poll_callback()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Ddevx.c2521 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2527 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2529 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2532 return pollflags; in devx_async_cmd_event_poll()
2629 __poll_t pollflags = 0; in devx_async_event_poll() local
2635 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2637 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2640 return pollflags; in devx_async_event_poll()
/Linux-v5.4/drivers/infiniband/core/
Duverbs_main.c309 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
315 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
318 return pollflags; in ib_uverbs_event_poll()