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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h113 * mcache_alloc_ext() requests in order to chain the allocated objects
251 __private_extern__ unsigned int mcache_alloc_ext(mcache_t *, mcache_obj_t **,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
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() ------>>-----+
1842 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait);
1853 needed = mcache_alloc_ext(cp, &clp_list, needed, wait);
1858 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait);
2155 i = mcache_alloc_ext(mcl_audit_con_cache,
2165 i = mcache_alloc_ext(mcache_audit_cache,
3090 needed = mcache_alloc_ext(cp, &mp_list, needed, mcflags);
3245 needed = mcache_alloc_ext(c
[all...]
H A Dmcache.c421 mcache_alloc_ext(mcache_t *cp, mcache_obj_t **list, unsigned int num, int wait) function
557 panic("mcache_alloc_ext: %s cp %p corrupted list "
578 (void) mcache_alloc_ext(cp, &buf, 1, wait);

Completed in 38 milliseconds