Searched defs:hat_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c171 kmem_cache_t *hat_cache; variable
264 hat = kmem_cache_alloc(hat_cache, KM_SLEEP);
466 kmem_cache_free(hat_cache, hat);
707 hat_cache = kmem_cache_create("hat_t",
730 kas.a_hat = kmem_cache_alloc(hat_cache, KM_NOSLEEP);

Completed in 771 milliseconds