Searched refs:mtype_stat_sub (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_mbuf.c | 2195 mtype_stat_sub(MT_FREE, pnum); in m_getpackets_internal() 2356 mtype_stat_sub(MT_FREE, num); in m_allocpacket_internal() 2521 mtype_stat_sub(MT_FREE, num); in m_allocpacket_internal() 2769 mtype_stat_sub(MT_DATA, mt_data); in m_freem_list() 2772 mtype_stat_sub(MT_HEADER, mt_header); in m_freem_list() 2775 mtype_stat_sub(MT_SONAME, mt_soname); in m_freem_list() 2778 mtype_stat_sub(MT_TAG, mt_tag); in m_freem_list() 3290 mtype_stat_sub(MT_FREE, needed + 1); in m_copym_with_hdrs()
|
| H A D | uipc_mbuf_mcache.c | 3513 mtype_stat_sub(MT_FREE, pnum); 3676 mtype_stat_sub(MT_FREE, num); 3841 mtype_stat_sub(MT_FREE, num); 4029 mtype_stat_sub(MT_DATA, mt_data); 4032 mtype_stat_sub(MT_HEADER, mt_header); 4035 mtype_stat_sub(MT_SONAME, mt_soname); 4038 mtype_stat_sub(MT_TAG, mt_tag); 4190 mtype_stat_sub(MT_FREE, needed + 1);
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | mbuf.h | 2014 #define mtype_stat_sub(t, n) mtype_stat_add(t, -(n)) macro 2016 #define mtype_stat_dec(t) mtype_stat_sub(t, 1)
|