Searched refs:rd_wait (Results 1 – 5 of 5) sorted by relevance
107 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()
80 wait_queue_head_t rd_wait; member
207 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()
86 wait_queue_head_t rd_wait, wr_wait; member
181 if (waitqueue_active(&pipe->rd_wait)) in wakeup_pipe_readers()182 wake_up_interruptible(&pipe->rd_wait); in wakeup_pipe_readers()