Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c9229 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
9271 totmem += mem;
9328 totused = totmem - totfree;
9329 if (totmem == 0) {
9332 totpct = (totused * 100) / totmem;
9334 u_long totmem1 = totmem / 100;
9339 "in use)\n", totmem / 1024, totpct);