Home
last modified time | relevance | path

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

/drivers/iommu/iommufd/
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()
/drivers/infiniband/core/
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()
/drivers/vfio/pci/mlx5/
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()
/drivers/infiniband/hw/mlx5/
A Ddevx.c2787 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2793 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2795 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2798 return pollflags; in devx_async_cmd_event_poll()
2890 __poll_t pollflags = 0; in devx_async_event_poll() local
2896 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2898 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2901 return pollflags; in devx_async_event_poll()

Completed in 16 milliseconds