Searched refs:totused (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
6837 totused = totmem - totfree;
6840 } else if (totused < (ULONG_MAX / 100)) {
6841 totpct = (totused * 100) / totmem;
6844 u_long totused1 = totused / 100;

Completed in 82 milliseconds