Home
last modified time | relevance | path

Searched defs:mbstat (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/sys/
H A Dmbuf.h342 struct mbstat { struct
343 u_long m_mbufs; /* mbufs obtained from page pool */
344 u_long m_clusters; /* clusters obtained from page pool */
345 u_long m_jclusters; /* jclusters obtained from page pool */
346 u_long m_clfree; /* free clusters */
347 u_long m_drops; /* times failed to find space */
348 u_long m_wait; /* times waited for space */
349 u_long m_drain; /* times drained protocols for space */
350 u_long m_mcfail; /* times m_copym failed */
351 u_long m_mpfail; /* times m_pullup failed */
[all …]
/dflybsd-src/usr.bin/netstat/
H A Dmbuf.c68 struct mbstat *mbstat; in mbpr() local
/dflybsd-src/sys/kern/
H A Duipc_mbuf.c242 static struct mbstat mbstat[SMP_MAXCPU] __cachealign; variable