Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c9218 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
9319 totpct = 0;
9321 totpct = (totused * 100) / totmem;
9325 totpct = (totused1 * 100) / totmem1;
9328 "in use)\n", totmem / 1024, totpct);