Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dsignalfd.c47 wake_up_poll(wqh, POLLHUP | POLLFREE); in signalfd_cleanup()
Deventfd.c112 wake_up_poll(&ctx->wqh, POLLHUP); in eventfd_release()
Duserfaultfd.c362 wake_up_poll(&ctx->fd_wqh, POLLIN); in handle_userfault()
480 wake_up_poll(&ctx->fd_wqh, POLLHUP); in userfaultfd_release()
Deventpoll.c485 wake_up_poll(wqueue, events); in ep_wake_up_nested()
/linux-4.4.14/drivers/iio/
Dindustrialio-event.c70 wake_up_poll(&ev_int->wait, POLLIN); in iio_push_event()
/linux-4.4.14/drivers/tty/
Dtty_io.c1817 wake_up_poll(&tty->read_wait, POLLIN); in tty_release()
1821 wake_up_poll(&tty->write_wait, POLLOUT); in tty_release()
1827 wake_up_poll(&o_tty->read_wait, POLLIN); in tty_release()
1831 wake_up_poll(&o_tty->write_wait, POLLOUT); in tty_release()
/linux-4.4.14/include/linux/
Dwait.h179 #define wake_up_poll(x, m) \ macro
/linux-4.4.14/Documentation/
Dmemory-barriers.txt2043 wake_up_poll();