tx_wq 1324 drivers/media/pci/ngene/ngene-core.c init_waitqueue_head(&dev->tx_wq); tx_wq 791 drivers/media/pci/ngene/ngene.h wait_queue_head_t tx_wq; tx_wq 1388 drivers/net/can/m_can/m_can.c destroy_workqueue(cdev->tx_wq); tx_wq 1389 drivers/net/can/m_can/m_can.c cdev->tx_wq = NULL; tx_wq 1564 drivers/net/can/m_can/m_can.c queue_work(cdev->tx_wq, &cdev->tx_work); tx_wq 1593 drivers/net/can/m_can/m_can.c cdev->tx_wq = alloc_workqueue("mcan_wq", tx_wq 1595 drivers/net/can/m_can/m_can.c if (!cdev->tx_wq) { tx_wq 1629 drivers/net/can/m_can/m_can.c destroy_workqueue(cdev->tx_wq); tx_wq 80 drivers/net/can/m_can/m_can.h struct workqueue_struct *tx_wq; tx_wq 232 drivers/net/wimax/i2400m/i2400m-usb.h wait_queue_head_t tx_wq; tx_wq 251 drivers/net/wimax/i2400m/i2400m-usb.h init_waitqueue_head(&i2400mu->tx_wq); tx_wq 198 drivers/net/wimax/i2400m/usb-tx.c i2400mu->tx_wq, tx_wq 235 drivers/net/wimax/i2400m/usb-tx.c wake_up_all(&i2400mu->tx_wq); tx_wq 221 include/net/nfc/nci_core.h struct workqueue_struct *tx_wq; tx_wq 551 net/nfc/nci/core.c flush_workqueue(ndev->tx_wq); tx_wq 1213 net/nfc/nci/core.c ndev->tx_wq = create_singlethread_workqueue(name); tx_wq 1214 net/nfc/nci/core.c if (!ndev->tx_wq) { tx_wq 1259 net/nfc/nci/core.c destroy_workqueue(ndev->tx_wq); tx_wq 196 net/nfc/nci/data.c queue_work(ndev->tx_wq, &ndev->tx_work); tx_wq 62 net/nfc/nci/ntf.c queue_work(ndev->tx_wq, &ndev->tx_work);