Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-uevent.c63 unsigned nr_valid_paths) in dm_build_path_uevent() argument
100 nr_valid_paths)) { in dm_build_path_uevent()
171 const char *path, unsigned nr_valid_paths) in dm_path_uevent() argument
184 path, nr_valid_paths); in dm_path_uevent()
Ddm-uevent.h23 unsigned nr_valid_paths);
40 unsigned nr_valid_paths) in dm_path_uevent() argument
Ddm-mpath.c80 atomic_t nr_valid_paths; /* Total number of usable paths */ member
211 atomic_set(&m->nr_valid_paths, 0); in alloc_multipath()
400 if (!atomic_read(&m->nr_valid_paths)) { in choose_pgpath()
800 atomic_read(&m->nr_valid_paths) == 0 && in enable_nopath_timeout()
1226 unsigned nr_valid_paths = atomic_read(&m->nr_valid_paths); in multipath_ctr() local
1234 nr_valid_paths += pg->nr_pgpaths; in multipath_ctr()
1235 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 …]
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-uevent.rst16 const char *path, unsigned nr_valid_paths)