Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Deventpoll.c588 unsigned pollflags) in ep_poll_safewake() argument
619 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
627 __poll_t pollflags) in ep_poll_safewake() argument
629 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1313 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1336 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1360 !(pollflags & POLLFREE)) { in ep_poll_callback()
1361 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1385 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1390 if (pollflags & POLLFREE) { in ep_poll_callback()
/linux-6.12.1/drivers/iommu/iommufd/
Dfault.c336 __poll_t pollflags = EPOLLOUT; in iommufd_fault_fops_poll() local
341 pollflags |= EPOLLIN | EPOLLRDNORM; in iommufd_fault_fops_poll()
344 return pollflags; in iommufd_fault_fops_poll()
/linux-6.12.1/drivers/infiniband/core/
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()
/linux-6.12.1/drivers/infiniband/hw/mlx5/
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()
2760 __poll_t pollflags = 0; in devx_async_event_poll() local
2766 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2768 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2771 return pollflags; in devx_async_event_poll()
/linux-6.12.1/drivers/vfio/pci/mlx5/
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()