Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c52 static struct kmem_cache *exi_cache_handle; variable
184 exi_cache_handle = kmem_cache_create("exi_cache_handle", in nfsauth_init()
249 kmem_cache_destroy(exi_cache_handle); in nfsauth_fini()
911 np = kmem_cache_alloc(exi_cache_handle, in nfsauth_cache_get()
947 kmem_cache_free(exi_cache_handle, np); in nfsauth_cache_get()
1437 kmem_cache_free(exi_cache_handle, p); in nfsauth_free_node()