tx_wait
tx_wait(10);
tx_wait(10);
wake_up(&channel->tx_wait);
ret = wait_event_interruptible(channel->tx_wait,
wake_up(&channel->tx_wait);
init_waitqueue_head(&channel->tx_wait);
wait_queue_head_t tx_wait;
rets = wait_event_interruptible(cl->tx_wait,
rets = wait_event_interruptible_timeout(cl->tx_wait,
if (waitqueue_active(&cl->tx_wait))
wake_up_interruptible(&cl->tx_wait);
init_waitqueue_head(&cl->tx_wait);
if (waitqueue_active(&cl->tx_wait)) {
wake_up_interruptible(&cl->tx_wait);
rets = wait_event_interruptible(cl->tx_wait,
poll_wait(file, &cl->tx_wait, wait);
rets = wait_event_interruptible(cl->tx_wait,
wait_queue_head_t tx_wait;
wait_queue_head_t tx_wait;
init_waitqueue_head(&sc->tx_wait);
if (wait_event_timeout(sc->tx_wait, !ath9k_has_tx_pending(sc, sw_pending),
wake_up(&sc->tx_wait);
struct usb_anchor tx_wait;
init_usb_anchor(&ar->tx_wait);
urb = usb_get_from_anchor(&ar->tx_wait);
while ((urb = usb_get_from_anchor(&ar->tx_wait))) {
usb_anchor_urb(urb, &ar->tx_wait);
DECLARE_COMPLETION_ONSTACK(tx_wait);
priv->tx_wait = &tx_wait;
timeout = wait_for_completion_timeout(&tx_wait,
priv->tx_wait = NULL;
priv->tx_wait = NULL;
priv->tx_wait = NULL;
struct completion *tx_wait;
if (!priv->pending_tx_pkts && priv->tx_wait != NULL) {
complete(priv->tx_wait);
priv->tx_wait = NULL;
priv->tx_wait = NULL;
wake_up(&dev->tx_wait);
wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout);
init_waitqueue_head(&dev->tx_wait);
wait_queue_head_t tx_wait;
wait_event_timeout(dev->mt76.tx_wait,
wake_up(&dev->tx_wait);
wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued,
wake_up(&dev->tx_wait);
wake_up(&dev->tx_wait);
wake_up(&dev->tx_wait);
ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy),
wake_up(&dev->tx_wait);
return !wait_event_timeout(dev->tx_wait, !dev->wed_token_count, HZ);
init_waitqueue_head(&dev->tx_wait);
wake_up_interruptible(&dev->tx_wait);
wait_event_interruptible(dev->tx_wait,
poll_wait(fd, &dev->tx_wait, wait);
wait_queue_head_t tx_wait;
wake_up_interruptible(&dev->tx_wait);
bool tx_wait;
if (kcm->tx_wait)
if (kcm->tx_wait) {
kcm->tx_wait = false;
WARN_ON(kcm->tx_wait);
WARN_ON(kcm->tx_wait);
WARN_ON(kcm->tx_wait);
if (kcm->tx_wait) {
kcm->tx_wait = false;
} else if (!kcm->tx_wait) {
kcm->tx_wait = true;
kcm->tx_wait = false;
WARN_ON(kcm->tx_wait);
init_waitqueue_head(&btcvsd->tx_wait);
wait_queue_head_t tx_wait;
wake_up_interruptible(&bt->tx_wait);
ret = wait_event_interruptible_timeout(bt->tx_wait,