Searched refs:wake_up_poll (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/drivers/media/rc/ |
| D | lirc_dev.c | 108 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event() 129 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event() 790 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
|
| /Linux-v5.15/fs/ |
| D | eventfd.c | 120 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
|
| D | signalfd.c | 48 wake_up_poll(wqh, EPOLLHUP | POLLFREE); in signalfd_cleanup()
|
| D | userfaultfd.c | 515 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in handle_userfault() 598 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in userfaultfd_event_wait_completion() 904 wake_up_poll(&ctx->fd_wqh, EPOLLHUP); in userfaultfd_release()
|
| D | eventpoll.c | 527 wake_up_poll(&ep->poll_wait, EPOLLIN); in ep_poll_safewake()
|
| /Linux-v5.15/kernel/ |
| D | seccomp.c | 525 wake_up_poll(&orig->wqh, EPOLLHUP); in __seccomp_filter_orphan() 1104 wake_up_poll(&match->wqh, EPOLLIN | EPOLLRDNORM); in seccomp_do_user_notification() 1461 wake_up_poll(&filter->wqh, EPOLLOUT | EPOLLWRNORM); in seccomp_notify_recv()
|
| /Linux-v5.15/drivers/iio/ |
| D | industrialio-event.c | 84 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event()
|
| /Linux-v5.15/drivers/tty/ |
| D | tty_io.c | 1794 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release() 1798 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release() 1804 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release() 1808 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
|
| /Linux-v5.15/drivers/gpio/ |
| D | gpiolib-cdev.c | 536 wake_up_poll(&lr->wait, EPOLLIN); in linereq_put_event() 1687 wake_up_poll(&le->wait, EPOLLIN); in lineevent_irq_thread() 2172 wake_up_poll(&cdev->wait, EPOLLIN); in lineinfo_changed_notify()
|
| /Linux-v5.15/include/linux/ |
| D | wait.h | 237 #define wake_up_poll(x, m) \ macro
|
| /Linux-v5.15/Documentation/translations/ko_KR/ |
| D | memory-barriers.txt | 2193 wake_up_poll();
|
| /Linux-v5.15/drivers/android/ |
| D | binder.c | 4440 wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE); in binder_thread_release()
|
| /Linux-v5.15/Documentation/ |
| D | memory-barriers.txt | 2230 wake_up_poll();
|