Searched refs:dm_mpath_wq (Results 1 – 1 of 1) sorted by relevance
31 static struct workqueue_struct *dm_mpath_wq; variable1357 queue_work(dm_mpath_wq, &m->trigger_event); in fail_path()2227 dm_mpath_wq = alloc_workqueue("dm_mpath_wq", 0, 0); in dm_multipath_init()2228 if (!dm_mpath_wq) { in dm_multipath_init()2240 destroy_workqueue(dm_mpath_wq); in dm_multipath_init()2251 destroy_workqueue(dm_mpath_wq); in dm_multipath_exit()