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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_loopb.c92 return (kmem_cache_alloc(authloopback_cache, KM_SLEEP));
96 * The constructor of the authloopback_cache.
218 kmem_cache_free(authloopback_cache, auth);
H A Dsec_clnt.c80 struct kmem_cache *authloopback_cache; variable in typeref:struct:kmem_cache
817 authloopback_cache = kmem_cache_create("authloopback_cache",
837 kmem_cache_destroy(authloopback_cache);
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h325 extern struct kmem_cache *authloopback_cache;

Completed in 64 milliseconds