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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c6743 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct; local
6839 totpct = 0;
6841 totpct = (totused * 100) / totmem;
6845 totpct = (totused1 * 100) / totmem1;
6848 "in use)\n", totmem / 1024, totpct);

Completed in 80 milliseconds