Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_auth.c97 static pool_cache_t kauth_cred_cache; variable
107 cred = pool_cache_get(kauth_cred_cache, PR_WAITOK); in kauth_cred_alloc()
155 pool_cache_put(kauth_cred_cache, cred); in kauth_cred_free()
833 kauth_cred_cache = pool_cache_init(sizeof(struct kauth_cred), in kauth_init()