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

/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c1266 uint64_t inttotal, old_inttotal, total_count, total_rate; local
1271 old_inttotal = 0;
1286 old_inttotal += *old_intrcnt++;
1288 total_count = inttotal - old_inttotal;

Completed in 103 milliseconds