Searched refs:tmp_len (Results 1 – 1 of 1) sorted by relevance
450 int tmp_len; in perf_cpu_map__merge() local461 tmp_len = __perf_cpu_map__nr(orig) + __perf_cpu_map__nr(other); in perf_cpu_map__merge()462 tmp_cpus = malloc(tmp_len * sizeof(struct perf_cpu)); in perf_cpu_map__merge()482 assert(k <= tmp_len); in perf_cpu_map__merge()494 int tmp_len; in perf_cpu_map__intersect() local503 tmp_len = max(__perf_cpu_map__nr(orig), __perf_cpu_map__nr(other)); in perf_cpu_map__intersect()504 tmp_cpus = malloc(tmp_len * sizeof(struct perf_cpu)); in perf_cpu_map__intersect()