Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Deventpoll.c616 unsigned pollflags) in ep_poll_safewake() argument
647 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
655 __poll_t pollflags) in ep_poll_safewake() argument
657 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1343 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1366 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1390 !(pollflags & POLLFREE)) { in ep_poll_callback()
1391 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1418 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1423 if (pollflags & POLLFREE) { in ep_poll_callback()
/linux-6.15/drivers/iommu/iommufd/
H A Deventq.c404 __poll_t pollflags = 0; in iommufd_eventq_fops_poll() local
407 pollflags |= EPOLLOUT; in iommufd_eventq_fops_poll()
412 pollflags |= EPOLLIN | EPOLLRDNORM; in iommufd_eventq_fops_poll()
415 return pollflags; in iommufd_eventq_fops_poll()
/linux-6.15/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-6.15/drivers/vfio/pci/mlx5/
H A Dmain.c271 __poll_t pollflags = 0; in mlx5vf_save_poll() local
277 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()
280 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()
283 return pollflags; in mlx5vf_save_poll()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Ddevx.c2777 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2783 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2785 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2788 return pollflags; in devx_async_cmd_event_poll()
2880 __poll_t pollflags = 0; in devx_async_event_poll() local
2886 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2888 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2891 return pollflags; in devx_async_event_poll()