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

/linux-master/kernel/
H A Duser.c121 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
123 hlist_add_head(&up->uidhash_node, hashent);
131 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) argument
135 hlist_for_each_entry(user, hashent, uidhash_node) {
205 struct hlist_head *hashent = uidhashentry(uid); local
209 up = uid_hash_find(uid, hashent);
231 up = uid_hash_find(uid, hashent);
236 uid_hash_insert(new, hashent);
H A Ducount.c131 static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent) argument
135 hlist_for_each_entry(ucounts, hashent, node) {
144 struct hlist_head *hashent = ucounts_hashentry(ucounts->ns, ucounts->uid); local
146 hlist_add_head(&ucounts->node, hashent);
167 struct hlist_head *hashent = ucounts_hashentry(ns, uid); local
172 ucounts = find_ucounts(ns, uid, hashent);
185 ucounts = find_ucounts(ns, uid, hashent);
189 hlist_add_head(&new->node, hashent);
/linux-master/net/sctp/
H A Dinput.c739 ep->hashent = sctp_ep_hashfn(net, ep->base.bind_addr.port);
740 head = &sctp_ep_hashtable[ep->hashent];
802 ep->hashent = sctp_ep_hashfn(sock_net(sk), ep->base.bind_addr.port);
804 head = &sctp_ep_hashtable[ep->hashent];
/linux-master/fs/quota/
H A Ddquot.c301 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, argument
306 hlist_for_each_entry(dquot, dquot_hash+hashent, dq_hash)
925 unsigned int hashent = hashfn(sb, qid); local
944 dquot = find_dquot(hashent, sb, qid);
/linux-master/include/net/sctp/
H A Dstructs.h1295 int hashent; member in struct:sctp_endpoint

Completed in 182 milliseconds