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

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

Completed in 103 milliseconds