Searched refs:wake_up_interruptible_poll (Results 1 - 18 of 18) sorted by relevance

/linux-master/net/core/
H A Dstream.c41 wake_up_interruptible_poll(&wq->wait, EPOLLOUT |
H A Dsock.c3340 wake_up_interruptible_poll(&wq->wait, EPOLLERR);
/linux-master/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c215 wake_up_interruptible_poll(&queue->buffer.pollq, EPOLLIN | EPOLLRDNORM);
244 wake_up_interruptible_poll(&queue->buffer.pollq, EPOLLIN | EPOLLRDNORM);
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM);
/linux-master/drivers/tty/
H A Dtty_ldisc.c703 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT);
704 wake_up_interruptible_poll(&tty->read_wait, EPOLLIN);
H A Dpty.c331 wake_up_interruptible_poll(&tty->link->read_wait, EPOLLIN);
344 wake_up_interruptible_poll(&tty->link->read_wait, EPOLLIN);
H A Dn_tty.c1266 wake_up_interruptible_poll(&tty->read_wait, EPOLLIN | EPOLLRDNORM);
1647 wake_up_interruptible_poll(&tty->read_wait, EPOLLIN | EPOLLRDNORM);
H A Dtty_io.c527 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT);
949 wake_up_interruptible_poll(&tty->write_wait, EPOLLOUT);
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c589 wake_up_interruptible_poll(&file_priv->event_wait,
777 wake_up_interruptible_poll(&e->file_priv->event_wait,
/linux-master/drivers/input/
H A Devdev.c284 wake_up_interruptible_poll(&client->wait,
430 wake_up_interruptible_poll(&client->wait, EPOLLHUP | EPOLLERR);
949 wake_up_interruptible_poll(&client->wait, EPOLLHUP | EPOLLERR);
/linux-master/include/linux/
H A Dwait.h241 #define wake_up_interruptible_poll(x, m) \ macro
/linux-master/net/smc/
H A Dsmc_tx.c55 wake_up_interruptible_poll(&wq->wait,
H A Daf_smc.c804 wake_up_interruptible_poll(&wq->wait, flags);
/linux-master/drivers/net/
H A Dtap.c391 wake_up_interruptible_poll(sk_sleep(&q->sk), EPOLLIN | EPOLLRDNORM | EPOLLRDBAND);
501 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND);
/linux-master/net/caif/
H A Dcaif_socket.c920 wake_up_interruptible_poll(sk_sleep(sk), EPOLLERR|EPOLLHUP);
/linux-master/drivers/vhost/
H A Dvhost.c994 wake_up_interruptible_poll(&dev->wait, EPOLLIN | EPOLLRDNORM);
2905 wake_up_interruptible_poll(&dev->wait, EPOLLIN | EPOLLRDNORM);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c1872 wake_up_interruptible_poll(&buffer->pollq, EPOLLIN | EPOLLRDNORM);
/linux-master/net/unix/
H A Daf_unix.c456 wake_up_interruptible_poll(u_sleep, key_to_poll(key));
503 wake_up_interruptible_poll(sk_sleep(sk),

Completed in 682 milliseconds