Searched refs:ml_stat_grp (Results 1 – 2 of 2) sorted by relevance
277 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_make_mappedlun() local334 ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_fabric_make_mappedlun()335 ml_stat_grp->default_groups = kmalloc(sizeof(struct config_group *) * 3, in target_fabric_make_mappedlun()337 if (!ml_stat_grp->default_groups) { in target_fabric_make_mappedlun()361 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_drop_mappedlun() local364 ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_fabric_drop_mappedlun()365 for (i = 0; ml_stat_grp->default_groups[i]; i++) { in target_fabric_drop_mappedlun()366 df_item = &ml_stat_grp->default_groups[i]->cg_item; in target_fabric_drop_mappedlun()367 ml_stat_grp->default_groups[i] = NULL; in target_fabric_drop_mappedlun()370 kfree(ml_stat_grp->default_groups); in target_fabric_drop_mappedlun()
1354 struct config_group *ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_stat_setup_mappedlun_default_groups() local1361 ml_stat_grp->default_groups[0] = &lacl->ml_stat_grps.scsi_auth_intr_group; in target_stat_setup_mappedlun_default_groups()1362 ml_stat_grp->default_groups[1] = &lacl->ml_stat_grps.scsi_att_intr_port_group; in target_stat_setup_mappedlun_default_groups()1363 ml_stat_grp->default_groups[2] = NULL; in target_stat_setup_mappedlun_default_groups()