Searched refs:tx_waitq (Results 1 – 11 of 11) sorted by relevance
216 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq))) in st_wakeup_ack()412 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()420 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()757 skb_queue_purge(&st_gdata->tx_waitq); in st_tty_close()849 skb_queue_head_init(&st_gdata->tx_waitq); in st_core_init()878 skb_queue_purge(&st_gdata->tx_waitq); in st_core_exit()
62 wait_queue_head_t tx_waitq; member
109 wake_up(&sdev->tx_waitq); in stub_complete()392 wait_event_interruptible(sdev->tx_waitq, in stub_tx_loop()
310 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
153 struct sk_buff_head txq, tx_waitq; member
410 add_wait_queue(&call->tx_waitq, &myself); in rxrpc_wait_for_tx_window()428 remove_wait_queue(&call->tx_waitq, &myself); in rxrpc_wait_for_tx_window()
314 wait_queue_head_t tx_waitq; /* wait for Tx window space to become available */ member
82 init_waitqueue_head(&call->tx_waitq); in rxrpc_alloc_call()
398 wake_up(&call->tx_waitq); in rxrpc_rotate_tx_window()
326 wait_queue_head_t tx_waitq; member
1859 wake_up(&HE_VCC(tpd->vcc)->tx_waitq); in he_service_tbrq()2167 init_waitqueue_head(&he_vcc->tx_waitq); in he_open()2457 add_wait_queue(&he_vcc->tx_waitq, &wait); in he_close()2463 remove_wait_queue(&he_vcc->tx_waitq, &wait); in he_close()