Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Ddm-mpath.c45 struct delayed_work activate_path; member
331 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path, in __pg_init_all_paths()
955 INIT_DELAYED_WORK(&p->activate_path, activate_path_work); in parse_path()
1390 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work)) in reinstate_path()
1629 container_of(work, struct pgpath, activate_path.work); in activate_path_work()