Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c2873 struct config_group *target_cg, *hba_cg = NULL, *alua_cg = NULL; in target_core_init_configfs() local
2893 target_cg = &subsys->su_group; in target_core_init_configfs()
2894 target_cg->default_groups = kmalloc(sizeof(struct config_group *) * 2, in target_core_init_configfs()
2896 if (!target_cg->default_groups) { in target_core_init_configfs()
2904 target_cg->default_groups[0] = &target_core_hbagroup; in target_core_init_configfs()
2905 target_cg->default_groups[1] = NULL; in target_core_init_configfs()
3005 kfree(target_cg->default_groups); in target_core_init_configfs()