Home
last modified time | relevance | path

Searched refs:kmpath_handlerd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Ddm-mpath.c119 static struct workqueue_struct *kmultipathd, *kmpath_handlerd; variable
346 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path, in __pg_init_all_paths()
1305 flush_workqueue(kmpath_handlerd); in flush_multipath_work()
1396 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work)) in reinstate_path()
2345 kmpath_handlerd = alloc_ordered_workqueue("kmpath_handlerd", in dm_multipath_init()
2347 if (!kmpath_handlerd) { in dm_multipath_init()
2348 DMERR("failed to create workqueue kmpath_handlerd"); in dm_multipath_init()
2367 destroy_workqueue(kmpath_handlerd); in dm_multipath_init()
2377 destroy_workqueue(kmpath_handlerd); in dm_multipath_exit()
[all...]