Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/sys/
H A Dmbuf.h1194 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
1217 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
/xnu-11215.41.3/bsd/kern/
H A Duipc_mbuf.c1301 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))
1325 os_atomic_add((int16_t *)&mbstat.m_mtypes[type], n, relaxed); \
1373 mbstat.m_mtypes[n] = mtc.cpu_mtypes[n]; in mbuf_mtypes_sync()
9305 int nmbtypes = sizeof(mbstat.m_mtypes) / sizeof(short);
9355 totmbufs += mbstat.m_mtypes[mp->mt_type];
9365 if (mbstat.m_mtypes[mp->mt_type] != 0) {
9368 mbstat.m_mtypes[mp->mt_type], mp->mt_name);
9374 if (!seen[i] && mbstat.m_mtypes[i] != 0) {
9376 "<mbuf type %d>\n", mbstat.m_mtypes[i], i);
H A Dkpi_mbuf.c1241 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes)); in mbuf_stats()