Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c135 static struct kmem_cache *nlm_hosts_cache = NULL; variable
275 nlm_hosts_cache = kmem_cache_create("nlm_host_cache", in nlm_init()
1234 kmem_cache_free(nlm_hosts_cache, hostp); in nlm_host_destroy()
1381 host = kmem_cache_alloc(nlm_hosts_cache, KM_SLEEP); in nlm_host_create()