Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-mpath.c41 struct pgpath { struct
53 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument
79 struct pgpath *current_pgpath;
109 struct pgpath *pgpath; member
114 typedef int (*action_fn) (struct pgpath *pgpath);
118 static void activate_or_offline_path(struct pgpath *pgpath);
156 static struct pgpath *alloc_pgpath(void) in alloc_pgpath()
158 struct pgpath *pgpath = kzalloc(sizeof(*pgpath), GFP_KERNEL); in alloc_pgpath() local
160 if (!pgpath) in alloc_pgpath()
163 pgpath->is_active = true; in alloc_pgpath()
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py97 pgpath = '{}/{}'.format(d, fname)
98 if os.path.isfile(pgpath):
99 source_path.append(pgpath)