Home
last modified time | relevance | path

Searched refs:nonconst_cred (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dcred.h217 struct cred *nonconst_cred = (struct cred *) cred; in get_cred_many() local
220 nonconst_cred->non_rcu = 0; in get_cred_many()
221 return get_new_cred_many(nonconst_cred, nr); in get_cred_many()
240 struct cred *nonconst_cred = (struct cred *) cred; in get_cred_rcu() local
243 if (!atomic_long_inc_not_zero(&nonconst_cred->usage)) in get_cred_rcu()
245 nonconst_cred->non_rcu = 0; in get_cred_rcu()