Searched refs:found_rw (Results 1 – 1 of 1) sorted by relevance
3675 struct ucred_rw *found_rw; in kauth_cred_alloc() local3683 found_rw = smr_shash_get(&kauth_cred_hash, kauth_cred_key(model_cred), in kauth_cred_alloc()3686 if (found_rw) { in kauth_cred_alloc()3695 return found_rw->crw_cred; in kauth_cred_alloc()3743 found_rw = smr_shash_get_or_insert(&kauth_cred_hash, in kauth_cred_alloc()3745 if (__probable(!found_rw)) { in kauth_cred_alloc()3757 return found_rw->crw_cred; in kauth_cred_alloc()