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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c62 struct hlist_head *hashent)
64 hlist_add_head(&up->uidhash_node, hashent);
73 struct hlist_head *hashent)
78 hlist_for_each_entry(user, h, hashent, uidhash_node) {
319 struct hlist_head *hashent = uidhashentry(ns, uid); local
328 up = uid_hash_find(uid, hashent);
376 up = uid_hash_find(uid, hashent);
387 uid_hash_insert(new, hashent);
61 uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
72 uid_hash_find(uid_t uid, struct hlist_head *hashent) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dinput.c657 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port);
658 head = &sctp_ep_hashtable[epb->hashent];
686 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port);
688 head = &sctp_ep_hashtable[epb->hashent];
746 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port, asoc->peer.port);
748 head = &sctp_assoc_hashtable[epb->hashent];
779 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port,
782 head = &sctp_assoc_hashtable[epb->hashent];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddquot.c237 static inline struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int id, int type) argument
242 hlist_for_each (node, dquot_hash+hashent) {
626 unsigned int hashent = hashfn(sb, id, type); local
633 if ((dquot = find_dquot(hashent, sb, id, type)) == NODQUOT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h1196 int hashent; member in struct:sctp_ep_common

Completed in 113 milliseconds