Searched refs:authloopback_cache (Results 1 – 3 of 3) sorted by relevance
90 return (kmem_cache_alloc(authloopback_cache, KM_SLEEP)); in authloopback_create()259 kmem_cache_free(authloopback_cache, auth); in authloopback_destroy()
80 struct kmem_cache *authloopback_cache; variable817 authloopback_cache = kmem_cache_create("authloopback_cache", in sec_subrinit()837 kmem_cache_destroy(authloopback_cache); in sec_subrfini()
339 extern struct kmem_cache *authloopback_cache;