Searched refs:gtmp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pinctrl/pxa/ |
H A D | pinctrl-pxa2xx.c | 301 char **gtmp; in pxa2xx_build_groups() local 303 gtmp = devm_kmalloc_array(pctl->dev, pctl->npins, sizeof(*gtmp), in pxa2xx_build_groups() 305 if (!gtmp) in pxa2xx_build_groups() 315 gtmp[ngroups++] = (char *) in pxa2xx_build_groups() 325 memcpy(func->groups, gtmp, ngroups * sizeof(*gtmp)); in pxa2xx_build_groups() 328 devm_kfree(pctl->dev, gtmp); in pxa2xx_build_groups()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | runl.h | 123 #define nvkm_runl_foreach_cgrp_safe(cgrp,gtmp,runl) \ argument 124 list_for_each_entry_safe((cgrp), (gtmp), &(runl)->cgrps, head)
|
H A D | runl.c | 61 struct nvkm_cgrp *cgrp, *gtmp; in nvkm_runl_rc() local 75 nvkm_runl_foreach_cgrp_safe(cgrp, gtmp, runl) { in nvkm_runl_rc()
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 784 struct genfs *g, *gtmp; in policydb_destroy() local 825 gtmp = g; in policydb_destroy() 827 kfree(gtmp); in policydb_destroy()
|