Home
last modified time | relevance | path

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

/NextBSD/usr.bin/top/
HDmachine.c250 static long *pcpu_cp_time; variable
379 pcpu_cp_time = calloc(1, size); in machine_init()
460 if (sysctlbyname("kern.cp_times", pcpu_cp_time, &size, NULL, 0) == -1) in get_system_info()
475 &pcpu_cp_time[j * CPUSTATES], in get_system_info()