Searched refs:nr_valid_paths (Results 1 – 4 of 4) sorted by relevance
63 unsigned nr_valid_paths) in dm_build_path_uevent() argument100 nr_valid_paths)) { in dm_build_path_uevent()171 const char *path, unsigned nr_valid_paths) in dm_path_uevent() argument184 path, nr_valid_paths); in dm_path_uevent()
23 unsigned nr_valid_paths);40 unsigned nr_valid_paths) in dm_path_uevent() argument
80 atomic_t nr_valid_paths; /* Total number of usable paths */ member212 atomic_set(&m->nr_valid_paths, 0); in alloc_multipath()402 if (!atomic_read(&m->nr_valid_paths)) { in choose_pgpath()804 atomic_read(&m->nr_valid_paths) == 0 && in enable_nopath_timeout()1227 unsigned nr_valid_paths = atomic_read(&m->nr_valid_paths); in multipath_ctr() local1235 nr_valid_paths += pg->nr_pgpaths; in multipath_ctr()1236 atomic_set(&m->nr_valid_paths, nr_valid_paths); in multipath_ctr()1342 atomic_dec(&m->nr_valid_paths); in fail_path()1348 pgpath->path.dev->name, atomic_read(&m->nr_valid_paths)); in fail_path()1368 unsigned nr_valid_paths; in reinstate_path() local[all …]
16 const char *path, unsigned nr_valid_paths)