Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c844 unsigned pollflags) in ep_poll_safewake() argument
875 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
883 __poll_t pollflags) in ep_poll_safewake() argument
885 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1496 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1519 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1546 !(pollflags & POLLFREE)) { in ep_poll_callback()
1547 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1574 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1579 if (pollflags & POLLFREE) { in ep_poll_callback()
/linux/drivers/iommu/iommufd/
H A Deventq.c382 __poll_t pollflags = 0; in iommufd_eventq_fops_poll() local
385 pollflags |= EPOLLOUT; in iommufd_eventq_fops_poll()
390 pollflags |= EPOLLIN | EPOLLRDNORM; in iommufd_eventq_fops_poll()
393 return pollflags; in iommufd_eventq_fops_poll()