Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhment.c67 kmem_cache_t *hment_cache; variable
205 hm = kmem_cache_alloc(hment_cache, km_flag); in hment_alloc()
271 kmem_cache_free(hment_cache, hm); in hment_free()
598 hm = kmem_cache_alloc(hment_cache, KM_NOSLEEP); in hment_reserve()
621 kmem_cache_free(hment_cache, hm); in hment_adjust_reserve()
638 hment_cache = kmem_cache_create("hment_t", in hment_init()