Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauth_loopb.c90 return (kmem_cache_alloc(authloopback_cache, KM_SLEEP)); in authloopback_create()
259 kmem_cache_free(authloopback_cache, auth); in authloopback_destroy()
H A Dsec_clnt.c80 struct kmem_cache *authloopback_cache; variable
817 authloopback_cache = kmem_cache_create("authloopback_cache", in sec_subrinit()
837 kmem_cache_destroy(authloopback_cache); in sec_subrfini()
/titanic_41/usr/src/uts/common/rpc/
H A Dauth.h339 extern struct kmem_cache *authloopback_cache;