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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c89 return (kmem_cache_alloc(authkern_cache, KM_SLEEP));
93 * The constructor of the authkern_cache.
215 kmem_cache_free(authkern_cache, auth);
H A Dsec_clnt.c76 struct kmem_cache *authkern_cache; variable in typeref:struct:kmem_cache
813 authkern_cache = kmem_cache_create("authkern_cache",
835 kmem_cache_destroy(authkern_cache);
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h319 extern struct kmem_cache *authkern_cache;

Completed in 46 milliseconds