Home
last modified time | relevance | path

Searched refs:tx_wait (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/net/atm/
H A Dlec_arpc.h50 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ member
H A Dlec.c287 if (entry && (entry->tx_wait.qlen < LEC_UNRES_QUE_LEN)) { in lec_start_xmit()
290 skb_queue_tail(&entry->tx_wait, skb); in lec_start_xmit()
304 while (entry && (skb2 = skb_dequeue(&entry->tx_wait))) { in lec_start_xmit()
1329 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove()
1545 skb_queue_head_init(&to_return->tx_wait); in make_entry()
1677 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_arp_check_expire()
2075 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_flush_complete()
/kernel/linux/linux-6.6/net/atm/
H A Dlec_arpc.h50 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ member
H A Dlec.c287 if (entry && (entry->tx_wait.qlen < LEC_UNRES_QUE_LEN)) { in lec_start_xmit()
290 skb_queue_tail(&entry->tx_wait, skb); in lec_start_xmit()
304 while (entry && (skb2 = skb_dequeue(&entry->tx_wait))) { in lec_start_xmit()
1327 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove()
1543 skb_queue_head_init(&to_return->tx_wait); in make_entry()
1675 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_arp_check_expire()
2073 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_flush_complete()
/kernel/linux/linux-5.10/net/kcm/
H A Dkcmsock.c446 smp_rmb(); /* Must read tx_psock before tx_wait */ in reserve_psock()
449 WARN_ON(kcm->tx_wait); in reserve_psock()
463 WARN_ON(kcm->tx_wait); in reserve_psock()
473 if (kcm->tx_wait) { in reserve_psock()
475 kcm->tx_wait = false; in reserve_psock()
480 } else if (!kcm->tx_wait) { in reserve_psock()
483 kcm->tx_wait = true; in reserve_psock()
505 kcm->tx_wait = false; in psock_now_avail()
534 smp_rmb(); /* Read tx_psock before tx_wait */ in unreserve_psock()
538 WARN_ON(kcm->tx_wait); in unreserve_psock()
[all...]
/kernel/linux/linux-6.6/net/kcm/
H A Dkcmsock.c450 smp_rmb(); /* Must read tx_psock before tx_wait */ in reserve_psock()
453 WARN_ON(kcm->tx_wait); in reserve_psock()
467 WARN_ON(kcm->tx_wait); in reserve_psock()
477 if (kcm->tx_wait) { in reserve_psock()
479 kcm->tx_wait = false; in reserve_psock()
484 } else if (!kcm->tx_wait) { in reserve_psock()
487 kcm->tx_wait = true; in reserve_psock()
509 kcm->tx_wait = false; in psock_now_avail()
538 smp_rmb(); /* Read tx_psock before tx_wait */ in unreserve_psock()
542 WARN_ON(kcm->tx_wait); in unreserve_psock()
[all...]
/kernel/linux/linux-5.10/drivers/hsi/clients/
H A Dhsi_char.c76 * @tx_wait: TX requests wait queue
88 wait_queue_head_t tx_wait; member
252 wake_up(&channel->tx_wait); in hsc_tx_completed()
502 ret = wait_event_interruptible(channel->tx_wait, in hsc_write()
650 wake_up(&channel->tx_wait); in hsc_release()
668 init_waitqueue_head(&channel->tx_wait); in hsc_channel_init()
/kernel/linux/linux-6.6/drivers/hsi/clients/
H A Dhsi_char.c76 * @tx_wait: TX requests wait queue
88 wait_queue_head_t tx_wait; member
252 wake_up(&channel->tx_wait); in hsc_tx_completed()
502 ret = wait_event_interruptible(channel->tx_wait, in hsc_write()
650 wake_up(&channel->tx_wait); in hsc_release()
668 init_waitqueue_head(&channel->tx_wait); in hsc_channel_init()
/kernel/linux/linux-5.10/drivers/atm/
H A Dzatm.h51 wait_queue_head_t tx_wait; /* for close */ member
H A Deni.h88 wait_queue_head_t tx_wait; /* for close */ member
/kernel/linux/linux-5.10/drivers/char/
H A Ddsp56k.c77 #define tx_wait(n) \ macro
155 /* tx_wait(10); */ in dsp56k_upload()
162 /* tx_wait(10); */ in dsp56k_upload()
169 tx_wait(10); in dsp56k_upload()
175 tx_wait(10); in dsp56k_upload()
/kernel/linux/linux-6.6/drivers/char/
H A Ddsp56k.c77 #define tx_wait(n) \ macro
157 /* tx_wait(10); */ in dsp56k_upload()
164 /* tx_wait(10); */ in dsp56k_upload()
171 tx_wait(10); in dsp56k_upload()
177 tx_wait(10); in dsp56k_upload()
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dclient.c605 init_waitqueue_head(&cl->tx_wait); in mei_cl_init()
773 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all()
775 wake_up_interruptible(&cl->tx_wait); in mei_cl_wake_all()
2050 rets = wait_event_interruptible(cl->tx_wait, in mei_cl_write()
2093 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete()
2094 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
H A Dmain.c358 rets = wait_event_interruptible(cl->tx_wait, in mei_write()
822 poll_wait(file, &cl->tx_wait, wait); in mei_poll()
883 rets = wait_event_interruptible(cl->tx_wait, in mei_fsync()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_printer.c77 wait_queue_head_t tx_wait; member
329 wake_up_interruptible(&dev->tx_wait); in tx_complete()
609 wait_event_interruptible(dev->tx_wait, in printer_write()
738 poll_wait(fd, &dev->tx_wait, wait); in printer_poll()
931 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset()
1496 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_printer.c82 wait_queue_head_t tx_wait; member
334 wake_up_interruptible(&dev->tx_wait); in tx_complete()
613 wait_event_interruptible(dev->tx_wait, in printer_write()
741 poll_wait(fd, &dev->tx_wait, wait); in printer_poll()
930 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset()
1496 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
/kernel/linux/linux-5.10/include/net/
H A Dkcm.h76 bool tx_wait; member
/kernel/linux/linux-6.6/drivers/atm/
H A Deni.h88 wait_queue_head_t tx_wait; /* for close */ member
/kernel/linux/linux-6.6/include/net/
H A Dkcm.h76 bool tx_wait; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A Dusb.c141 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb()
561 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
747 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx()
1078 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dusb.c141 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb()
561 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
747 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx()
1078 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dmain.c358 rets = wait_event_interruptible(cl->tx_wait, in mei_write()
822 poll_wait(file, &cl->tx_wait, wait); in mei_poll()
883 rets = wait_event_interruptible(cl->tx_wait, in mei_fsync()
H A Dclient.c608 init_waitqueue_head(&cl->tx_wait); in mei_cl_init()
779 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all()
781 wake_up_interruptible(&cl->tx_wait); in mei_cl_wake_all()
2089 rets = wait_event_interruptible_timeout(cl->tx_wait, in mei_cl_write()
2141 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete()
2142 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
/kernel/linux/linux-5.10/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c132 wait_queue_head_t tx_wait; member
627 wake_up_interruptible(&bt->tx_wait); in mtk_btcvsd_snd_irq_handler()
651 ret = wait_event_interruptible_timeout(bt->tx_wait, in wait_for_bt_irq()
1307 init_waitqueue_head(&btcvsd->tx_wait); in mtk_btcvsd_snd_probe()
/kernel/linux/linux-6.6/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c132 wait_queue_head_t tx_wait; member
627 wake_up_interruptible(&bt->tx_wait); in mtk_btcvsd_snd_irq_handler()
651 ret = wait_event_interruptible_timeout(bt->tx_wait, in wait_for_bt_irq()
1300 init_waitqueue_head(&btcvsd->tx_wait); in mtk_btcvsd_snd_probe()

Completed in 31 milliseconds

123