Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Deventpoll.c552 unsigned pollflags) in ep_poll_safewake() argument
583 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
591 unsigned pollflags) in ep_poll_safewake() argument
593 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
1217 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1240 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1264 !(pollflags & POLLFREE)) { in ep_poll_callback()
1265 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1289 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()
1294 if (pollflags & POLLFREE) { in ep_poll_callback()
/kernel/linux/linux-5.10/drivers/infiniband/core/
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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
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()