Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c361 kmem_cache_t *hat_cache; variable
475 hat = kmem_cache_alloc(hat_cache, KM_SLEEP); in hat_alloc()
611 hat = kmem_cache_alloc(hat_cache, KM_SLEEP); in hat_cpu_alloc()
724 kmem_cache_free(hat_cache, hat); in hat_free_end()
986 hat_cache = kmem_cache_create("hat_t", in hat_init()
1010 kas.a_hat = kmem_cache_alloc(hat_cache, KM_NOSLEEP); in hat_init()