Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/rc/
Dlirc_dev.c98 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_raw_event()
119 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM); in lirc_scancode_event()
777 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR); in lirc_unregister()
/Linux-v6.1/fs/
Deventfd.c120 wake_up_poll(&ctx->wqh, EPOLLHUP); in eventfd_release()
Duserfaultfd.c520 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in handle_userfault()
603 wake_up_poll(&ctx->fd_wqh, EPOLLIN); in userfaultfd_event_wait_completion()
917 wake_up_poll(&ctx->fd_wqh, EPOLLHUP); in userfaultfd_release()
Deventpoll.c534 wake_up_poll(&ep->poll_wait, EPOLLIN); in ep_poll_safewake()
/Linux-v6.1/kernel/
Dseccomp.c530 wake_up_poll(&orig->wqh, EPOLLHUP); in __seccomp_filter_orphan()
1120 wake_up_poll(&match->wqh, EPOLLIN | EPOLLRDNORM); in seccomp_do_user_notification()
1497 wake_up_poll(&filter->wqh, EPOLLOUT | EPOLLWRNORM); in seccomp_notify_recv()
/Linux-v6.1/drivers/iio/
Dindustrialio-event.c84 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event()
/Linux-v6.1/drivers/tty/
Dtty_io.c1774 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release()
1778 wake_up_poll(&tty->write_wait, EPOLLOUT); in tty_release()
1784 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release()
1788 wake_up_poll(&o_tty->write_wait, EPOLLOUT); in tty_release()
/Linux-v6.1/drivers/counter/
Dcounter-chrdev.c674 wake_up_poll(&counter->events_wait, EPOLLIN); in counter_push_event()
/Linux-v6.1/drivers/gpio/
Dgpiolib-cdev.c569 wake_up_poll(&lr->wait, EPOLLIN); in linereq_put_event()
1907 wake_up_poll(&le->wait, EPOLLIN); in lineevent_irq_thread()
2397 wake_up_poll(&cdev->wait, EPOLLIN); in lineinfo_changed_notify()
/Linux-v6.1/include/linux/
Dwait.h238 #define wake_up_poll(x, m) \ macro
/Linux-v6.1/Documentation/translations/ko_KR/
Dmemory-barriers.txt2193 wake_up_poll();
/Linux-v6.1/Documentation/
Dmemory-barriers.txt2251 wake_up_poll();