Searched refs:pollflags (Results 1 – 3 of 3) sorted by relevance
358 __poll_t pollflags = 0; in iommufd_eventq_fops_poll() local361 pollflags |= EPOLLOUT; in iommufd_eventq_fops_poll()366 pollflags |= EPOLLIN | EPOLLRDNORM; in iommufd_eventq_fops_poll()369 return pollflags; in iommufd_eventq_fops_poll()
240 __poll_t pollflags = 0; in mlx5vf_save_poll() local246 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll()249 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll()252 return pollflags; in mlx5vf_save_poll()
2802 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local2808 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()2810 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()2813 return pollflags; in devx_async_cmd_event_poll()2905 __poll_t pollflags = 0; in devx_async_event_poll() local2911 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()2913 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()2916 return pollflags; in devx_async_event_poll()