Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h1196 u_int32_t m_mpfail; /* times m_pullup failed */ member
1219 u_int32_t m_mpfail; /* times m_pullup failed */ member
/xnu-11215.41.3/bsd/kern/
H A Dkpi_mbuf.c1243 stats->mpfail = mbstat.m_mpfail; in mbuf_stats()