Searched refs:totused (Results 1 – 4 of 4) 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()
475 totused = 0; in mstats() local 487 totused += nmalloc[i] * (1 << (i + 3)); in mstats() 490 totused, totfree); in mstats()
784 long totused, thisused; in doinvbill() local805 totused = 0; in doinvbill()818 totused += thisused; in doinvbill()832 (void) snprintf(buf, sizeof(buf), "Total:%50ld zorkmids", totused); in doinvbill()