Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h1321 #define MB_STAT_MAX_MB_CLASSES 8 /* Max number of distinct Mbuf classes. */ macro
1329 struct omb_class_stat mbs_class[MB_STAT_MAX_MB_CLASSES]; /* class array */
1339 mb_class_stat_t mbs_class[MB_STAT_MAX_MB_CLASSES];
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c1945 VERIFY(NELEM(mbuf_table) <= MB_STAT_MAX_MB_CLASSES); in mbuf_table_init()