Home
last modified time | relevance | path

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

/minix3/usr.bin/netstat/
H A Dmbuf.c92 u_long totmem, totused, totpct; in mbpr() local
179 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()
/minix3/libexec/ld.elf_so/
H A Dxmalloc.c396 totused = 0; in mstats() local
408 totused += nmalloc[i] * (1 << (i + 3)); in mstats()
411 totused, totfree); in mstats()