Lines Matching refs:obj_next
2591 sp->sl_head = buf->obj_next; in slab_alloc()
2700 VERIFY(buf->obj_next == NULL); in slab_free()
2795 buf->obj_next = sp->sl_head; in slab_free()
2799 buf->obj_next = sp->sl_head; in slab_free()
2804 buf->obj_next = sp->sl_head; in slab_free()
2889 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
2938 (*list)->obj_next = NULL; in mbuf_slab_alloc()
2939 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
3022 nlist = list->obj_next; in mbuf_slab_free()
3023 list->obj_next = NULL; in mbuf_slab_free()
3088 list = list->obj_next; in mbuf_slab_audit()
3170 if ((m_cobjlist(class) = (*list)->obj_next) != NULL && in cslab_alloc()
3175 (*list)->obj_next = NULL; in cslab_alloc()
3176 list = *plist = &(*list)->obj_next; in cslab_alloc()
3218 mcache_obj_t *rfa, *nexto = o->obj_next; in cslab_free()
3280 rfa->obj_next = ref_list; in cslab_free()
3296 o->obj_next = NULL; in cslab_free()
3300 ((mcache_obj_t *)cl)->obj_next = NULL; in cslab_free()
3316 tail->obj_next = m_cobjlist(class); in cslab_free()
3427 mp_list = mp_list->obj_next; in mbuf_cslab_alloc()
3430 clp_list = clp_list->obj_next; in mbuf_cslab_alloc()
3431 ((mcache_obj_t *)cl)->obj_next = NULL; in mbuf_cslab_alloc()
3434 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()
3435 ((mcache_obj_t *)(void *)rfa)->obj_next = NULL; in mbuf_cslab_alloc()
3499 (*list)->obj_next = NULL; in mbuf_cslab_alloc()
3500 list = *plist = &(*list)->obj_next; in mbuf_cslab_alloc()
3653 list = list->obj_next; in mbuf_cslab_audit()
3893 buf->obj_next = NULL;
5201 mp_list = mp_list->obj_next;
5409 mp_list = mp_list->obj_next;
5421 mp_list = mp_list->obj_next;
5586 mp_list = mp_list->obj_next;
5593 rmp_list = rmp_list->obj_next;
5833 o->obj_next = mcl_list;
5836 o->obj_next = mbc_list;
5839 o->obj_next = m16k_list;
5847 rfa->obj_next = ref_list;
5899 o->obj_next = m_mcl_list;
5902 o->obj_next = m_mbc_list;
5906 o->obj_next = m_m16k_list;
5944 ((mcache_obj_t *)m)->obj_next = mp_list;
6328 list = list->obj_next;
8537 void *next = ((mcache_obj_t *)buf)->obj_next;
8617 con = con->obj_next;
8721 mcache_obj_t *next = ((mcache_obj_t *)m)->obj_next;
8737 ((mcache_obj_t *)m)->obj_next = next;
8790 mcache_obj_t *next = ((mcache_obj_t *)addr)->obj_next;
8798 ((mcache_obj_t *)addr)->obj_next = next;
9092 addr = addr->obj_next;
9963 m_cobjlist(mc) = obj->obj_next;
9964 obj->obj_next = NULL;