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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c200 static int kauth_identity_cachemax = KAUTH_IDENTITY_CACHEMAX_DEFAULT; variable
576 sz_arg.kcs_id_size = kauth_identity_cachemax;
599 kauth_identity_cachemax = sz_arg.kcs_id_size;
600 kauth_identity_trimcache(kauth_identity_cachemax);
1177 if (++kauth_identity_count > kauth_identity_cachemax) {

Completed in 105 milliseconds