ctemp             260 drivers/gpu/drm/nouveau/nvkm/core/object.c 	struct nvkm_object *child, *ctemp;
ctemp             266 drivers/gpu/drm/nouveau/nvkm/core/object.c 	list_for_each_entry_safe(child, ctemp, &object->tree, head) {
ctemp              98 drivers/thermal/rcar_thermal.c 	u32 ctemp;
ctemp             203 drivers/thermal/rcar_thermal.c 	u32 ctemp, old, new;
ctemp             214 drivers/thermal/rcar_thermal.c 	ctemp = 0;
ctemp             226 drivers/thermal/rcar_thermal.c 			ctemp = new;
ctemp             232 drivers/thermal/rcar_thermal.c 	if (!ctemp) {
ctemp             246 drivers/thermal/rcar_thermal.c 		rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) |
ctemp             247 drivers/thermal/rcar_thermal.c 						   ((ctemp - 1) << 0)));
ctemp             250 drivers/thermal/rcar_thermal.c 	dev_dbg(dev, "thermal%d  %d -> %d\n", priv->id, priv->ctemp, ctemp);
ctemp             252 drivers/thermal/rcar_thermal.c 	priv->ctemp = ctemp;
ctemp             271 drivers/thermal/rcar_thermal.c 		tmp = MCELSIUS((priv->ctemp * 5) - 65);
ctemp             272 drivers/thermal/rcar_thermal.c 	else if (priv->ctemp < 24)
ctemp             273 drivers/thermal/rcar_thermal.c 		tmp = MCELSIUS(((priv->ctemp * 55) - 720) / 10);
ctemp             275 drivers/thermal/rcar_thermal.c 		tmp = MCELSIUS((priv->ctemp * 5) - 60);
ctemp             222 security/selinux/ss/policydb.c 	struct constraint_node *constraint, *ctemp;
ctemp             238 security/selinux/ss/policydb.c 			ctemp = constraint;
ctemp             240 security/selinux/ss/policydb.c 			kfree(ctemp);
ctemp             251 security/selinux/ss/policydb.c 			ctemp = constraint;
ctemp             253 security/selinux/ss/policydb.c 			kfree(ctemp);