Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Deventpoll.c500 unsigned pollflags) in ep_poll_safewake() argument
531 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
539 __poll_t pollflags) in ep_poll_safewake() argument
541 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1208 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1231 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1255 !(pollflags & POLLFREE)) { in ep_poll_callback()
1256 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1280 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1285 if (pollflags & POLLFREE) { in ep_poll_callback()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dmain.c282 __poll_t pollflags = 0; in mlx5vf_save_poll() local
288 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()
291 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()
294 return pollflags; in mlx5vf_save_poll()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_main.c304 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
310 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
312 pollflags = EPOLLERR; in ib_uverbs_event_poll()
315 return pollflags; in ib_uverbs_event_poll()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c2657 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2663 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2665 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2668 return pollflags; in devx_async_cmd_event_poll()
2761 __poll_t pollflags = 0; in devx_async_event_poll() local
2767 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2769 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2772 return pollflags; in devx_async_event_poll()