Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_mbuf.c8065 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
8118 totmbufs = 0;
8120 totmbufs += mbstat.m_mtypes[mp->mt_type];
8122 if (totmbufs > m_mbufs) {
8123 totmbufs = m_mbufs;
8125 k = scnprintf(c, clen, "%lu/%u mbufs in use:\n", totmbufs, m_mbufs);
8145 if ((m_mbufs - totmbufs) > 0) {
8147 m_mbufs - totmbufs);