Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c9218 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
9271 totmbufs = 0;
9273 totmbufs += mbstat.m_mtypes[mp->mt_type];
9275 if (totmbufs > m_mbufs) {
9276 totmbufs = m_mbufs;
9278 k = scnprintf(c, clen, "%lu/%u mbufs in use:\n", totmbufs, m_mbufs);
9298 if ((m_mbufs - totmbufs) > 0) {
9300 m_mbufs - totmbufs);