Lines Matching refs:ucounts
63 .ucounts = &init_ucounts,
123 if (cred->ucounts) in put_cred_rcu()
124 put_ucounts(cred->ucounts); in put_cred_rcu()
287 new->ucounts = get_ucounts(new->ucounts); in prepare_creds()
288 if (!new->ucounts) in prepare_creds()
499 inc_rlimit_ucounts(new->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
503 dec_rlimit_ucounts(old->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
668 struct ucounts *new_ucounts, *old_ucounts = new->ucounts; in set_cred_ucounts()
680 new->ucounts = new_ucounts; in set_cred_ucounts()
748 new->ucounts = get_ucounts(new->ucounts); in prepare_kernel_cred()
749 if (!new->ucounts) in prepare_kernel_cred()