Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-path-selector.h58 struct dm_path *(*select_path) (struct path_selector *ps, member
Ddm-round-robin.c191 .select_path = rr_select_path,
Ddm-queue-length.c231 .select_path = ql_select_path,
Ddm-service-time.c313 .select_path = st_select_path,
Ddm-mpath.c304 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes); in __choose_path_in_pg()