/kernel/linux/linux-5.10/drivers/hsi/clients/ |
H A D | hsi_char.c | 75 * @rx_wait: RX requests wait queue 87 wait_queue_head_t rx_wait; member 232 wake_up(&channel->rx_wait); in hsc_rx_completed() 292 wake_up(&channel->rx_wait); in hsc_break_received() 443 ret = wait_event_interruptible(channel->rx_wait, in hsc_read() 649 wake_up(&channel->rx_wait); in hsc_release() 667 init_waitqueue_head(&channel->rx_wait); in hsc_channel_init()
|
/kernel/linux/linux-6.6/drivers/hsi/clients/ |
H A D | hsi_char.c | 75 * @rx_wait: RX requests wait queue 87 wait_queue_head_t rx_wait; member 232 wake_up(&channel->rx_wait); in hsc_rx_completed() 292 wake_up(&channel->rx_wait); in hsc_break_received() 443 ret = wait_event_interruptible(channel->rx_wait, in hsc_read() 649 wake_up(&channel->rx_wait); in hsc_release() 667 init_waitqueue_head(&channel->rx_wait); in hsc_channel_init()
|
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 127 if (unlikely(kcm->rx_wait || kcm->rx_psock || kcm->rx_disabled)) in kcm_rcv_ready() 165 WRITE_ONCE(kcm->rx_wait, true); in kcm_rcv_ready() 178 /* For reading rx_wait and rx_psock without holding lock */ in kcm_rfree() 181 if (!READ_ONCE(kcm->rx_wait) && !READ_ONCE(kcm->rx_psock) && in kcm_rfree() 241 WRITE_ONCE(kcm->rx_wait, false); in requeue_rx_msgs() 243 /* Commit rx_wait to read in kcm_free */ in requeue_rx_msgs() 285 WRITE_ONCE(kcm->rx_wait, false); in reserve_rx_kcm() 338 /* Check for degenerative race with rx_wait that all in unreserve_rx_kcm() 1204 if (kcm->rx_wait) { in kcm_recv_disable() 1207 WRITE_ONCE(kcm->rx_wait, fals in kcm_recv_disable() [all...] |
H A D | kcmproc.c | 133 if (kcm->rx_wait) in kcm_format_sock()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 129 if (unlikely(kcm->rx_wait || kcm->rx_psock || kcm->rx_disabled)) in kcm_rcv_ready() 167 WRITE_ONCE(kcm->rx_wait, true); in kcm_rcv_ready() 180 /* For reading rx_wait and rx_psock without holding lock */ in kcm_rfree() 183 if (!READ_ONCE(kcm->rx_wait) && !READ_ONCE(kcm->rx_psock) && in kcm_rfree() 243 WRITE_ONCE(kcm->rx_wait, false); in requeue_rx_msgs() 245 /* Commit rx_wait to read in kcm_free */ in requeue_rx_msgs() 287 WRITE_ONCE(kcm->rx_wait, false); in reserve_rx_kcm() 340 /* Check for degenerative race with rx_wait that all in unreserve_rx_kcm() 1081 if (kcm->rx_wait) { in kcm_recv_disable() 1084 WRITE_ONCE(kcm->rx_wait, fals in kcm_recv_disable() [all...] |
H A D | kcmproc.c | 133 if (kcm->rx_wait) in kcm_format_sock()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_printer.c | 73 wait_queue_head_t rx_wait; member 304 wake_up_interruptible(&dev->rx_wait); in rx_complete() 490 wait_event_interruptible(dev->rx_wait, in printer_read() 737 poll_wait(fd, &dev->rx_wait, wait); in printer_poll() 930 wake_up_interruptible(&dev->rx_wait); in printer_soft_reset() 1495 init_waitqueue_head(&dev->rx_wait); in gprinter_alloc()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_printer.c | 78 wait_queue_head_t rx_wait; member 309 wake_up_interruptible(&dev->rx_wait); in rx_complete() 494 wait_event_interruptible(dev->rx_wait, in printer_read() 740 poll_wait(fd, &dev->rx_wait, wait); in printer_poll() 929 wake_up_interruptible(&dev->rx_wait); in printer_soft_reset() 1495 init_waitqueue_head(&dev->rx_wait); in gprinter_alloc()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.h | 102 wait_queue_head_t rx_wait; /* for close */ member
|
H A D | eni.c | 771 wake_up(&eni_dev->rx_wait); in dequeue_rx() 859 add_wait_queue(&eni_dev->rx_wait,&wait); in close_rx() 892 remove_wait_queue(&eni_dev->rx_wait,&wait); in close_rx() 914 init_waitqueue_head(&eni_dev->rx_wait); in start_rx()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | kcm.h | 82 bool rx_wait; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.h | 102 wait_queue_head_t rx_wait; /* for close */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | kcm.h | 82 bool rx_wait; member
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | bus.c | 148 if (!waitqueue_active(&cl->rx_wait)) { in __mei_cl_recv() 154 (cl->rx_wait, in __mei_cl_recv() 167 (cl->rx_wait, in __mei_cl_recv()
|
H A D | client.c | 604 init_waitqueue_head(&cl->rx_wait); in mei_cl_init() 768 if (waitqueue_active(&cl->rx_wait)) { in mei_cl_wake_all() 770 wake_up_interruptible(&cl->rx_wait); in mei_cl_wake_all() 2107 wake_up_interruptible(&cl->rx_wait); in mei_cl_complete()
|
H A D | main.c | 219 if (wait_event_interruptible(cl->rx_wait, in mei_read() 813 poll_wait(file, &cl->rx_wait, wait); in mei_poll()
|
H A D | mei_dev.h | 219 * @rx_wait: wait queue for rx completion 246 wait_queue_head_t rx_wait; member
|
/kernel/linux/linux-5.10/sound/soc/mediatek/common/ |
H A D | mtk-btcvsd.c | 133 wait_queue_head_t rx_wait; member 621 wake_up_interruptible(&bt->rx_wait); in mtk_btcvsd_snd_irq_handler() 655 ret = wait_event_interruptible_timeout(bt->rx_wait, in wait_for_bt_irq() 1308 init_waitqueue_head(&btcvsd->rx_wait); in mtk_btcvsd_snd_probe()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/common/ |
H A D | mtk-btcvsd.c | 133 wait_queue_head_t rx_wait; member 621 wake_up_interruptible(&bt->rx_wait); in mtk_btcvsd_snd_irq_handler() 655 ret = wait_event_interruptible_timeout(bt->rx_wait, in wait_for_bt_irq() 1301 init_waitqueue_head(&btcvsd->rx_wait); in mtk_btcvsd_snd_probe()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | bus.c | 190 if (!waitqueue_active(&cl->rx_wait)) { in __mei_cl_recv() 196 (cl->rx_wait, in __mei_cl_recv() 209 (cl->rx_wait, in __mei_cl_recv()
|
H A D | main.c | 219 if (wait_event_interruptible(cl->rx_wait, in mei_read() 813 poll_wait(file, &cl->rx_wait, wait); in mei_poll()
|
H A D | client.c | 607 init_waitqueue_head(&cl->rx_wait); in mei_cl_init() 774 if (waitqueue_active(&cl->rx_wait)) { in mei_cl_wake_all() 776 wake_up_interruptible(&cl->rx_wait); in mei_cl_wake_all() 2155 wake_up_interruptible(&cl->rx_wait); in mei_cl_complete()
|
H A D | mei_dev.h | 257 * @rx_wait: wait queue for rx completion 286 wait_queue_head_t rx_wait; member
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | dsp56k.c | 87 #define rx_wait(n) \ macro
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | dsp56k.c | 87 #define rx_wait(n) \ macro
|