Home
last modified time | relevance | path

Searched refs:N_CPU_LINES (Results 1 – 1 of 1) sorted by relevance

/external/netperf/
Dnetcpu_procstat.c50 #define N_CPU_LINES(nr) (nr == 1 ? 1 : 1 + nr) macro
76 proc_stat_buflen = N_CPU_LINES (lib_num_loc_cpus) * CPU_LINE_LENGTH; in cpu_util_init()
81 N_CPU_LINES(lib_num_loc_cpus), in cpu_util_init()
123 proc_stat_buflen = N_CPU_LINES (lib_num_loc_cpus) * CPU_LINE_LENGTH; in calibrate_idle_rate()
128 N_CPU_LINES(lib_num_loc_cpus), in calibrate_idle_rate()