Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/kern/
H A Duipc_mbuf.c1341 #define mtype_stat_add(type, n) { \ macro
1350 #define mtype_stat_sub(t, n) mtype_stat_add(t, -(n))
1351 #define mtype_stat_inc(t) mtype_stat_add(t, 1)
2827 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()
4115 mtype_stat_add(MT_FREE, NMBPG);
5247 mtype_stat_add(MT_DATA, pnum);
5441 mtype_stat_add(MT_DATA, num);
5638 mtype_stat_add(MT_DATA, num);
5958 mtype_stat_add(MT_FREE, mt_free);
6393 mtype_stat_add(type, needed);