Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c368 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
390 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
576 wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); in pipe_write()
600 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
667 poll_wait(filp, &pipe->wr_wait, wait); in pipe_poll()
728 wake_up_interruptible_all(&pipe->wr_wait); in pipe_release()
812 init_waitqueue_head(&pipe->wr_wait); in alloc_pipe_info()
1055 wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); in pipe_wait_writable()
1201 wake_up_interruptible(&pipe->wr_wait); in fifo_open()
1309 wake_up_interruptible(&pipe->wr_wait); in pipe_resize_ring()
H A Dsplice.c371 if (waitqueue_active(&pipe->wr_wait)) in wakeup_pipe_writers()
372 wake_up_interruptible(&pipe->wr_wait); in wakeup_pipe_writers()
/OK3568_Linux_fs/kernel/drivers/char/xillybus/
H A Dxillybus_core.c206 wake_up_interruptible(&channel->wr_wait); in xillybus_isr()
274 wake_up_interruptible(&channel->wr_wait); in xillybus_isr()
469 init_waitqueue_head(&channel->wr_wait); in xilly_setupchannels()
621 t = wait_event_interruptible_timeout(channel->wr_wait, in xilly_obtain_idt()
898 channel->wr_wait, in xillybus_read()
930 channel->wr_wait, in xillybus_read()
1643 channel->wr_wait, in xillybus_release()
1753 poll_wait(filp, &channel->wr_wait, wait); in xillybus_poll()
H A Dxillybus.h62 wait_queue_head_t wr_wait; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h59 wait_queue_head_t rd_wait, wr_wait; member