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

/netbsd-current/usr.bin/netstat/
H A Dmbuf.c92 u_long totmem, totused, totpct; local
179 totused = (mbpool.pr_nget - mbpool.pr_nput) * mbpool.pr_size +
183 else if (totused < (ULONG_MAX / 100))
184 totpct = (totused * 100)/totmem;
187 u_long totused1 = totused / 100;
/netbsd-current/libexec/ld.elf_so/
H A Dxmalloc.c396 totused = 0; local
408 totused += nmalloc[i] * (1 << (i + 3));
411 totused, totfree);
/netbsd-current/lib/libbsdmalloc/
H A Dmalloc.c475 totused = 0; local
487 totused += nmalloc[i] * (1 << (i + 3));
490 totused, totfree);
/netbsd-current/games/hack/
H A Dhack.shk.c784 long totused, thisused; local
805 totused = 0;
818 totused += thisused;
832 (void) snprintf(buf, sizeof(buf), "Total:%50ld zorkmids", totused);

Completed in 136 milliseconds