Home
last modified time | relevance | path

Searched refs:ref_list (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c3191 mcache_obj_t *ref_list = NULL; in cslab_free() local
3273 rfa->obj_next = ref_list; in cslab_free()
3274 ref_list = rfa; in cslab_free()
3312 } else if (ref_list != NULL) { in cslab_free()
3313 mcache_free_ext(ref_cache, ref_list); in cslab_free()
3334 mcache_obj_t *ref_list = NULL; in mbuf_cslab_alloc() local
3406 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait); in mbuf_cslab_alloc()
3408 ASSERT(ref_list == NULL); in mbuf_cslab_alloc()
3426 rfa = (struct ext_ref *)ref_list; in mbuf_cslab_alloc()
3427 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()
[all …]