Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1117 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
1140 u_short m_mtypes[256]; /* type specific mbuf allocations */ member
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1028 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))
1052 atomic_add_16((int16_t *)&mbstat.m_mtypes[type], n); \
1080 mbstat.m_mtypes[n] = mtc.cpu_mtypes[n]; in mbuf_mtypes_sync()
8040 int nmbtypes = sizeof(mbstat.m_mtypes) / sizeof(short);
8090 totmbufs += mbstat.m_mtypes[mp->mt_type];
8100 if (mbstat.m_mtypes[mp->mt_type] != 0) {
8103 mbstat.m_mtypes[mp->mt_type], mp->mt_name);
8109 if (!seen[i] && mbstat.m_mtypes[i] != 0) {
8111 "<mbuf type %d>\n", mbstat.m_mtypes[i], i);
H A Dkpi_mbuf.c1239 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes)); in mbuf_stats()