Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-path-selector.h54 struct dm_path *(*select_path) (struct path_selector *ps, member
Ddm-round-robin.c208 .select_path = rr_select_path,
Ddm-queue-length.c250 .select_path = ql_select_path,
Ddm-service-time.c332 .select_path = st_select_path,
Ddm-mpath.c351 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()