Searched refs:pollflags (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 552 unsigned pollflags) in ep_poll_safewake() 583 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 591 unsigned pollflags) in ep_poll_safewake() 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 in ep_poll_callback() 551 ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, unsigned pollflags) ep_poll_safewake() argument 590 ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, unsigned pollflags) ep_poll_safewake() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 500 unsigned pollflags) in ep_poll_safewake() 531 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 539 __poll_t pollflags) in ep_poll_safewake() 541 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 1172 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local 1195 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback() 1219 !(pollflags & POLLFREE)) { in ep_poll_callback() 1220 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback() 1244 ep_poll_safewake(ep, epi, pollflags in ep_poll_callback() 499 ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, unsigned pollflags) ep_poll_safewake() argument 538 ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, __poll_t pollflags) ep_poll_safewake() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 2490 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local 2496 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll() 2498 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll() 2501 return pollflags; in devx_async_cmd_event_poll() 2594 __poll_t pollflags = 0; in devx_async_event_poll() local 2600 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll() 2602 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll() 2605 return pollflags; in devx_async_event_poll()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 2657 __poll_t pollflags = 0; in devx_async_cmd_event_poll() local 2663 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_cmd_event_poll() 2665 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_cmd_event_poll() 2668 return pollflags; in devx_async_cmd_event_poll() 2761 __poll_t pollflags = 0; in devx_async_event_poll() local 2767 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in devx_async_event_poll() 2769 pollflags = EPOLLIN | EPOLLRDNORM; in devx_async_event_poll() 2772 return pollflags; in devx_async_event_poll()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_main.c | 293 __poll_t pollflags = 0; in ib_uverbs_event_poll() local 299 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll() 301 pollflags = EPOLLERR; in ib_uverbs_event_poll() 304 return pollflags; in ib_uverbs_event_poll()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/ |
H A D | main.c | 282 __poll_t pollflags = 0; in mlx5vf_save_poll() local 288 pollflags = EPOLLIN | EPOLLRDNORM | EPOLLRDHUP; in mlx5vf_save_poll() 291 pollflags = EPOLLIN | EPOLLRDNORM; in mlx5vf_save_poll() 294 return pollflags; in mlx5vf_save_poll()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_main.c | 304 __poll_t pollflags = 0; in ib_uverbs_event_poll() local 310 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll() 312 pollflags = EPOLLERR; in ib_uverbs_event_poll() 315 return pollflags; in ib_uverbs_event_poll()
|
Completed in 17 milliseconds