Searched refs:pgpath (Results 1 – 1 of 1) sorted by relevance
34 struct pgpath { struct46 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument72 struct pgpath *current_pgpath;100 struct pgpath *pgpath; member104 typedef int (*action_fn) (struct pgpath *pgpath);108 static void activate_or_offline_path(struct pgpath *pgpath);128 static struct pgpath *alloc_pgpath(void) in alloc_pgpath()130 struct pgpath *pgpath = kzalloc(sizeof(*pgpath), GFP_KERNEL); in alloc_pgpath() local132 if (!pgpath) in alloc_pgpath()135 pgpath->is_active = true; in alloc_pgpath()[all …]