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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h245 __private_extern__ void *mcache_alloc(mcache_t *, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c574 mcache_alloc(mcache_t *cp, int wait) function
757 bkt = mcache_alloc(btp->bt_cache, MCR_NOSLEEP);
H A Duipc_mbuf.c153 * mcache_alloc/mcache_alloc_ext() mbuf_slab_audit()
177 * mcache_alloc/mcache_alloc_ext() mbuf_cslab_audit()
190 * mcache_alloc/mcache_alloc_ext() ------>>-----+
2674 m = mcache_alloc(m_cache(MC_MBUF), mcflags);
2867 (rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL) {
2883 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL)
2905 return (mcache_alloc(m_cache(MC_CL), mcflags));
2939 return (mcache_alloc(m_cache(MC_BIGCL), mcflags));
2954 if ((rfa = mcache_alloc(ref_cache, MSLEEPF(wait))) == NULL)
2975 return (mcache_alloc(m_cach
[all...]

Completed in 37 milliseconds