Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dmbuf.h1220 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
1243 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
/xnu-11417.101.15/bsd/kern/
H A Duipc_mbuf.c1295 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))
1319 os_atomic_add((int16_t *)&mbstat.m_mtypes[type], n, relaxed); \
1367 mbstat.m_mtypes[n] = mtc.cpu_mtypes[n]; in mbuf_mtypes_sync()
9234 int nmbtypes = sizeof(mbstat.m_mtypes) / sizeof(short);
9284 totmbufs += mbstat.m_mtypes[mp->mt_type];
9294 if (mbstat.m_mtypes[mp->mt_type] != 0) {
9297 mbstat.m_mtypes[mp->mt_type], mp->mt_name);
9303 if (!seen[i] && mbstat.m_mtypes[i] != 0) {
9305 "<mbuf type %d>\n", mbstat.m_mtypes[i], i);
H A Dkpi_mbuf.c1389 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes)); in mbuf_stats()