Searched refs:hif_workqueue (Results 1 – 1 of 1) sorted by relevance
191 static struct workqueue_struct *hif_workqueue; variable232 if (!hif_workqueue || !queue_work(hif_workqueue, &msg->work)) in wilc_enqueue_work()3466 hif_workqueue = create_singlethread_workqueue("WILC_wq"); in wilc_init()3467 if (!hif_workqueue) { in wilc_init()3545 destroy_workqueue(hif_workqueue); in wilc_deinit()