Searched refs:ref_cache (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_mbuf.c | 351 static mcache_t *ref_cache; /* Cache of cluster reference & flags */ variable 1755 ref_cache = mcache_create("mext_ref", sizeof(struct ext_ref), in mbinit() 2601 mcache_free_ext(ref_cache, ref_list); in cslab_free() 2694 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait); in mbuf_cslab_alloc() 2795 mcache_free_ext(ref_cache, ref_list); in mbuf_cslab_alloc() 3844 mcache_free(ref_cache, m_get_rfa(m)); 3961 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4023 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4031 mcache_free(ref_cache, rfa); 4098 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { [all …]
|