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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c830 * Similar to mbstat structure, the mb_stat structure is protected by the
834 struct mb_stat *mb_stat; variable in typeref:struct:mb_stat
1020 omb_stat->mbs_cnt = mb_stat->mbs_cnt;
1022 c = &mb_stat->mbs_class[0];
1046 statp = mb_stat;
1136 MALLOC(mb_stat, mb_stat_t *, MB_STAT_SIZE(NELEM(mbuf_table)),
1138 VERIFY(mb_stat != NULL);
1140 mb_stat->mbs_cnt = NELEM(mbuf_table);
1142 mbuf_table[m].mtbl_stats = &mb_stat
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h780 typedef struct mb_stat { struct

Completed in 28 milliseconds