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()2351 dm_mpath_wq = alloc_workqueue("dm_mpath_wq", WQ_PERCPU, 0); in dm_multipath_init()2352 if (!dm_mpath_wq) { in dm_multipath_init()2364 destroy_workqueue(dm_mpath_wq); in dm_multipath_init()2375 destroy_workqueue(dm_mpath_wq); in dm_multipath_exit()