Searched refs:wake_up_poll (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/
H A Deventfd.c113 wake_up_poll(&ctx->wqh, EPOLLHUP);
H A Duserfaultfd.c525 wake_up_poll(&ctx->fd_wqh, EPOLLIN);
608 wake_up_poll(&ctx->fd_wqh, EPOLLIN);
925 wake_up_poll(&ctx->fd_wqh, EPOLLHUP);
H A Deventpoll.c629 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags);
/linux-master/drivers/media/rc/
H A Dlirc_dev.c98 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM);
119 wake_up_poll(&fh->wait_poll, EPOLLIN | EPOLLRDNORM);
781 wake_up_poll(&fh->wait_poll, EPOLLHUP | EPOLLERR);
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c691 wake_up_poll(&lr->wait, EPOLLIN | EPOLLERR);
709 wake_up_poll(&lr->wait, EPOLLIN);
1928 wake_up_poll(&le->wait, EPOLLIN | EPOLLERR);
2118 wake_up_poll(&le->wait, EPOLLIN);
2613 wake_up_poll(&cdev->wait, EPOLLIN);
2627 wake_up_poll(&cdev->wait, EPOLLIN | EPOLLERR);
/linux-master/kernel/
H A Dseccomp.c535 wake_up_poll(&orig->wqh, EPOLLHUP);
1132 wake_up_poll(&match->wqh, EPOLLIN | EPOLLRDNORM);
1540 wake_up_poll(&filter->wqh, EPOLLOUT | EPOLLWRNORM);
1562 wake_up_poll(&filter->wqh, EPOLLIN | EPOLLRDNORM);
/linux-master/drivers/counter/
H A Dcounter-chrdev.c674 wake_up_poll(&counter->events_wait, EPOLLIN);
/linux-master/drivers/iio/
H A Dindustrialio-event.c84 wake_up_poll(&ev_int->wait, EPOLLIN);
/linux-master/include/linux/
H A Dwait.h235 #define wake_up_poll(x, m) \ macro
/linux-master/drivers/tty/
H A Dtty_io.c1783 wake_up_poll(&tty->read_wait, EPOLLIN);
1787 wake_up_poll(&tty->write_wait, EPOLLOUT);
1793 wake_up_poll(&o_tty->read_wait, EPOLLIN);
1797 wake_up_poll(&o_tty->write_wait, EPOLLOUT);

Completed in 268 milliseconds