Home
last modified time | relevance | path

Searched defs:hashent (Results 1 – 2 of 2) sorted by relevance

/kernel/
Duser.c112 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
122 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
178 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid() local
Ducount.c114 …tic struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent) in find_ucounts()
127 struct hlist_head *hashent = ucounts_hashentry(ns, uid); in get_ucounts() local