Searched refs:wake_up_poll (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/media/rc/ |
| A D | lirc_dev.c | 100 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event() 121 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event() 782 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
|
| /linux/drivers/gpio/ |
| A D | gpiolib-cdev.c | 695 wake_up_poll(&lr->wait, EPOLLIN | EPOLLERR); in linereq_unregistered_notify() 713 wake_up_poll(&lr->wait, EPOLLIN); in linereq_put_event() 1948 wake_up_poll(&le->wait, EPOLLIN | EPOLLERR); in lineevent_unregistered_notify() 2137 wake_up_poll(&le->wait, EPOLLIN); in lineevent_irq_thread() 2632 wake_up_poll(&cdev->wait, EPOLLIN); in lineinfo_changed_notify() 2646 wake_up_poll(&cdev->wait, EPOLLIN | EPOLLERR); in gpio_device_unregistered_notify()
|
| /linux/fs/ |
| A D | eventfd.c | 113 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
|
| A D | userfaultfd.c | 504 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in handle_userfault() 587 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in userfaultfd_event_wait_completion() 880 wake_up_poll(&ctx->fd_wqh, EPOLLHUP); in userfaultfd_release()
|
| A D | eventpoll.c | 629 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake()
|
| /linux/kernel/ |
| A D | seccomp.c | 538 wake_up_poll(&orig->wqh, EPOLLHUP); in __seccomp_filter_orphan() 1145 wake_up_poll(&match->wqh, EPOLLIN | EPOLLRDNORM); in seccomp_do_user_notification() 1558 wake_up_poll(&filter->wqh, EPOLLOUT | EPOLLWRNORM); in seccomp_notify_recv() 1580 wake_up_poll(&filter->wqh, EPOLLIN | EPOLLRDNORM); in seccomp_notify_recv()
|
| /linux/drivers/tty/ |
| A D | tty_io.c | 1777 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release() 1781 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release() 1787 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release() 1791 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
|
| /linux/drivers/iio/ |
| A D | industrialio-event.c | 84 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event()
|
| /linux/drivers/counter/ |
| A D | counter-chrdev.c | 673 wake_up_poll(&counter->events_wait, EPOLLIN); in counter_push_event()
|
| /linux/include/linux/ |
| A D | wait.h | 235 #define wake_up_poll(x, m) \ macro
|
| /linux/Documentation/translations/ko_KR/ |
| A D | memory-barriers.txt | 2214 wake_up_poll();
|
| /linux/Documentation/ |
| A D | memory-barriers.txt | 2258 wake_up_poll();
|
| /linux/Documentation/translations/sp_SP/ |
| A D | memory-barriers.txt | 2356 wake_up_poll();
|
Completed in 43 milliseconds