Searched defs:hashent (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/kernel/ |
| H A D | user.c | 111 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() argument 121 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() argument 177 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid() local
|
| H A D | ucount.c | 117 static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent) in find_ucounts() argument 130 struct hlist_head *hashent = ucounts_hashentry(ns, uid); in get_ucounts() local
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | user.c | 108 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert() argument 118 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find() argument 192 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid() local
|
| H A D | ucount.c | 131 static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent) in find_ucounts() argument 144 struct hlist_head *hashent = ucounts_hashentry(ucounts->ns, ucounts->uid); in hlist_add_ucounts() local 167 struct hlist_head *hashent = ucounts_hashentry(ns, uid); in alloc_ucounts() local
|
| /kernel/linux/linux-5.10/fs/quota/ |
| H A D | dquot.c | 301 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot() argument 936 unsigned int hashent = hashfn(sb, qid); in dqget() local
|
| /kernel/linux/linux-6.6/fs/quota/ |
| H A D | dquot.c | 301 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot() argument 934 unsigned int hashent = hashfn(sb, qid); in dqget() local
|
| /kernel/linux/linux-5.10/include/net/sctp/ |
| H A D | structs.h | 1223 int hashent; member
|
| /kernel/linux/linux-6.6/include/net/sctp/ |
| H A D | structs.h | 1298 int hashent; member
|
Completed in 19 milliseconds