Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-mpath.c40 struct delayed_work activate_path; member
122 static void activate_path(struct work_struct *work);
136 INIT_DELAYED_WORK(&pgpath->activate_path, activate_path); in alloc_pgpath()
276 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path, in __pg_init_all_paths()
1022 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work)) in reinstate_path()
1234 static void activate_path(struct work_struct *work) in activate_path() function
1237 container_of(work, struct pgpath, activate_path.work); in activate_path()