Searched refs:ml_stat_grp (Results 1 – 2 of 2) sorted by relevance
339 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_make_mappedlun() local408 ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_fabric_make_mappedlun()409 ml_stat_grp->default_groups = kmalloc(sizeof(struct config_group *) * 3, in target_fabric_make_mappedlun()411 if (!ml_stat_grp->default_groups) { in target_fabric_make_mappedlun()435 struct config_group *lacl_cg = NULL, *ml_stat_grp = NULL; in target_fabric_drop_mappedlun() local438 ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_fabric_drop_mappedlun()439 for (i = 0; ml_stat_grp->default_groups[i]; i++) { in target_fabric_drop_mappedlun()440 df_item = &ml_stat_grp->default_groups[i]->cg_item; in target_fabric_drop_mappedlun()441 ml_stat_grp->default_groups[i] = NULL; in target_fabric_drop_mappedlun()444 kfree(ml_stat_grp->default_groups); in target_fabric_drop_mappedlun()
1625 struct config_group *ml_stat_grp = &lacl->ml_stat_grps.stat_group; in target_stat_setup_mappedlun_default_groups() local1632 ml_stat_grp->default_groups[0] = &lacl->ml_stat_grps.scsi_auth_intr_group; in target_stat_setup_mappedlun_default_groups()1633 ml_stat_grp->default_groups[1] = &lacl->ml_stat_grps.scsi_att_intr_port_group; in target_stat_setup_mappedlun_default_groups()1634 ml_stat_grp->default_groups[2] = NULL; in target_stat_setup_mappedlun_default_groups()