Searched refs:ch_private_cache (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c618 * If the ch_private_cache has not been created, create it.
620 if (ch_private_cache == NULL) {
621 ch_private_cache = kmem_cache_create("ch_private_cache",
626 chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP);
H A Dus3_jalapeno.c840 * If the ch_private_cache has not been created, create it.
842 if (ch_private_cache == NULL) {
843 ch_private_cache = kmem_cache_create("ch_private_cache",
848 chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP);
H A Dus3_cheetahplus.c825 * If the ch_private_cache has not been created, create it.
827 if (ch_private_cache == NULL) {
828 ch_private_cache = kmem_cache_create("ch_private_cache",
833 chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP);
H A Dus3_common.c5483 struct kmem_cache *ch_private_cache; variable in typeref:struct:kmem_cache
5498 kmem_cache_free(ch_private_cache, chprp);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h628 extern struct kmem_cache *ch_private_cache;

Completed in 157 milliseconds