Home
last modified time | relevance | path

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

/kernel/
Dpadata.c824 destroy_workqueue(pinst->serial_wq); in __padata_free()
825 destroy_workqueue(pinst->parallel_wq); in __padata_free()
1023 destroy_workqueue(pinst->serial_wq); in padata_alloc()
1026 destroy_workqueue(pinst->parallel_wq); in padata_alloc()
Dworkqueue.c4319 destroy_workqueue(wq); in alloc_workqueue()
4330 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue() function
4417 EXPORT_SYMBOL_GPL(destroy_workqueue);
/kernel/locking/
Dtest-ww_mutex.c627 destroy_workqueue(wq); in test_ww_mutex_exit()