Home
last modified time | relevance | path

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

/linux/drivers/md/
A Ddm-switch.c41 unsigned nr_paths; /* Number of paths in path_list. */ member
168 if (unlikely(path_nr >= sctx->nr_paths)) in switch_get_path_nr()
199 if (++path_nr >= sctx->nr_paths) in initialise_region_table()
211 &sctx->path_list[sctx->nr_paths].dmdev); in parse_path()
223 sctx->path_list[sctx->nr_paths].start = start; in parse_path()
225 sctx->nr_paths++; in parse_path()
237 while (sctx->nr_paths--) in switch_dtr()
262 unsigned nr_paths, region_size, nr_optional_args; in switch_ctr() local
281 if (as.argc != nr_paths * 2) { in switch_ctr()
302 r = alloc_region_table(ti, nr_paths); in switch_ctr()
[all …]

Completed in 4 milliseconds