Searched refs:ref_list (Results 1 – 1 of 1) sorted by relevance
3197 mcache_obj_t *ref_list = NULL; in cslab_free() local3280 rfa->obj_next = ref_list; in cslab_free()3281 ref_list = rfa; in cslab_free()3319 } else if (ref_list != NULL) { in cslab_free()3320 mcache_free_ext(ref_cache, ref_list); in cslab_free()3341 mcache_obj_t *ref_list = NULL; in mbuf_cslab_alloc() local3413 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait); in mbuf_cslab_alloc()3415 ASSERT(ref_list == NULL); in mbuf_cslab_alloc()3433 rfa = (struct ext_ref *)ref_list; in mbuf_cslab_alloc()3434 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()[all …]