Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c617 unsigned pollflags) in ep_poll_safewake() argument
648 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
656 __poll_t pollflags) in ep_poll_safewake() argument
658 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1252 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1275 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1302 !(pollflags & POLLFREE)) { in ep_poll_callback()
1303 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1330 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1335 if (pollflags & POLLFREE) { in ep_poll_callback()
/linux/drivers/iommu/iommufd/
H A Deventq.c358 __poll_t pollflags = 0; in iommufd_eventq_fops_poll() local
361 pollflags |= EPOLLOUT; in iommufd_eventq_fops_poll()
366 pollflags |= EPOLLIN | EPOLLRDNORM; in iommufd_eventq_fops_poll()
369 return pollflags; in iommufd_eventq_fops_poll()
/linux/drivers/infiniband/core/
H A Duverbs_main.c307 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
313 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
315 pollflags = EPOLLERR; in ib_uverbs_event_poll()
318 return pollflags; in ib_uverbs_event_poll()
/linux/drivers/vfio/pci/mlx5/
H A Dmain.c240 __poll_t pollflags = 0; in mlx5vf_save_poll() local
246 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()
249 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()
252 return pollflags; in mlx5vf_save_poll()
/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c2802 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2808 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2810 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2813 return pollflags; in devx_async_cmd_event_poll()
2905 __poll_t pollflags = 0; in devx_async_event_poll() local
2911 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2913 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2916 return pollflags; in devx_async_event_poll()