Searched refs:tg_pt_gp_cg (Results 1 – 1 of 1) sorted by relevance
2785 struct config_group *dev_cg = NULL, *tg_pt_gp_cg = NULL; in target_core_make_subdev() local2830 tg_pt_gp_cg = &dev->t10_alua.alua_tg_pt_gps_group; in target_core_make_subdev()2831 tg_pt_gp_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_make_subdev()2833 if (!tg_pt_gp_cg->default_groups) { in target_core_make_subdev()2841 tg_pt_gp_cg->default_groups[0] = &tg_pt_gp->tg_pt_gp_group; in target_core_make_subdev()2842 tg_pt_gp_cg->default_groups[1] = NULL; in target_core_make_subdev()2859 kfree(tg_pt_gp_cg->default_groups); in target_core_make_subdev()2880 struct config_group *tg_pt_gp_cg, *dev_stat_grp; in target_core_drop_subdev() local2895 tg_pt_gp_cg = &dev->t10_alua.alua_tg_pt_gps_group; in target_core_drop_subdev()2896 for (i = 0; tg_pt_gp_cg->default_groups[i]; i++) { in target_core_drop_subdev()[all …]