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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c2175 mcache_obj_t *ref_list = NULL; local
2250 rfa->obj_next = ref_list;
2251 ref_list = rfa;
2288 } else if (ref_list != NULL) {
2289 mcache_free_ext(ref_cache, ref_list);
2310 mcache_obj_t *ref_list = NULL; local
2381 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait);
2383 ASSERT(ref_list == NULL);
2401 rfa = (struct ext_ref *)ref_list;
2402 ref_list
4147 mcache_obj_t *ref_list = NULL; local
[all...]

Completed in 36 milliseconds