kern_auth.c | 97 static pool_cache_t kauth_cred_cache; variable in typeref:typename:pool_cache_t 107 cred = pool_cache_get(kauth_cred_cache, PR_WAITOK); 155 pool_cache_put(kauth_cred_cache, cred); 833 kauth_cred_cache = pool_cache_init(sizeof(struct kauth_cred),
|