Searched refs:hlist_head (Results 1 - 25 of 112) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_hash.c15 struct hlist_head *xfrm_hash_alloc(unsigned int sz)
17 struct hlist_head *n;
24 n = (struct hlist_head *)
34 void xfrm_hash_free(struct hlist_head *n, unsigned int sz)
H A Dxfrm_hash.h126 extern struct hlist_head *xfrm_hash_alloc(unsigned int sz);
127 extern void xfrm_hash_free(struct hlist_head *n, unsigned int sz);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dlec.h74 struct hlist_head lec_arp_empty_ones;
76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE];
78 struct hlist_head lec_no_forward;
85 struct hlist_head mcast_fwds;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Draw.h32 extern struct hlist_head raw_v4_htable[RAWV4_HTABLE_SIZE];
H A Drawv6.h7 extern struct hlist_head raw_v6_htable[RAWV6_HTABLE_SIZE];
H A Dinet_timewait_sock.h71 struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS];
80 struct hlist_head cells[INET_TWDR_TWKILL_SLOTS];
139 struct hlist_head *list)
145 struct hlist_head *list)
H A Dudp.h53 extern struct hlist_head udp_hash[UDP_HTABLE_SIZE];
157 struct hlist_head *hashtable;
164 struct hlist_head *hashtable;
H A Dinet_hashtables.h42 struct hlist_head chain;
43 struct hlist_head twchain;
81 struct hlist_head owners;
89 struct hlist_head chain;
117 struct hlist_head listening_hash[INET_LHTABLE_SIZE];
213 struct hlist_head *list;
H A Daf_unix.h15 extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1];
H A Dllc.h58 struct hlist_head list;
H A Dudplite.h14 extern struct hlist_head udplite_hash[UDP_HTABLE_SIZE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dudp_impl.h8 extern int __udp4_lib_rcv(struct sk_buff *, struct hlist_head [], int );
9 extern void __udp4_lib_err(struct sk_buff *, u32, struct hlist_head []);
12 struct hlist_head udptable[], int *port_rover,
H A Dfib_semantics.c54 static struct hlist_head *fib_info_hash;
55 static struct hlist_head *fib_info_laddrhash;
61 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
214 struct hlist_head *head;
253 struct hlist_head *head;
606 static struct hlist_head *fib_hash_alloc(int bytes)
611 return (struct hlist_head *)
615 static void fib_hash_free(struct hlist_head *hash, int bytes)
626 static void fib_hash_move(struct hlist_head *new_info_hash,
627 struct hlist_head *new_laddrhas
[all...]
H A Dfib_hash.c58 struct hlist_head *fz_hash; /* Hash table pointer */
97 #define FZ_MAX_DIVISOR ((PAGE_SIZE<<MAX_ORDER) / sizeof(struct hlist_head))
99 static struct hlist_head *fz_hash_alloc(int divisor)
101 unsigned long size = divisor * sizeof(struct hlist_head);
106 return (struct hlist_head *)
113 struct hlist_head *old_ht,
123 struct hlist_head *new_head;
133 static void fz_hash_free(struct hlist_head *hash, int divisor)
135 unsigned long size = divisor * sizeof(struct hlist_head);
145 struct hlist_head *h
[all...]
H A Dudplite.c18 struct hlist_head udplite_hash[UDP_HTABLE_SIZE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dudp_impl.h9 extern int __udp6_lib_rcv(struct sk_buff **, struct hlist_head [], int );
11 int , int , int , __be32 , struct hlist_head []);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_hashtab.h49 struct hlist_head *table;
H A Ddrm_hashtab.c69 struct hlist_head *h_list;
87 struct hlist_head *h_list;
107 struct hlist_head *h_list;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dkprobes.h154 struct hlist_head free_instances;
155 struct hlist_head used_instances;
189 struct hlist_head * kretprobe_inst_table_head(struct task_struct *tsk);
219 void recycle_rp_inst(struct kretprobe_instance *ri, struct hlist_head *head);
H A Dpid.h50 struct hlist_head tasks[PIDTYPE_MAX];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth.c120 static struct hlist_head auth_domain_table[DN_HASHMAX];
137 struct hlist_head *head;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c34 static struct hlist_head * hash_list;
69 hash_list = kcalloc (HASHSIZE, sizeof(struct hlist_head), GFP_KERNEL);
73 HASHSIZE * sizeof(struct hlist_head));
127 struct hlist_head *rh;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinode.c67 static struct hlist_head *inode_hashtable __read_mostly;
464 static struct inode * find_inode(struct super_block * sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data)
489 static struct inode * find_inode_fast(struct super_block * sb, struct hlist_head *head, unsigned long ino)
565 static struct inode * get_new_inode(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data)
616 static struct inode * get_new_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino)
689 struct hlist_head *head;
744 struct hlist_head *head, int (*test)(struct inode *, void *),
778 struct hlist_head *head, unsigned long ino)
818 struct hlist_head *head = inode_hashtable + hash(sb, hashval);
847 struct hlist_head *hea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/raid/
H A Draid5.h212 struct hlist_head *stripe_hashtbl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Derror.h43 static struct hlist_head hash_errmap[ERRHASHSZ];

Completed in 269 milliseconds

12345