Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h1258 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
1281 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
2003 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))
2010 os_atomic_add((int16_t *)&mbstat.m_mtypes[type], n, relaxed); \
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf_mcache.c5557 int nmbtypes = sizeof(mbstat.m_mtypes) / sizeof(short);
5607 totmbufs += mbstat.m_mtypes[mp->mt_type];
5617 if (mbstat.m_mtypes[mp->mt_type] != 0) {
5620 mbstat.m_mtypes[mp->mt_type], mp->mt_name);
5626 if (!seen[i] && mbstat.m_mtypes[i] != 0) {
5628 "<mbuf type %d>\n", mbstat.m_mtypes[i], i);
H A Duipc_mbuf.c448 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))
550 mbstat.m_mtypes[n] = mtc.cpu_mtypes[n]; in mbuf_mtypes_sync()
H A Dkpi_mbuf.c1400 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes)); in mbuf_stats()