Home
last modified time | relevance | path

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

/kernel/
Dpadata.c829 destroy_workqueue(pinst->serial_wq); in __padata_free()
830 destroy_workqueue(pinst->parallel_wq); in __padata_free()
1044 destroy_workqueue(pinst->serial_wq); in padata_alloc()
1047 destroy_workqueue(pinst->parallel_wq); in padata_alloc()
Dworkqueue.c4350 destroy_workqueue(wq); in alloc_workqueue()
4361 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue() function
4448 EXPORT_SYMBOL_GPL(destroy_workqueue);
/kernel/locking/
Dtest-ww_mutex.c631 destroy_workqueue(wq); in test_ww_mutex_exit()