Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h2005 #define mtype_stat_add(type, n) { \ macro
2014 #define mtype_stat_sub(t, n) mtype_stat_add(t, -(n))
2015 #define mtype_stat_inc(t) mtype_stat_add(t, 1)
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf_mcache.c1516 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()
2791 mtype_stat_add(MT_FREE, NMBPG);
3512 mtype_stat_add(MT_DATA, pnum);
3675 mtype_stat_add(MT_DATA, num);
3840 mtype_stat_add(MT_DATA, num);
4026 mtype_stat_add(MT_FREE, mt_free);
4189 mtype_stat_add(type, needed);
H A Duipc_mbuf.c2194 mtype_stat_add(MT_DATA, pnum); in m_getpackets_internal()
2355 mtype_stat_add(MT_DATA, num); in m_allocpacket_internal()
2520 mtype_stat_add(MT_DATA, num); in m_allocpacket_internal()
2766 mtype_stat_add(MT_FREE, mt_free); in m_freem_list()
3289 mtype_stat_add(type, needed); in m_copym_with_hdrs()