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

/linux-master/kernel/
H A Duser.c95 #define uidhashentry(uid) (uidhash_table + __uidhashfn((__kuid_val(uid)))) macro
186 ret = uid_hash_find(uid, uidhashentry(uid));
205 struct hlist_head *hashent = uidhashentry(uid);
260 uid_hash_insert(&root_user, uidhashentry(GLOBAL_ROOT_UID));

Completed in 153 milliseconds