Searched refs:ch_private_cache (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | us3_cheetah.c | 618 * 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 D | us3_jalapeno.c | 840 * 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 D | us3_cheetahplus.c | 825 * 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 D | us3_common.c | 5483 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 D | us3_module.h | 628 extern struct kmem_cache *ch_private_cache;
|
Completed in 157 milliseconds