Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-mpath.c38 struct pgpath { struct
50 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument
76 struct pgpath *current_pgpath;
106 struct pgpath *pgpath; member
110 typedef int (*action_fn) (struct pgpath *pgpath);
114 static void activate_or_offline_path(struct pgpath *pgpath);
149 static struct pgpath *alloc_pgpath(void) in alloc_pgpath()
151 struct pgpath *pgpath = kzalloc(sizeof(*pgpath), GFP_KERNEL); in alloc_pgpath() local
153 if (!pgpath) in alloc_pgpath()
156 pgpath->is_active = true; in alloc_pgpath()
[all …]
/Linux-v5.15/tools/testing/selftests/tc-testing/
Dtdc.py97 pgpath = '{}/{}'.format(d, fname)
98 if os.path.isfile(pgpath):
99 source_path.append(pgpath)