Searched refs:nlm_hosts_cache (Results 1 – 1 of 1) sorted by relevance
135 static struct kmem_cache *nlm_hosts_cache = NULL; variable275 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()