Searched refs:refcnts (Results 1 – 1 of 1) sorted by relevance
1041 unsigned int *refcnts; in sh_pfc_check_info() local1138 refcnts = kcalloc(info->nr_groups, sizeof(*refcnts), GFP_KERNEL); in sh_pfc_check_info()1139 if (!refcnts) in sh_pfc_check_info()1158 refcnts[k]++; in sh_pfc_check_info()1179 if (!refcnts[i]) in sh_pfc_check_info()1181 else if (refcnts[i] > 1) in sh_pfc_check_info()1183 group->name, refcnts[i]); in sh_pfc_check_info()1186 kfree(refcnts); in sh_pfc_check_info()