Lines Matching defs:kmpath_handlerd
112 static struct workqueue_struct *kmultipathd, *kmpath_handlerd;
331 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path,
1298 flush_workqueue(kmpath_handlerd);
1390 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work))
2175 kmpath_handlerd = alloc_ordered_workqueue("kmpath_handlerd",
2177 if (!kmpath_handlerd) {
2178 DMERR("failed to create workqueue kmpath_handlerd");
2193 destroy_workqueue(kmpath_handlerd);
2202 destroy_workqueue(kmpath_handlerd);