Query: destroy_workqueue
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DESTROY_WORKQUEUE(9) Driver Basics DESTROY_WORKQUEUE(9)NAMEdestroy_workqueue - safely terminate a workqueueSYNOPSISvoid destroy_workqueue(struct workqueue_struct * wq);ARGUMENTSwq target workqueueDESCRIPTIONSafely destroy a workqueue. All work currently pending will be done first.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DESTROY_WORKQUEUE(9)