Searched refs:mcache_alloc (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/bsd/sys/ |
| H A D | mcache.h | 265 __private_extern__ void *mcache_alloc(mcache_t *, int);
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | mcache.c | 617 mcache_alloc(mcache_t *cp, int wait) in mcache_alloc() function 842 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
|
| H A D | uipc_mbuf.c | 4378 m = mcache_alloc(m_cache(MC_MBUF), mcflags); 4735 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4776 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags); 4810 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4844 return mcache_alloc(m_cache(MC_CL), mcflags); 4888 return mcache_alloc(m_cache(MC_BIGCL), mcflags); 4911 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) { 4943 return mcache_alloc(m_cache(MC_16KCL), mcflags); 4966 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
|