HomeSort by relevance Sort by last modified time
    Searched refs:cpu_time_counters_t (Results 1 - 2 of 2) sorted by null

  /external/netperf/
netcpu_kstat10.c 49 } cpu_time_counters_t; typedef in typeref:struct:cpu_time_counters
51 static cpu_time_counters_t starting_cpu_counters[MAXCPUS];
52 static cpu_time_counters_t ending_cpu_counters[MAXCPUS];
53 static cpu_time_counters_t delta_cpu_counters[MAXCPUS];
54 static cpu_time_counters_t corrected_cpu_counters[MAXCPUS];
57 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters)
120 get_cpu_counters(int cpu_num, cpu_time_counters_t *counters)
207 get_interrupt_counters(int cpu_num, cpu_time_counters_t *counters)
280 get_cpu_time_counters(cpu_time_counters_t *counters)
netcpu_pstatnew.c 46 } cpu_time_counters_t; typedef in typeref:struct:cpu_time_counters
59 static cpu_time_counters_t starting_cpu_counters[MAXCPUS];
60 static cpu_time_counters_t ending_cpu_counters[MAXCPUS];
61 static cpu_time_counters_t delta_cpu_counters[MAXCPUS];
82 get_cpu_counters(cpu_time_counters_t *res)
157 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters)

Completed in 156 milliseconds