Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1119 u_int32_t m_mpfail; /* times m_pullup failed */ member
1142 u_int32_t m_mpfail; /* times m_pullup failed */ member
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c1241 stats->mpfail = mbstat.m_mpfail; in mbuf_stats()