destroy_workqueue — safely terminate a workqueue
void destroy_workqueue (
)
wq
target workqueue
Safely destroy a workqueue. All work currently pending will be done first.