Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Duipc_mbuf_mcache.c5552 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
5651 totpct = 0;
5653 totpct = (totused * 100) / totmem;
5657 totpct = (totused1 * 100) / totmem1;
5660 "in use)\n", totmem / 1024, totpct);