Home
last modified time | relevance | path

Searched refs:target_cg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c3107 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; in target_core_init_configfs() local
3127 target_cg = &subsys->su_group; in target_core_init_configfs()
3128 target_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_init_configfs()
3130 if (!target_cg->default_groups) { in target_core_init_configfs()
3138 target_cg->default_groups[0] = &target_core_hbagroup; in target_core_init_configfs()
3139 target_cg->default_groups[1] = NULL; in target_core_init_configfs()
3239 kfree(target_cg->default_groups); in target_core_init_configfs()