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;112 struct pgpath *pgpath; member117 typedef int (*action_fn) (struct pgpath *pgpath);121 static void activate_or_offline_path(struct pgpath *pgpath);161 static struct pgpath *alloc_pgpath(void) in alloc_pgpath()163 struct pgpath *pgpath = kzalloc_obj(*pgpath); in alloc_pgpath() local165 if (!pgpath) in alloc_pgpath()168 pgpath->is_active = true; in alloc_pgpath()[all …]
109 pgpath = '{}/{}'.format(d, fname)110 if os.path.isfile(pgpath):111 source_path.append(pgpath)