/linux/net/kcm/ |
A D | kcmsock.c | 444 WARN_ON(kcm->tx_wait); in reserve_psock() 458 WARN_ON(kcm->tx_wait); in reserve_psock() 468 if (kcm->tx_wait) { in reserve_psock() 470 kcm->tx_wait = false; in reserve_psock() 475 } else if (!kcm->tx_wait) { in reserve_psock() 478 kcm->tx_wait = true; in reserve_psock() 500 kcm->tx_wait = false; in psock_now_avail() 533 WARN_ON(kcm->tx_wait); in unreserve_psock() 1860 if (kcm->tx_wait) { in kcm_release() 1865 kcm->tx_wait = false; in kcm_release() [all …]
|
A D | kcmproc.c | 127 if (kcm->tx_wait) in kcm_format_sock()
|
/linux/drivers/hsi/clients/ |
A D | hsi_char.c | 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()
|
/linux/drivers/char/ |
A D | dsp56k.c | 77 #define tx_wait(n) \ macro 169 tx_wait(10); in dsp56k_upload() 175 tx_wait(10); in dsp56k_upload()
|
/linux/net/atm/ |
A D | lec_arpc.h | 50 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ member
|
A D | lec.c | 287 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()
|
/linux/drivers/atm/ |
A D | zatm.h | 51 wait_queue_head_t tx_wait; /* for close */ member
|
A D | eni.h | 88 wait_queue_head_t tx_wait; /* for close */ member
|
A D | zatm.c | 740 wake_up(&zatm_vcc->tx_wait); in dequeue_tx() 886 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog)); in close_tx() 891 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue)); in close_tx() 957 init_waitqueue_head(&zatm_vcc->tx_wait); in open_tx_first()
|
A D | eni.c | 1232 wake_up(&eni_dev->tx_wait); in dequeue_tx() 1399 add_wait_queue(&eni_dev->tx_wait,&wait); in close_tx() 1413 remove_wait_queue(&eni_dev->tx_wait,&wait); in close_tx() 1440 init_waitqueue_head(&eni_dev->tx_wait); in start_tx() 1557 wake_up(&eni_dev->tx_wait); in eni_tasklet()
|
/linux/drivers/net/wireless/ath/carl9170/ |
A D | usb.c | 141 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()
|
A D | carl9170.h | 251 struct usb_anchor tx_wait; member
|
/linux/drivers/usb/gadget/function/ |
A D | f_printer.c | 79 wait_queue_head_t tx_wait; member 331 wake_up_interruptible(&dev->tx_wait); in tx_complete() 611 wait_event_interruptible(dev->tx_wait, in printer_write() 739 poll_wait(fd, &dev->tx_wait, wait); in printer_poll() 932 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset() 1500 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
|
/linux/include/net/ |
A D | kcm.h | 76 bool tx_wait; member
|
/linux/drivers/misc/mei/ |
A D | client.c | 606 init_waitqueue_head(&cl->tx_wait); in mei_cl_init() 774 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all() 776 wake_up_interruptible(&cl->tx_wait); in mei_cl_wake_all() 2056 rets = wait_event_interruptible(cl->tx_wait, in mei_cl_write() 2099 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete() 2100 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
|
A D | main.c | 356 rets = wait_event_interruptible(cl->tx_wait, in mei_write() 820 poll_wait(file, &cl->tx_wait, wait); in mei_poll() 881 rets = wait_event_interruptible(cl->tx_wait, in mei_fsync()
|
A D | mei_dev.h | 259 wait_queue_head_t tx_wait; member
|
/linux/sound/soc/mediatek/common/ |
A D | mtk-btcvsd.c | 132 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() 1309 init_waitqueue_head(&btcvsd->tx_wait); in mtk_btcvsd_snd_probe()
|
/linux/drivers/net/wireless/marvell/ |
A D | mwl8k.c | 226 struct completion *tx_wait; member 1547 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty() 1579 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty() 1587 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty() 1592 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1620 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1630 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 4652 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll() 4653 complete(priv->tx_wait); in mwl8k_tx_poll() 4654 priv->tx_wait = NULL; in mwl8k_tx_poll() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | usb.c | 833 wake_up(&dev->tx_wait); in mt76u_status_worker() 1041 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
|
A D | sdio.c | 456 wake_up(&dev->tx_wait); in mt76s_process_tx_queue()
|
A D | testmode.c | 291 wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued, in mt76_testmode_tx_stop()
|
A D | mac80211.c | 548 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device() 811 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
|
A D | dma.c | 268 wake_up(&dev->tx_wait); in mt76_dma_tx_cleanup()
|
A D | tx.c | 251 wake_up(&dev->tx_wait); in __mt76_tx_complete_skb()
|