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

/linux-master/kernel/
H A Duser.c131 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) function
186 ret = uid_hash_find(uid, uidhashentry(uid));
209 up = uid_hash_find(uid, hashent);
231 up = uid_hash_find(uid, hashent);

Completed in 252 milliseconds