Searched refs:mcache_alloc (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mcache.h | 260 __private_extern__ void *mcache_alloc(mcache_t *, int);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 3066 m = mcache_alloc(m_cache(MC_MBUF), mcflags); 3252 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 3285 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags); 3315 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 3339 return mcache_alloc(m_cache(MC_CL), mcflags); 3359 return mcache_alloc(m_cache(MC_BIGCL), mcflags); 3374 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 3396 return mcache_alloc(m_cache(MC_16KCL), mcflags); 3411 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
|
| H A D | mcache.c | 620 mcache_alloc(mcache_t *cp, int wait) in mcache_alloc() function 845 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
|