Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c133 destroy_workqueue(stop_machine_wq); in stop_machine_create()
145 destroy_workqueue(stop_machine_wq); in stop_machine_destroy()
Dworkqueue.c864 destroy_workqueue(wq); in __create_workqueue_key()
904 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue() function
921 EXPORT_SYMBOL_GPL(destroy_workqueue);
/kernel/power/
Dwakelock.c592 destroy_workqueue(suspend_work_queue); in wakelocks_exit()