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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c172 kmem_cache_t *hat_hash_cache; variable
297 hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP);
461 cache = hat_hash_cache;
711 hat_hash_cache = kmem_cache_create("HatHash",
719 vlp_hash_cache = hat_hash_cache;
752 kas.a_hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_NOSLEEP);

Completed in 68 milliseconds