Home
last modified time | relevance | path

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

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