Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c5552 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct, local
5605 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);