Home
last modified time | relevance | path

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

/linux/fs/
A 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/drivers/infiniband/core/
A 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/drivers/infiniband/hw/mlx5/
A Ddevx.c2604 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2610 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2612 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2615 return pollflags; in devx_async_cmd_event_poll()
2708 __poll_t pollflags = 0; in devx_async_event_poll() local
2714 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2716 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2719 return pollflags; in devx_async_event_poll()

Completed in 14 milliseconds