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

/xnu-2422.115.4/bsd/sys/
H A Dmcache.h211 * mcache_alloc_ext() requests in order to chain the allocated objects
357 __private_extern__ unsigned int mcache_alloc_ext(mcache_t *, mcache_obj_t **,
/xnu-2422.115.4/bsd/kern/
H A Dmcache.c441 mcache_alloc_ext(mcache_t *cp, mcache_obj_t **list, unsigned int num, int wait) function
585 panic("mcache_alloc_ext: %s cp %p corrupted list "
606 (void) mcache_alloc_ext(cp, &buf, 1, wait);
H A Duipc_mbuf.c158 * mcache_alloc/mcache_alloc_ext() mbuf_slab_audit()
182 * mcache_alloc/mcache_alloc_ext() mbuf_cslab_audit()
195 * mcache_alloc/mcache_alloc_ext() ------>>-----+
2407 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait);
2422 needed = mcache_alloc_ext(m_cache(cl_class), &clp_list, needed, wait);
2428 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait);
2740 i = mcache_alloc_ext(mcl_audit_con_cache,
2748 i = mcache_alloc_ext(mcache_audit_cache,
3780 needed = mcache_alloc_ext(cp, &mp_list, needed, mcflags);
3941 needed = mcache_alloc_ext(c
[all...]

Completed in 87 milliseconds