Home
last modified time | relevance | path

Searched refs:wake_up_poll (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/media/rc/
Dlirc_dev.c109 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in ir_lirc_raw_event()
130 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in ir_lirc_scancode_event()
804 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in ir_lirc_unregister()
/Linux-v5.4/fs/
Deventfd.c106 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
Dsignalfd.c48 wake_up_poll(wqh, EPOLLHUP | POLLFREE); in signalfd_cleanup()
Duserfaultfd.c497 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in handle_userfault()
628 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in userfaultfd_event_wait_completion()
940 wake_up_poll(&ctx->fd_wqh, EPOLLHUP); in userfaultfd_release()
Deventpoll.c582 wake_up_poll(wq, EPOLLIN); in ep_poll_safewake()
/Linux-v5.4/drivers/iio/
Dindustrialio-event.c80 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event()
/Linux-v5.4/drivers/tty/
Dtty_io.c1702 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release()
1706 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release()
1712 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release()
1716 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
/Linux-v5.4/kernel/
Dseccomp.c756 wake_up_poll(&match->notif->wqh, EPOLLIN | EPOLLRDNORM); in seccomp_do_user_notification()
1047 wake_up_poll(&filter->notif->wqh, EPOLLOUT | EPOLLWRNORM); in seccomp_notify_recv()
/Linux-v5.4/include/linux/
Dwait.h224 #define wake_up_poll(x, m) \ macro
/Linux-v5.4/Documentation/translations/ko_KR/
Dmemory-barriers.txt2197 wake_up_poll();
/Linux-v5.4/drivers/gpio/
Dgpiolib.c864 wake_up_poll(&le->wait, EPOLLIN); in lineevent_irq_thread()
/Linux-v5.4/drivers/android/
Dbinder.c4778 wake_up_poll(&thread->wait, EPOLLHUP | POLLFREE); in binder_thread_release()
/Linux-v5.4/Documentation/
Dmemory-barriers.txt2217 wake_up_poll();