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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h442 extern void *kmem_cache_alloc(kmem_cache_t *, int);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c887 * At present, it always zeroes the block it obtains from kmem_cache_alloc().
907 kmem_cache_alloc(kmem_cache_t *cp, int kmflag) function
H A Ddtrace.c13468 dstate->dtds_percpu = kmem_cache_alloc(dtrace_state_cache, KM_SLEEP);

Completed in 39 milliseconds