OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_CPU
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/cpustats/
ThreadCpuUsage.h
129
static const int
MAX_CPU
= 8;
130
static int sScalingFds[
MAX_CPU
];// file descriptor per CPU for reading scaling_cur_freq
131
uint32_t mCurrentkHz[
MAX_CPU
]; // current CPU frequency in kHz, not static to avoid a race
133
static int sKernelMax; // like
MAX_CPU
, but determined at runtime == cpu/kernel_max + 1
/system/extras/sane_schedstat/
sane_schedstat.c
31
#define
MAX_CPU
2
54
struct cpu_stat cpu_prev[
MAX_CPU
];
55
struct cpu_stat cpu_delta[
MAX_CPU
];
73
for (i=0; i<
MAX_CPU
; i++) {
Completed in 277 milliseconds