Searched refs:nonconst_cred (Results 1 – 1 of 1) sorted by relevance
250 struct cred *nonconst_cred = (struct cred *) cred; in get_cred() local254 nonconst_cred->non_rcu = 0; in get_cred()255 return get_new_cred(nonconst_cred); in get_cred()260 struct cred *nonconst_cred = (struct cred *) cred; in get_cred_rcu() local263 if (!atomic_inc_not_zero(&nonconst_cred->usage)) in get_cred_rcu()266 nonconst_cred->non_rcu = 0; in get_cred_rcu()
Completed in 4 milliseconds