Lines Matching defs:tmp
136 struct perf_cpu *tmp_cpus = NULL, *tmp;
155 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
156 if (tmp == NULL)
158 tmp_cpus = tmp;
166 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
167 if (tmp == NULL)
169 tmp_cpus = tmp;
210 struct perf_cpu *tmp_cpus = NULL, *tmp;
256 tmp = realloc(tmp_cpus, max_entries * sizeof(struct perf_cpu));
257 if (tmp == NULL)
259 tmp_cpus = tmp;