Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c60 static struct kmem_cache *nlm_rpch_cache = NULL; variable
252 rpcp = kmem_cache_alloc(nlm_rpch_cache, KM_SLEEP); in nlm_host_get_rpc()
324 nlm_rpch_cache = kmem_cache_create("nlm_rpch_cache", in nlm_rpc_init()
374 kmem_cache_free(nlm_rpch_cache, rpcp); in destroy_rpch()