Home
last modified time | relevance | path

Searched refs:rx_wait (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/hsi/clients/
Dhsi_char.c100 wait_queue_head_t rx_wait; member
245 wake_up(&channel->rx_wait); in hsc_rx_completed()
305 wake_up(&channel->rx_wait); in hsc_break_received()
456 ret = wait_event_interruptible(channel->rx_wait, in hsc_read()
662 wake_up(&channel->rx_wait); in hsc_release()
680 init_waitqueue_head(&channel->rx_wait); in hsc_channel_init()
/Linux-v4.19/net/kcm/
Dkcmsock.c130 if (unlikely(kcm->rx_wait || kcm->rx_psock || kcm->rx_disabled)) in kcm_rcv_ready()
167 kcm->rx_wait = true; in kcm_rcv_ready()
183 if (!kcm->rx_wait && !kcm->rx_psock && in kcm_rfree()
242 kcm->rx_wait = false; in requeue_rx_msgs()
285 kcm->rx_wait = false; in reserve_rx_kcm()
1241 if (kcm->rx_wait) { in kcm_recv_disable()
1243 kcm->rx_wait = false; in kcm_recv_disable()
1795 if (kcm->rx_wait) { in kcm_done()
1797 kcm->rx_wait = false; in kcm_done()
1821 WARN_ON(kcm->rx_wait); in kcm_done()
Dkcmproc.c133 if (kcm->rx_wait) in kcm_format_sock()
/Linux-v4.19/drivers/atm/
Deni.h102 wait_queue_head_t rx_wait; /* for close */ member
Deni.c775 wake_up(&eni_dev->rx_wait); in dequeue_rx()
863 add_wait_queue(&eni_dev->rx_wait,&wait); in close_rx()
896 remove_wait_queue(&eni_dev->rx_wait,&wait); in close_rx()
918 init_waitqueue_head(&eni_dev->rx_wait); in start_rx()
/Linux-v4.19/drivers/usb/gadget/function/
Df_printer.c72 wait_queue_head_t rx_wait; member
296 wake_up_interruptible(&dev->rx_wait); in rx_complete()
469 wait_event_interruptible(dev->rx_wait, in printer_read()
696 poll_wait(fd, &dev->rx_wait, wait); in printer_poll()
884 wake_up_interruptible(&dev->rx_wait); in printer_soft_reset()
1445 init_waitqueue_head(&dev->rx_wait); in gprinter_alloc()
/Linux-v4.19/include/net/
Dkcm.h85 bool rx_wait; member
/Linux-v4.19/drivers/misc/mei/
Dbus.c158 if (!waitqueue_active(&cl->rx_wait)) { in __mei_cl_recv()
164 (cl->rx_wait, in __mei_cl_recv()
177 (cl->rx_wait, in __mei_cl_recv()
Dclient.c579 init_waitqueue_head(&cl->rx_wait); in mei_cl_init()
741 if (waitqueue_active(&cl->rx_wait)) { in mei_cl_wake_all()
743 wake_up_interruptible(&cl->rx_wait); in mei_cl_wake_all()
1810 wake_up_interruptible(&cl->rx_wait); in mei_cl_complete()
Dmain.c183 if (wait_event_interruptible(cl->rx_wait, in mei_read()
594 poll_wait(file, &cl->rx_wait, wait); in mei_poll()
Dmei_dev.h224 wait_queue_head_t rx_wait; member
/Linux-v4.19/drivers/char/
Ddsp56k.c87 #define rx_wait(n) \ macro