txq_thread 448 drivers/staging/wilc1000/wilc_netdev.c if (wl->txq_thread) { txq_thread 449 drivers/staging/wilc1000/wilc_netdev.c kthread_stop(wl->txq_thread); txq_thread 450 drivers/staging/wilc1000/wilc_netdev.c wl->txq_thread = NULL; txq_thread 495 drivers/staging/wilc1000/wilc_netdev.c wilc->txq_thread = kthread_run(wilc_txq_task, (void *)wilc, txq_thread 497 drivers/staging/wilc1000/wilc_netdev.c if (IS_ERR(wilc->txq_thread)) { txq_thread 500 drivers/staging/wilc1000/wilc_netdev.c return PTR_ERR(wilc->txq_thread); txq_thread 242 drivers/staging/wilc1000/wilc_wfi_netdevice.h struct task_struct *txq_thread;