Home
last modified time | relevance | path

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

/include/linux/
A Dcred.h199 struct cred *nonconst_cred = (struct cred *) cred; in get_cred_many() local
202 nonconst_cred->non_rcu = 0; in get_cred_many()
203 atomic_long_add(nr, &nonconst_cred->usage); in get_cred_many()
223 struct cred *nonconst_cred = (struct cred *) cred; in get_cred_rcu() local
226 if (!atomic_long_inc_not_zero(&nonconst_cred->usage)) in get_cred_rcu()
228 nonconst_cred->non_rcu = 0; in get_cred_rcu()

Completed in 3 milliseconds