Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf.c1047 #define mtype_stat_add(type, n) { \ macro
1056 #define mtype_stat_sub(t, n) mtype_stat_add(t, -(n))
1057 #define mtype_stat_inc(t) mtype_stat_add(t, 1)
2117 mtype_stat_add(MT_FREE, -((unsigned)NMBPG)); in slab_free()
3405 mtype_stat_add(MT_FREE, NMBPG);
4384 mtype_stat_add(MT_DATA, pnum);
4544 mtype_stat_add(MT_DATA, num);
4709 mtype_stat_add(MT_DATA, num);
4968 mtype_stat_add(MT_FREE, mt_free);
5353 mtype_stat_add(type, needed);