/linux/net/kcm/ |
H A D | kcmsock.c | 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() 542 WARN_ON(kcm->tx_wait); in unreserve_psock() 1700 if (kcm->tx_wait) { in kcm_release() 1705 kcm->tx_wait = false; in kcm_release() [all …]
|
H A D | kcmproc.c | 127 if (kcm->tx_wait) in kcm_format_sock()
|
/linux/drivers/hsi/clients/ |
H 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/net/atm/ |
H A D | lec_arpc.h | 50 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ member
|
H 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/char/ |
H A D | dsp56k.c | 77 #define tx_wait(n) \ macro 171 tx_wait(10); in dsp56k_upload() 177 tx_wait(10); in dsp56k_upload()
|
/linux/drivers/atm/ |
H A D | eni.h | 88 wait_queue_head_t tx_wait; /* for close */ member
|
H A D | eni.c | 1234 wake_up(&eni_dev->tx_wait); in dequeue_tx() 1401 add_wait_queue(&eni_dev->tx_wait,&wait); in close_tx() 1415 remove_wait_queue(&eni_dev->tx_wait,&wait); in close_tx() 1442 init_waitqueue_head(&eni_dev->tx_wait); in start_tx() 1559 wake_up(&eni_dev->tx_wait); in eni_tasklet()
|
/linux/drivers/net/wireless/ath/carl9170/ |
H 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() 1110 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
|
H A D | carl9170.h | 251 struct usb_anchor tx_wait; member
|
/linux/drivers/usb/gadget/function/ |
H A D | f_printer.c | 82 wait_queue_head_t tx_wait; member 335 wake_up_interruptible(&dev->tx_wait); in tx_complete() 621 wait_event_interruptible(dev->tx_wait, in printer_write() 761 poll_wait(fd, &dev->tx_wait, wait); in printer_poll() 950 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset() 1516 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
|
/linux/include/net/ |
H A D | kcm.h | 77 bool tx_wait; member
|
/linux/drivers/misc/mei/ |
H A D | client.c | 608 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()
|
H A D | main.c | 358 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 D | mei_dev.h | 298 wait_queue_head_t tx_wait; member
|
/linux/sound/soc/mediatek/common/ |
H 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() 1300 init_waitqueue_head(&btcvsd->tx_wait); in mtk_btcvsd_snd_probe()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | wed.c | 93 return !wait_event_timeout(dev->tx_wait, !dev->wed_token_count, HZ); in mt76_wed_offload_enable()
|
H A D | tx.c | 265 wake_up(&dev->tx_wait); in __mt76_tx_complete_skb() 896 wake_up(&dev->tx_wait); in mt76_token_release()
|
H A D | usb.c | 786 wake_up(&dev->tx_wait); in mt76u_status_worker() 1000 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
|
H A D | testmode.c | 293 wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued, in mt76_testmode_tx_stop()
|
H A D | sdio.c | 456 wake_up(&dev->tx_wait); in mt76s_process_tx_queue()
|
H A D | mac80211.c | 662 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device() 945 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
|
H A D | mt792x_core.c | 292 wait_event_timeout(dev->mt76.tx_wait, in mt792x_flush()
|
/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 226 struct completion *tx_wait; member 1552 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty() 1584 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty() 1592 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty() 1597 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1625 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1635 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 4659 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll() 4660 complete(priv->tx_wait); in mwl8k_tx_poll() 4661 priv->tx_wait = NULL; in mwl8k_tx_poll() [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 1004 wait_queue_head_t tx_wait; member
|