Lines Matching refs:kmpath_handlerd
119 static struct workqueue_struct *kmultipathd, *kmpath_handlerd;
346 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path,
1305 flush_workqueue(kmpath_handlerd);
1396 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work))
2345 kmpath_handlerd = alloc_ordered_workqueue("kmpath_handlerd",
2347 if (!kmpath_handlerd) {
2348 DMERR("failed to create workqueue kmpath_handlerd");
2367 destroy_workqueue(kmpath_handlerd);
2377 destroy_workqueue(kmpath_handlerd);