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