Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c168 cxgbit_init_wr_wait(&cnp->com.wr_wait); in cxgbit_create_server6()
175 ret = cxgbit_wait_for_reply(cdev, &cnp->com.wr_wait, in cxgbit_create_server6()
207 cxgbit_init_wr_wait(&cnp->com.wr_wait); in cxgbit_create_server4()
215 &cnp->com.wr_wait, in cxgbit_create_server4()
439 init_completion(&cnp->com.wr_wait.completion); in cxgbit_setup_np()
533 cxgbit_init_wr_wait(&cnp->com.wr_wait); in __cxgbit_free_cdev_np()
545 ret = cxgbit_wait_for_reply(cdev, &cnp->com.wr_wait, in __cxgbit_free_cdev_np()
694 cxgbit_wake_up(&csk->com.wr_wait, __func__, CPL_ERR_NONE); in __cxgbit_abort_conn()
703 cxgbit_init_wr_wait(&csk->com.wr_wait); in cxgbit_abort_conn()
714 cxgbit_wait_for_reply(csk->com.cdev, &csk->com.wr_wait, in cxgbit_abort_conn()
[all …]
H A Dcxgbit.h172 struct cxgbit_wr_wait wr_wait; member
/openbmc/linux/fs/
H A Dpipe.c370 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
391 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
577 wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); in pipe_write()
603 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
673 poll_wait(filp, &pipe->wr_wait, wait); in pipe_poll()
734 wake_up_interruptible_all(&pipe->wr_wait); in pipe_release()
818 init_waitqueue_head(&pipe->wr_wait); in alloc_pipe_info()
1064 wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); in pipe_wait_writable()
1210 wake_up_interruptible(&pipe->wr_wait); in fifo_open()
1323 wake_up_interruptible(&pipe->wr_wait); in pipe_resize_ring()
H A Dsplice.c419 if (waitqueue_active(&pipe->wr_wait)) in wakeup_pipe_writers()
420 wake_up_interruptible(&pipe->wr_wait); in wakeup_pipe_writers()
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_core.c192 wake_up_interruptible(&channel->wr_wait); in xillybus_isr()
260 wake_up_interruptible(&channel->wr_wait); in xillybus_isr()
494 init_waitqueue_head(&channel->wr_wait); in xilly_setupchannels()
646 t = wait_event_interruptible_timeout(channel->wr_wait, in xilly_obtain_idt()
920 channel->wr_wait, in xillybus_read()
952 channel->wr_wait, in xillybus_read()
1646 channel->wr_wait, in xillybus_release()
1756 poll_wait(filp, &channel->wr_wait, wait); in xillybus_poll()
H A Dxillybus.h63 wait_queue_head_t wr_wait; member
/openbmc/linux/include/linux/
H A Dpipe_fs_i.h60 wait_queue_head_t rd_wait, wr_wait; member