Lines Matching refs:mb
52 static struct mbstat *mb;89 if (mb == 0)94 if (mb->m_mtypes[i] > max) {95 max = mb->m_mtypes[i];115 mb->m_mtypes[idx] = 0;124 if (mb == 0)125 mb = calloc(1, sizeof (*mb));132 size_t len = sizeof(*mb);133 if (sysctlbyname("kern.mbuf.stats", mb, &len, NULL, 0))
Indexes created Sat Oct 11 19:10:01 GMT 2025