Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs_main.c293 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
299 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
301 pollflags = EPOLLERR; in ib_uverbs_event_poll()
304 return pollflags; in ib_uverbs_event_poll()
/drivers/infiniband/hw/mlx5/
Ddevx.c2632 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2638 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2640 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2643 return pollflags; in devx_async_cmd_event_poll()
2736 __poll_t pollflags = 0; in devx_async_event_poll() local
2742 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2744 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2747 return pollflags; in devx_async_event_poll()