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

/linux-master/kernel/
H A Ducount.c156 struct ucounts *get_ucounts(struct ucounts *ucounts) function
331 if (!get_ucounts(iter))
H A Dcred.c238 new->ucounts = get_ucounts(new->ucounts);
663 new->ucounts = get_ucounts(new->ucounts);
/linux-master/include/linux/
H A Duser_namespace.h132 struct ucounts * __must_check get_ucounts(struct ucounts *ucounts);
/linux-master/security/keys/
H A Dprocess_keys.c921 /* If get_ucounts fails more bits are needed in the refcount */
922 if (unlikely(!get_ucounts(old->ucounts))) {
923 WARN_ONCE(1, "In %s get_ucounts failed\n", __func__);
/linux-master/mm/
H A Dmlock.c816 if (!get_ucounts(ucounts)) {
/linux-master/ipc/
H A Dmqueue.c372 info->ucounts = get_ucounts(current_ucounts());

Completed in 142 milliseconds