Searched refs:totmbufs (Results 1 – 1 of 1) sorted by relevance
9229 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local9282 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);