Home
last modified time | relevance | path

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

/dragonfly/test/sysperf/
H A Drandread.c149 int64_t total2; in main() local
161 total2 = 0; in main()
167 total2 += pdata[i].tsc_total2; in main()
181 s1 = ((double)total2 - (double)total1 * (double)total1 / (double)count) / ((double)count - 1); in main()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c1022 long total2; in mcompare() local
1025 total2 = cpuagg(m2, KSMEMUSE) + cpuagg(m2, KSOBJUSE); in mcompare()
1026 if (total1 < total2) in mcompare()
1028 if (total1 > total2) in mcompare()