Searched refs:mtypes (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h239 @field mtypes An array of counts of each type of mbuf allocated.
259 u_short mtypes[256]; /* type specific mbuf allocations */ member in struct:mbuf_stat
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c942 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes));

Completed in 24 milliseconds