Lines Matching refs:obj_next
1881 sp->sl_head = buf->obj_next; in slab_alloc()
1990 VERIFY(buf->obj_next == NULL); in slab_free()
2085 buf->obj_next = sp->sl_head; in slab_free()
2089 buf->obj_next = sp->sl_head; in slab_free()
2094 buf->obj_next = sp->sl_head; in slab_free()
2179 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
2228 (*list)->obj_next = NULL; in mbuf_slab_alloc()
2229 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
2312 nlist = list->obj_next; in mbuf_slab_free()
2313 list->obj_next = NULL; in mbuf_slab_free()
2378 list = list->obj_next; in mbuf_slab_audit()
2460 if ((m_cobjlist(class) = (*list)->obj_next) != NULL && in cslab_alloc()
2465 (*list)->obj_next = NULL; in cslab_alloc()
2466 list = *plist = &(*list)->obj_next; in cslab_alloc()
2508 mcache_obj_t *rfa, *nexto = o->obj_next; in cslab_free()
2570 rfa->obj_next = ref_list; in cslab_free()
2586 o->obj_next = NULL; in cslab_free()
2590 ((mcache_obj_t *)cl)->obj_next = NULL; in cslab_free()
2606 tail->obj_next = m_cobjlist(class); in cslab_free()
2717 mp_list = mp_list->obj_next; in mbuf_cslab_alloc()
2720 clp_list = clp_list->obj_next; in mbuf_cslab_alloc()
2721 ((mcache_obj_t *)cl)->obj_next = NULL; in mbuf_cslab_alloc()
2724 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()
2725 ((mcache_obj_t *)(void *)rfa)->obj_next = NULL; in mbuf_cslab_alloc()
2789 (*list)->obj_next = NULL; in mbuf_cslab_alloc()
2790 list = *plist = &(*list)->obj_next; in mbuf_cslab_alloc()
2943 list = list->obj_next; in mbuf_cslab_audit()
3183 buf->obj_next = NULL;
4347 mp_list = mp_list->obj_next;
4524 mp_list = mp_list->obj_next;
4532 mp_list = mp_list->obj_next;
4664 mp_list = mp_list->obj_next;
4667 rmp_list = rmp_list->obj_next;
4873 o->obj_next = mcl_list;
4876 o->obj_next = mbc_list;
4879 o->obj_next = m16k_list;
4887 rfa->obj_next = ref_list;
4924 o->obj_next = m_mcl_list;
4927 o->obj_next = m_mbc_list;
4931 o->obj_next = m_m16k_list;
4958 ((mcache_obj_t *)m)->obj_next = mp_list;
5289 list = list->obj_next;
7384 void *next = ((mcache_obj_t *)buf)->obj_next;
7464 con = con->obj_next;
7568 mcache_obj_t *next = ((mcache_obj_t *)m)->obj_next;
7584 ((mcache_obj_t *)m)->obj_next = next;
7637 mcache_obj_t *next = ((mcache_obj_t *)addr)->obj_next;
7645 ((mcache_obj_t *)addr)->obj_next = next;
7939 addr = addr->obj_next;
8792 m_cobjlist(mc) = obj->obj_next;
8793 obj->obj_next = NULL;