Home
last modified time | relevance | path

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

/netbsd-src/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()
/netbsd-src/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()
/netbsd-src/lib/libbsdmalloc/
H A Dmalloc.c475 totused = 0; in mstats() local
487 totused += nmalloc[i] * (1 << (i + 3)); in mstats()
490 totused, totfree); in mstats()
/netbsd-src/games/hack/
H A Dhack.shk.c784 long totused, thisused; in doinvbill() local
805 totused = 0; in doinvbill()
818 totused += thisused; in doinvbill()
832 (void) snprintf(buf, sizeof(buf), "Total:%50ld zorkmids", totused); in doinvbill()