Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c620 if (ch_private_cache == NULL) { in cpu_init_private()
621 ch_private_cache = kmem_cache_create("ch_private_cache", in cpu_init_private()
626 chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP); in cpu_init_private()
H A Dus3_jalapeno.c842 if (ch_private_cache == NULL) { in cpu_init_private()
843 ch_private_cache = kmem_cache_create("ch_private_cache", in cpu_init_private()
848 chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP); in cpu_init_private()
H A Dus3_cheetahplus.c827 if (ch_private_cache == NULL) { in cpu_init_private()
828 ch_private_cache = kmem_cache_create("ch_private_cache", in cpu_init_private()
833 chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP); in cpu_init_private()
H A Dus3_common.c5484 struct kmem_cache *ch_private_cache; variable
5499 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;