Searched refs:wake_up_poll (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/media/rc/ |
D | lirc_dev.c | 119 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in ir_lirc_raw_event() 140 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in ir_lirc_scancode_event() 814 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in ir_lirc_unregister()
|
/Linux-v4.19/fs/ |
D | eventfd.c | 99 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 | 488 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in handle_userfault() 619 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in userfaultfd_event_wait_completion() 917 wake_up_poll(&ctx->fd_wqh, EPOLLHUP); in userfaultfd_release()
|
D | eventpoll.c | 586 wake_up_poll(wq, EPOLLIN); in ep_poll_safewake()
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-event.c | 83 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event()
|
/Linux-v4.19/drivers/tty/ |
D | tty_io.c | 1684 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release() 1688 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release() 1694 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release() 1698 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
|
/Linux-v4.19/include/linux/ |
D | wait.h | 211 #define wake_up_poll(x, m) \ macro
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 2192 wake_up_poll();
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 843 wake_up_poll(&le->wait, EPOLLIN); in lineevent_irq_thread()
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 4388 wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE); in binder_thread_release()
|
/Linux-v4.19/Documentation/ |
D | memory-barriers.txt | 2233 wake_up_poll();
|