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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Duser.c63 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
65 hlist_add_head(&up->uidhash_node, hashent);
74 static struct user_struct *uid_hash_find(uid_t uid, struct hlist_head *hashent) argument
79 hlist_for_each_entry(user, h, hashent, uidhash_node) {
136 struct hlist_head *hashent = uidhashentry(ns, uid); local
140 up = uid_hash_find(uid, hashent);
158 up = uid_hash_find(uid, hashent);
165 uid_hash_insert(new, hashent);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Duser.c63 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
65 hlist_add_head(&up->uidhash_node, hashent);
74 static struct user_struct *uid_hash_find(uid_t uid, struct hlist_head *hashent) argument
79 hlist_for_each_entry(user, h, hashent, uidhash_node) {
136 struct hlist_head *hashent = uidhashentry(ns, uid); local
140 up = uid_hash_find(uid, hashent);
158 up = uid_hash_find(uid, hashent);
165 uid_hash_insert(new, hashent);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dinput.c731 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port);
732 head = &sctp_ep_hashtable[epb->hashent];
758 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port);
760 head = &sctp_ep_hashtable[epb->hashent];
810 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port, asoc->peer.port);
812 head = &sctp_assoc_hashtable[epb->hashent];
838 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port,
841 head = &sctp_assoc_hashtable[epb->hashent];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dinput.c731 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port);
732 head = &sctp_ep_hashtable[epb->hashent];
758 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port);
760 head = &sctp_ep_hashtable[epb->hashent];
810 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port, asoc->peer.port);
812 head = &sctp_assoc_hashtable[epb->hashent];
838 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port,
841 head = &sctp_assoc_hashtable[epb->hashent];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/quota/
H A Ddquot.c275 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, argument
281 hlist_for_each (node, dquot_hash+hashent) {
815 unsigned int hashent = hashfn(sb, id, type); local
830 dquot = find_dquot(hashent, sb, id, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/quota/
H A Ddquot.c275 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, argument
281 hlist_for_each (node, dquot_hash+hashent) {
815 unsigned int hashent = hashfn(sb, id, type); local
830 dquot = find_dquot(hashent, sb, id, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h1271 int hashent; member in struct:sctp_ep_common
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/sctp/
H A Dstructs.h1271 int hashent; member in struct:sctp_ep_common

Completed in 217 milliseconds