OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_stat
(Results
1 - 2
of
2
) sorted by null
/system/extras/sane_schedstat/
sane_schedstat.c
33
struct
cpu_stat
{
struct
54
struct
cpu_stat
cpu_prev[MAX_CPU];
55
struct
cpu_stat
cpu_delta[MAX_CPU];
56
struct
cpu_stat
tmp;
/external/netperf/
netcpu_kstat.c
156
if (strncmp(ks->ks_name, "
cpu_stat
", 8) == 0)
193
cpu_stat_t
cpu_stat
;
local
203
nkcid = kstat_read(kc, cpu_ks[cpu], &
cpu_stat
);
207
return(
cpu_stat
.cpu_sysinfo.cpu[CPU_IDLE]);
Completed in 22 milliseconds