Searched refs:ref_list (Results 1 – 1 of 1) sorted by relevance
2487 mcache_obj_t *ref_list = NULL; in cslab_free() local2570 rfa->obj_next = ref_list; in cslab_free()2571 ref_list = rfa; in cslab_free()2609 } else if (ref_list != NULL) { in cslab_free()2610 mcache_free_ext(ref_cache, ref_list); in cslab_free()2631 mcache_obj_t *ref_list = NULL; in mbuf_cslab_alloc() local2703 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait); in mbuf_cslab_alloc()2705 ASSERT(ref_list == NULL); in mbuf_cslab_alloc()2723 rfa = (struct ext_ref *)ref_list; in mbuf_cslab_alloc()2724 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()[all …]