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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c135 static struct kmem_cache *nlm_hosts_cache = NULL; variable in typeref:struct:kmem_cache
275 nlm_hosts_cache = kmem_cache_create("nlm_host_cache",
1234 kmem_cache_free(nlm_hosts_cache, hostp);
1381 host = kmem_cache_alloc(nlm_hosts_cache, KM_SLEEP);

Completed in 749 milliseconds