Home
last modified time | relevance | path

Searched refs:rd_wait (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/
H A Dwatch_queue.c107 spin_lock_irq(&pipe->rd_wait.lock); in post_one_notification()
136 spin_unlock_irq(&pipe->rd_wait.lock); in post_one_notification()
139 wake_up_interruptible_sync_poll_locked(&pipe->rd_wait, EPOLLIN | EPOLLRDNORM); in post_one_notification()
143 spin_unlock_irq(&pipe->rd_wait.lock); in post_one_notification()
/linux/drivers/char/xillybus/
H A Dxillybus.h80 wait_queue_head_t rd_wait; member
H A Dxillybus_core.c207 wake_up_interruptible(&channel->rd_wait); in xillybus_isr()
493 init_waitqueue_head(&channel->rd_wait); in xilly_setupchannels()
1148 wait_event_interruptible(channel->rd_wait, in xillybus_myflush()
1152 channel->rd_wait, in xillybus_myflush()
1390 if (wait_event_interruptible(channel->rd_wait, in xillybus_write()
1779 poll_wait(filp, &channel->rd_wait, wait); in xillybus_poll()
/linux/include/linux/
H A Dpipe_fs_i.h86 wait_queue_head_t rd_wait, wr_wait; member
/linux/fs/
H A Dsplice.c181 if (waitqueue_active(&pipe->rd_wait)) in wakeup_pipe_readers()
182 wake_up_interruptible(&pipe->rd_wait); in wakeup_pipe_readers()