OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_cpus
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
cpumap.c
28
static struct cpu_map *cpu_map__trim_new(int nr_cpus, int *
tmp_cpus
)
35
memcpy(cpus->map,
tmp_cpus
, payload_size);
46
int *
tmp_cpus
= NULL, *tmp;
local
66
tmp = realloc(
tmp_cpus
, max_entries * sizeof(int));
69
tmp_cpus
= tmp;
73
tmp_cpus
[nr_cpus++] = prev;
77
tmp = realloc(
tmp_cpus
, max_entries * sizeof(int));
80
tmp_cpus
= tmp;
83
tmp_cpus
[nr_cpus++] = cpu;
93
cpus = cpu_map__trim_new(nr_cpus,
tmp_cpus
);
108
int *
tmp_cpus
= NULL, *tmp;
local
[
all
...]
/system/extras/cpustats/
cpustats.c
70
struct cpu_info *
tmp_cpus
, tmp_total_cpu;
local
142
tmp_cpus
= old_cpus;
144
new_cpus =
tmp_cpus
;
Completed in 76 milliseconds