Home
last modified time | relevance | path

Searched refs:m_drops (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1114 u_int32_t m_drops; /* times failed to find space */ member
1137 u_int32_t m_drops; /* times failed to find space */ member
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c1236 stats->drops = mbstat.m_drops; in mbuf_stats()
H A Duipc_mbuf.c2267 mbstat.m_drops++; in mbuf_slab_alloc()