Home
last modified time | relevance | path

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

/freebsd/usr.bin/vmstat/
H A Dvmstat.c93 static long *cur_cp_times, *last_cp_times; variable
691 last_cp_times = calloc(1, size_cp_times); in dovmstat()
1156 cur_cp_times[i * CPUSTATES + state] -= last_cp_times[i * in pcpustats()
1158 last_cp_times[i * CPUSTATES + state] = tmp; in pcpustats()