Home
last modified time | relevance | path

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

/dragonfly/test/sysperf/
H A Drandread.c148 int64_t total1; in main() local
160 total1 = 0; in main()
166 total1 += pdata[i].tsc_total1; in main()
181 s1 = ((double)total2 - (double)total1 * (double)total1 / (double)count) / ((double)count - 1); in main()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c1021 long total1; in mcompare() local
1024 total1 = cpuagg(m1, KSMEMUSE) + cpuagg(m1, KSOBJUSE); in mcompare()
1026 if (total1 < total2) in mcompare()
1028 if (total1 > total2) in mcompare()