Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Deventfd.c112 wake_up_poll(&ctx->wqh, POLLHUP); in eventfd_release()
Dsignalfd.c47 wake_up_poll(wqh, POLLHUP | POLLFREE); in signalfd_cleanup()
Deventpoll.c485 wake_up_poll(wqueue, events); in ep_wake_up_nested()
/linux-4.1.27/drivers/iio/
Dindustrialio-event.c69 wake_up_poll(&ev_int->wait, POLLIN); in iio_push_event()
/linux-4.1.27/drivers/tty/
Dtty_io.c1827 wake_up_poll(&tty->read_wait, POLLIN); in tty_release()
1831 wake_up_poll(&tty->write_wait, POLLOUT); in tty_release()
1837 wake_up_poll(&o_tty->read_wait, POLLIN); in tty_release()
1841 wake_up_poll(&o_tty->write_wait, POLLOUT); in tty_release()
/linux-4.1.27/include/linux/
Dwait.h179 #define wake_up_poll(x, m) \ macro
/linux-4.1.27/Documentation/
Dmemory-barriers.txt2054 wake_up_poll();