Name

destroy_workqueue — safely terminate a workqueue

Synopsis

void destroy_workqueue (struct workqueue_struct * wq);
 

Arguments

wq

target workqueue

Description

Safely destroy a workqueue. All work currently pending will be done first.