Lines Matching refs:obj_next
2583 sp->sl_head = buf->obj_next; in slab_alloc()
2692 VERIFY(buf->obj_next == NULL); in slab_free()
2787 buf->obj_next = sp->sl_head; in slab_free()
2791 buf->obj_next = sp->sl_head; in slab_free()
2796 buf->obj_next = sp->sl_head; in slab_free()
2881 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
2930 (*list)->obj_next = NULL; in mbuf_slab_alloc()
2931 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
3014 nlist = list->obj_next; in mbuf_slab_free()
3015 list->obj_next = NULL; in mbuf_slab_free()
3080 list = list->obj_next; in mbuf_slab_audit()
3162 if ((m_cobjlist(class) = (*list)->obj_next) != NULL && in cslab_alloc()
3167 (*list)->obj_next = NULL; in cslab_alloc()
3168 list = *plist = &(*list)->obj_next; in cslab_alloc()
3210 mcache_obj_t *rfa, *nexto = o->obj_next; in cslab_free()
3272 rfa->obj_next = ref_list; in cslab_free()
3288 o->obj_next = NULL; in cslab_free()
3292 ((mcache_obj_t *)cl)->obj_next = NULL; in cslab_free()
3308 tail->obj_next = m_cobjlist(class); in cslab_free()
3419 mp_list = mp_list->obj_next; in mbuf_cslab_alloc()
3422 clp_list = clp_list->obj_next; in mbuf_cslab_alloc()
3423 ((mcache_obj_t *)cl)->obj_next = NULL; in mbuf_cslab_alloc()
3426 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()
3427 ((mcache_obj_t *)(void *)rfa)->obj_next = NULL; in mbuf_cslab_alloc()
3491 (*list)->obj_next = NULL; in mbuf_cslab_alloc()
3492 list = *plist = &(*list)->obj_next; in mbuf_cslab_alloc()
3645 list = list->obj_next; in mbuf_cslab_audit()
3885 buf->obj_next = NULL;
5182 mp_list = mp_list->obj_next;
5390 mp_list = mp_list->obj_next;
5402 mp_list = mp_list->obj_next;
5567 mp_list = mp_list->obj_next;
5574 rmp_list = rmp_list->obj_next;
5814 o->obj_next = mcl_list;
5817 o->obj_next = mbc_list;
5820 o->obj_next = m16k_list;
5828 rfa->obj_next = ref_list;
5879 o->obj_next = m_mcl_list;
5882 o->obj_next = m_mbc_list;
5886 o->obj_next = m_m16k_list;
5924 ((mcache_obj_t *)m)->obj_next = mp_list;
6408 list = list->obj_next;
8617 void *next = ((mcache_obj_t *)buf)->obj_next;
8697 con = con->obj_next;
8801 mcache_obj_t *next = ((mcache_obj_t *)m)->obj_next;
8817 ((mcache_obj_t *)m)->obj_next = next;
8870 mcache_obj_t *next = ((mcache_obj_t *)addr)->obj_next;
8878 ((mcache_obj_t *)addr)->obj_next = next;
9172 addr = addr->obj_next;
9952 m_cobjlist(mc) = obj->obj_next;
9953 obj->obj_next = NULL;