Searched refs:hashent (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/kernel/ |
H A D | user.c | 102 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) uid_hash_insert() argument 104 hlist_add_head(&up->uidhash_node, hashent); uid_hash_insert() 112 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) uid_hash_find() argument 116 hlist_for_each_entry(user, hashent, uidhash_node) { hlist_for_each_entry() 173 struct hlist_head *hashent = uidhashentry(uid); alloc_uid() local 177 up = uid_hash_find(uid, hashent); alloc_uid() 193 up = uid_hash_find(uid, hashent); alloc_uid() 199 uid_hash_insert(new, hashent); alloc_uid()
|
/linux-4.4.14/net/sctp/ |
H A D | input.c | 717 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); __sctp_hash_endpoint() 718 head = &sctp_ep_hashtable[epb->hashent]; __sctp_hash_endpoint() 742 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); __sctp_unhash_endpoint() 744 head = &sctp_ep_hashtable[epb->hashent]; __sctp_unhash_endpoint() 795 epb->hashent = sctp_assoc_hashfn(net, epb->bind_addr.port, __sctp_hash_established() 798 head = &sctp_assoc_hashtable[epb->hashent]; __sctp_hash_established() 825 epb->hashent = sctp_assoc_hashfn(net, epb->bind_addr.port, __sctp_unhash_established() 828 head = &sctp_assoc_hashtable[epb->hashent]; __sctp_unhash_established()
|
/linux-4.4.14/fs/quota/ |
H A D | dquot.c | 278 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, find_dquot() argument 284 hlist_for_each (node, dquot_hash+hashent) { find_dquot() 834 unsigned int hashent = hashfn(sb, qid); dqget() local 850 dquot = find_dquot(hashent, sb, qid); dqget()
|
/linux-4.4.14/include/net/sctp/ |
H A D | structs.h | 1151 int hashent; member in struct:sctp_ep_common
|
Completed in 207 milliseconds