Searched refs:pgpath (Results 1 – 2 of 2) sorted by relevance
41 struct pgpath { struct53 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument79 struct pgpath *current_pgpath;109 struct pgpath *pgpath; member114 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() local160 if (!pgpath) in alloc_pgpath()163 pgpath->is_active = true; in alloc_pgpath()[all …]
97 pgpath = '{}/{}'.format(d, fname)98 if os.path.isfile(pgpath):99 source_path.append(pgpath)