Searched refs:refcnts (Results 1 – 1 of 1) sorted by relevance
1035 unsigned int *refcnts; in sh_pfc_check_info() local1132 refcnts = kcalloc(info->nr_groups, sizeof(*refcnts), GFP_KERNEL); in sh_pfc_check_info()1133 if (!refcnts) in sh_pfc_check_info()1152 refcnts[k]++; in sh_pfc_check_info()1173 if (!refcnts[i]) in sh_pfc_check_info()1175 else if (refcnts[i] > 1) in sh_pfc_check_info()1177 group->name, refcnts[i]); in sh_pfc_check_info()1180 kfree(refcnts); in sh_pfc_check_info()