Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dmcache.h379 __private_extern__ void *mcache_alloc(mcache_t *, int);
/xnu-8796.121.2/bsd/kern/
H A Dmcache.c615 mcache_alloc(mcache_t *cp, int wait) in mcache_alloc() function
840 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP); in mcache_free_ext()
H A Duipc_mbuf.c3679 m = mcache_alloc(m_cache(MC_MBUF), mcflags);
3985 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4017 m = mcache_alloc(m_cache(MC_MBUF_CL), mcflags);
4047 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4071 return mcache_alloc(m_cache(MC_CL), mcflags);
4107 return mcache_alloc(m_cache(MC_BIGCL), mcflags);
4122 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
4145 return mcache_alloc(m_cache(MC_16KCL), mcflags);
4160 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {