Searched defs:mbstat (Results 1 – 3 of 3) sorted by relevance
342 struct mbstat { struct343 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 …]
68 struct mbstat *mbstat; in mbpr() local
242 static struct mbstat mbstat[SMP_MAXCPU] __cachealign; variable