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

/xnu-2782.1.97/bsd/sys/
H A Dmcache.h211 * mcache_alloc_ext() requests in order to chain the allocated objects
358 __private_extern__ unsigned int mcache_alloc_ext(mcache_t *, mcache_obj_t **,
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c454 mcache_alloc_ext(mcache_t *cp, mcache_obj_t **list, unsigned int num, int wait) function
598 panic("mcache_alloc_ext: %s cp %p corrupted list "
619 (void) mcache_alloc_ext(cp, &buf, 1, wait);
H A Duipc_mbuf.c159 * mcache_alloc/mcache_alloc_ext() mbuf_slab_audit()
183 * mcache_alloc/mcache_alloc_ext() mbuf_cslab_audit()
196 * mcache_alloc/mcache_alloc_ext() ------>>-----+
2432 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait);
2447 needed = mcache_alloc_ext(m_cache(cl_class), &clp_list, needed, wait);
2453 needed = mcache_alloc_ext(ref_cache, &ref_list, needed, wait);
2765 i = mcache_alloc_ext(mcl_audit_con_cache,
2773 i = mcache_alloc_ext(mcache_audit_cache,
3811 needed = mcache_alloc_ext(cp, &mp_list, needed, mcflags);
3972 needed = mcache_alloc_ext(c
[all...]

Completed in 38 milliseconds