Searched refs:m_mtypes (Results 1 – 4 of 4) sorted by relevance
1258 u_short m_mtypes[256]; /* type specific mbuf allocations */ member1281 u_short m_mtypes[256]; /* type specific mbuf allocations */ member2003 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))2010 os_atomic_add((int16_t *)&mbstat.m_mtypes[type], n, relaxed); \
5557 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);
448 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))550 mbstat.m_mtypes[n] = mtc.cpu_mtypes[n]; in mbuf_mtypes_sync()
1400 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes)); in mbuf_stats()