Searched refs:dm_mpath_wq (Results 1 – 1 of 1) sorted by relevance
31 static struct workqueue_struct *dm_mpath_wq; variable1358 queue_work(dm_mpath_wq, &m->trigger_event); in fail_path()2231 dm_mpath_wq = alloc_workqueue("dm_mpath_wq", 0, 0); in dm_multipath_init()2232 if (!dm_mpath_wq) { in dm_multipath_init()2244 destroy_workqueue(dm_mpath_wq); in dm_multipath_init()2255 destroy_workqueue(dm_mpath_wq); in dm_multipath_exit()