Searched refs:pollflags (Results 1 – 2 of 2) sorted by relevance
844 unsigned pollflags) in ep_poll_safewake() argument875 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()883 __poll_t pollflags) in ep_poll_safewake() argument885 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()1496 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local1519 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()
382 __poll_t pollflags = 0; in iommufd_eventq_fops_poll() local385 pollflags |= EPOLLOUT; in iommufd_eventq_fops_poll()390 pollflags |= EPOLLIN | EPOLLRDNORM; in iommufd_eventq_fops_poll()393 return pollflags; in iommufd_eventq_fops_poll()