Searched refs:select_path (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-path-selector.h | 54 struct dm_path *(*select_path) (struct path_selector *ps, member
|
H A D | dm-round-robin.c | 208 .select_path = rr_select_path,
|
H A D | dm-queue-length.c | 250 .select_path = ql_select_path,
|
H A D | dm-service-time.c | 332 .select_path = st_select_path,
|
H A D | dm-historical-service-time.c | 531 .select_path = hst_select_path,
|
H A D | dm-mpath.c | 376 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-path-selector.h | 70 struct dm_path *(*select_path)(struct path_selector *ps, size_t nr_bytes); member
|
H A D | dm-ps-round-robin.c | 216 .select_path = rr_select_path,
|
H A D | dm-ps-queue-length.c | 254 .select_path = ql_select_path,
|
H A D | dm-ps-io-affinity.c | 249 .select_path = ioa_select_path,
|
H A D | dm-ps-service-time.c | 335 .select_path = st_select_path,
|
H A D | dm-ps-historical-service-time.c | 535 .select_path = hst_select_path,
|
H A D | dm-mpath.c | 385 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
|
Completed in 11 milliseconds