Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c9229 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
9282 totmbufs = 0;
9284 totmbufs += mbstat.m_mtypes[mp->mt_type];
9286 if (totmbufs > m_mbufs) {
9287 totmbufs = m_mbufs;
9289 k = scnprintf(c, clen, "%lu/%u mbufs in use:\n", totmbufs, m_mbufs);
9309 if ((m_mbufs - totmbufs) > 0) {
9311 m_mbufs - totmbufs);