Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_mbuf.c1318 #define mtype_stat_add(type, n) { \ macro
1327 #define mtype_stat_sub(t, n) mtype_stat_add(t, -(n))
1328 #define mtype_stat_inc(t) mtype_stat_add(t, 1)
2819 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()
4099 mtype_stat_add(MT_FREE, NMBPG);
5228 mtype_stat_add(MT_DATA, pnum);
5422 mtype_stat_add(MT_DATA, num);
5619 mtype_stat_add(MT_DATA, num);
5938 mtype_stat_add(MT_FREE, mt_free);
6373 mtype_stat_add(type, needed);