Lines Matching defs:kmpath_handlerd
116 static struct workqueue_struct *kmultipathd, *kmpath_handlerd;
340 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path,
1306 flush_workqueue(kmpath_handlerd);
1398 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work))
2224 kmpath_handlerd = alloc_ordered_workqueue("kmpath_handlerd",
2226 if (!kmpath_handlerd) {
2227 DMERR("failed to create workqueue kmpath_handlerd");
2246 destroy_workqueue(kmpath_handlerd);
2256 destroy_workqueue(kmpath_handlerd);