Searched refs:found_rw (Results 1 – 1 of 1) sorted by relevance
3677 struct ucred_rw *found_rw; in kauth_cred_alloc() local3685 found_rw = smr_shash_get(&kauth_cred_hash, kauth_cred_key(model_cred), in kauth_cred_alloc()3688 if (found_rw) { in kauth_cred_alloc()3697 return found_rw->crw_cred; in kauth_cred_alloc()3745 found_rw = smr_shash_get_or_insert(&kauth_cred_hash, in kauth_cred_alloc()3747 if (__probable(!found_rw)) { in kauth_cred_alloc()3759 return found_rw->crw_cred; in kauth_cred_alloc()