Home
last modified time | relevance | path

Searched refs:hif_workqueue (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c191 static struct workqueue_struct *hif_workqueue; variable
232 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()