Searched refs:m_mbufs (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h669 u_int32_t m_mbufs; /* mbufs obtained from page pool */ member in struct:mbstat
691 u_int32_t m_mbufs; /* mbufs obtained from page pool */ member in struct:ombstat
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c1835 mbstat.m_mbufs = m_total(MC_MBUF);
2945 mbstat.m_mbufs = m_total(MC_MBUF);
6744 u_int32_t m_mbufs = 0, m_clfree = 0, m_bigclfree = 0; local
6766 m_mbufs = sp->mbcl_active;
6797 if (totmbufs > m_mbufs)
6798 totmbufs = m_mbufs;
6799 k = snprintf(c, clen, "%lu/%u mbufs in use:\n", totmbufs, m_mbufs);
6818 if ((m_mbufs - totmbufs) > 0) {
6820 m_mbufs - totmbufs);
H A Dkpi_mbuf.c936 stats->mbufs = mbstat.m_mbufs;

Completed in 30 milliseconds