Searched refs:totmbufs (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
6794 totmbufs = 0;
6796 totmbufs += mbstat.m_mtypes[mp->mt_type];
6797 if (totmbufs > m_mbufs)
6798 totmbufs = m_mbufs;
6799 k = snprintf(c, clen, "%lu/%u mbufs in use:\n", totmbufs, m_mbufs);
6818 if ((m_mbufs - totmbufs) > 0) {
6820 m_mbufs - totmbufs);

Completed in 79 milliseconds