Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c136 static struct kmem_cache *nlm_vhold_cache = NULL; variable
279 nlm_vhold_cache = kmem_cache_create("nlm_vhold_cache", in nlm_init()
1014 new_nvp = kmem_cache_alloc(nlm_vhold_cache, KM_SLEEP); in nlm_vhold_get()
1039 kmem_cache_free(nlm_vhold_cache, new_nvp); in nlm_vhold_get()
1101 kmem_cache_free(nlm_vhold_cache, nvp); in nlm_vhold_destroy()