OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:starting_cpu_counters
(Results
1 - 2
of
2
) sorted by null
/external/netperf/src/
netcpu_pstatnew.c
59
static cpu_time_counters_t
starting_cpu_counters
[MAXCPUS];
variable
292
starting_cpu_counters
[i].idle;
294
starting_cpu_counters
[i].user;
296
starting_cpu_counters
[i].kernel;
298
starting_cpu_counters
[i].interrupt;
440
get_cpu_counters(
starting_cpu_counters
);
netcpu_kstat10.c
51
static cpu_time_counters_t
starting_cpu_counters
[MAXCPUS];
variable
425
starting_cpu_counters
[i].idle;
427
starting_cpu_counters
[i].user;
429
starting_cpu_counters
[i].kernel;
431
starting_cpu_counters
[i].interrupt;
588
get_cpu_time_counters(
starting_cpu_counters
);
Completed in 140 milliseconds