Searched refs:totmbufs (Results 1 – 1 of 1) sorted by relevance
5552 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local5605 totmbufs = 0;5607 totmbufs += mbstat.m_mtypes[mp->mt_type];5609 if (totmbufs > m_mbufs) {5610 totmbufs = m_mbufs;5612 k = scnprintf(c, clen, "%lu/%u mbufs in use:\n", totmbufs, m_mbufs);5632 if ((m_mbufs - totmbufs) > 0) {5634 m_mbufs - totmbufs);