refcnts 1176 drivers/hwtracing/coresight/coresight.c atomic_t *refcnts = NULL; refcnts 1195 drivers/hwtracing/coresight/coresight.c refcnts = kcalloc(nr_refcnts, sizeof(*refcnts), GFP_KERNEL); refcnts 1196 drivers/hwtracing/coresight/coresight.c if (!refcnts) { refcnts 1201 drivers/hwtracing/coresight/coresight.c csdev->refcnt = refcnts; refcnts 767 drivers/pinctrl/sh-pfc/core.c unsigned int *refcnts; refcnts 802 drivers/pinctrl/sh-pfc/core.c refcnts = kcalloc(info->nr_groups, sizeof(*refcnts), GFP_KERNEL); refcnts 803 drivers/pinctrl/sh-pfc/core.c if (!refcnts) refcnts 818 drivers/pinctrl/sh-pfc/core.c refcnts[k]++; refcnts 837 drivers/pinctrl/sh-pfc/core.c if (!refcnts[i]) { refcnts 841 drivers/pinctrl/sh-pfc/core.c } else if (refcnts[i] > 1) { refcnts 843 drivers/pinctrl/sh-pfc/core.c drvname, info->groups[i].name, refcnts[i]); refcnts 848 drivers/pinctrl/sh-pfc/core.c kfree(refcnts);