Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c9106 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
9207 totpct = 0;
9209 totpct = (totused * 100) / totmem;
9213 totpct = (totused1 * 100) / totmem1;
9216 "in use)\n", totmem / 1024, totpct);