Searched refs:refcnts (Results 1 – 1 of 1) sorted by relevance
1031 unsigned int *refcnts; in sh_pfc_check_info() local1128 refcnts = kcalloc(info->nr_groups, sizeof(*refcnts), GFP_KERNEL); in sh_pfc_check_info()1129 if (!refcnts) in sh_pfc_check_info()1148 refcnts[k]++; in sh_pfc_check_info()1169 if (!refcnts[i]) in sh_pfc_check_info()1171 else if (refcnts[i] > 1) in sh_pfc_check_info()1173 group->name, refcnts[i]); in sh_pfc_check_info()1176 kfree(refcnts); in sh_pfc_check_info()