Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c54 static struct kmem_cache *exi_cache_handle; variable
194 exi_cache_handle = kmem_cache_create("exi_cache_handle", in nfsauth_init()
202 kmem_cache_destroy(exi_cache_handle); in nfsauth_fini()
965 np = kmem_cache_alloc(exi_cache_handle, KM_NOSLEEP_LAZY); in nfsauth_cache_get()
998 kmem_cache_free(exi_cache_handle, np); in nfsauth_cache_get()
1434 kmem_cache_free(exi_cache_handle, p); in nfsauth_free_node()