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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c885 #define mtype_stat_add(type, n) { \ macro
894 #define mtype_stat_sub(t, n) mtype_stat_add(t, -(n))
895 #define mtype_stat_inc(t) mtype_stat_add(t, 1)
1837 mtype_stat_add(MT_FREE, -((unsigned)NMBPBG));
2946 mtype_stat_add(MT_FREE, NMBPBG);
3718 mtype_stat_add(MT_DATA, pnum);
3877 mtype_stat_add(MT_DATA, num);
4039 mtype_stat_add(MT_DATA, num);
4267 mtype_stat_add(MT_FREE, mt_free);
4590 mtype_stat_add(typ
[all...]

Completed in 17 milliseconds