Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dcore.c2006 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
2007 if (!ar->workqueue_aux) in ath10k_core_create()
2035 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()
2051 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
2052 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
Dcore.h763 struct workqueue_struct *workqueue_aux; member
Dwmi.c4588 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()