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

/freebsd-10.1-release/usr.bin/top/
H A Dmachine.c241 static long *pcpu_cp_time; variable
369 pcpu_cp_time = calloc(1, size);
450 if (sysctlbyname("kern.cp_times", pcpu_cp_time, &size, NULL, 0) == -1)
465 &pcpu_cp_time[j * CPUSTATES],

Completed in 21 milliseconds