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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c560 #define m_cobjlist(c) mbuf_table[c].mtbl_cobjlist macro
1593 VERIFY(m_cobjlist(class) == NULL);
2122 while ((*list = m_cobjlist(class)) != NULL) {
2149 if ((m_cobjlist(class) = (*list)->obj_next) != NULL &&
2150 !MBUF_IN_MAP(m_cobjlist(class))) {
2151 slab_nextptr_panic(sp, m_cobjlist(class));
2285 tail->obj_next = m_cobjlist(class);
2286 m_cobjlist(class) = list;

Completed in 15 milliseconds