Searched refs:tmp_len (Results 1 – 1 of 1) sorted by relevance
408 int tmp_len; in perf_cpu_map__merge() local419 tmp_len = __perf_cpu_map__nr(orig) + __perf_cpu_map__nr(other); in perf_cpu_map__merge()420 tmp_cpus = malloc(tmp_len * sizeof(struct perf_cpu)); in perf_cpu_map__merge()440 assert(k <= tmp_len); in perf_cpu_map__merge()452 int tmp_len; in perf_cpu_map__intersect() local461 tmp_len = max(__perf_cpu_map__nr(orig), __perf_cpu_map__nr(other)); in perf_cpu_map__intersect()462 tmp_cpus = malloc(tmp_len * sizeof(struct perf_cpu)); in perf_cpu_map__intersect()