Searched refs:dev_cg (Results 1 – 1 of 1) sorted by relevance
1698 struct config_group *dev_cg = to_config_group(item); in target_core_dev_release() local1700 container_of(dev_cg, struct se_device, dev_group); in target_core_dev_release()1702 kfree(dev_cg->default_groups); in target_core_dev_release()1710 struct config_group *dev_cg = to_config_group(item); in target_core_dev_show() local1712 container_of(dev_cg, struct se_device, dev_group); in target_core_dev_show()1726 struct config_group *dev_cg = to_config_group(item); in target_core_dev_store() local1728 container_of(dev_cg, struct se_device, dev_group); in target_core_dev_store()2533 struct config_group *dev_cg = NULL, *tg_pt_gp_cg = NULL; in target_core_make_subdev() local2549 dev_cg = &dev->dev_group; in target_core_make_subdev()2551 dev_cg->default_groups = kmalloc(sizeof(struct config_group *) * 6, in target_core_make_subdev()[all …]