Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c3183 mcache_obj_t *ref_list = NULL; in cslab_free() local
3266 rfa->obj_next = ref_list; in cslab_free()
3267 ref_list = rfa; in cslab_free()
3305 } else if (ref_list != NULL) { in cslab_free()
3306 mcache_free_ext(ref_cache, ref_list); in cslab_free()
3327 mcache_obj_t *ref_list = NULL; in mbuf_cslab_alloc() local
3399 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait); in mbuf_cslab_alloc()
3401 ASSERT(ref_list == NULL); in mbuf_cslab_alloc()
3419 rfa = (struct ext_ref *)ref_list; in mbuf_cslab_alloc()
3420 ref_list = ref_list->obj_next; in mbuf_cslab_alloc()
[all …]