Searched refs:totused (Results 1 – 2 of 2) sorted by relevance
92 u_long totmem, totused, totpct; in mbpr() local179 totused = (mbpool.pr_nget - mbpool.pr_nput) * mbpool.pr_size + in mbpr()183 else if (totused < (ULONG_MAX/100)) in mbpr()184 totpct = (totused * 100)/totmem; in mbpr()187 u_long totused1 = totused/100; in mbpr()
396 totused = 0; in mstats() local408 totused += nmalloc[i] * (1 << (i + 3)); in mstats()411 totused, totfree); in mstats()