Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c530 static mcache_t *ref_cache; /* Cache of cluster reference & flags */ variable
2441 ref_cache = mcache_create("mext_ref", sizeof(struct ext_ref), in mbinit()
3320 mcache_free_ext(ref_cache, ref_list); in cslab_free()
3413 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait); in mbuf_cslab_alloc()
3514 mcache_free_ext(ref_cache, ref_list); in mbuf_cslab_alloc()
4565 mcache_free(ref_cache, m_get_rfa(m));
4749 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4824 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4837 mcache_free(ref_cache, rfa);
4925 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
[all …]