Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c555 unsigned pollflags) in ep_poll_safewake() argument
586 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
594 unsigned pollflags) in ep_poll_safewake() argument
596 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1220 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1243 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1267 !(pollflags & POLLFREE)) { in ep_poll_callback()
1268 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1292 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1297 if (pollflags & POLLFREE) { in ep_poll_callback()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_main.c295 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
301 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
303 pollflags = EPOLLERR; in ib_uverbs_event_poll()
306 return pollflags; in ib_uverbs_event_poll()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c2469 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local
2475 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll()
2477 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll()
2480 return pollflags; in devx_async_cmd_event_poll()
2573 __poll_t pollflags = 0; in devx_async_event_poll() local
2579 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll()
2581 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll()
2584 return pollflags; in devx_async_event_poll()