Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c199 static long *pcpu_cp_time; variable
439 pcpu_cp_time = calloc(1, size); in machine_init()
537 if (sysctlbyname("kern.cp_times", pcpu_cp_time, &size, NULL, 0) == -1) in get_system_info()
552 &pcpu_cp_time[j * CPUSTATES], in get_system_info()