hlist_head        678 arch/x86/kernel/kprobes.c 	struct hlist_head *head, empty_rp;
hlist_head        874 arch/x86/kvm/mmu.c 	struct hlist_head *bucket;
hlist_head        902 arch/x86/kvm/mmu.c 	struct hlist_head *bucket;
hlist_head       1067 arch/x86/kvm/mmu.c 	struct hlist_head *bucket;
hlist_head       1806 arch/x86/kvm/mmu.c 	struct hlist_head *bucket;
hlist_head         69 block/bsg.c    static struct hlist_head bsg_device_list[BSG_LIST_ARRAY_SIZE];
hlist_head        133 block/bsg.c    static inline struct hlist_head *bsg_dev_idx_hash(int index)
hlist_head        220 block/elevator.c 	eq->hash = kmalloc_node(sizeof(struct hlist_head) * ELV_HASH_ENTRIES,
hlist_head        350 block/elevator.c 	struct hlist_head *hash_list = &e->hash[ELV_HASH_FN(offset)];
hlist_head        380 crypto/algapi.c 	struct hlist_head *list;
hlist_head         63 fs/dcache.c    static struct hlist_head *dentry_hashtable __read_mostly;
hlist_head       1105 fs/dcache.c    static inline struct hlist_head *d_hash(struct dentry *parent,
hlist_head       1373 fs/dcache.c    	struct hlist_head *head = d_hash(parent,hash);
hlist_head       1469 fs/dcache.c    	struct hlist_head *base;
hlist_head       1644 fs/dcache.c    	struct hlist_head *list;
hlist_head       2264 fs/dcache.c    					sizeof(struct hlist_head),
hlist_head       2296 fs/dcache.c    					sizeof(struct hlist_head),
hlist_head        212 fs/dquot.c     static struct hlist_head *dquot_hash;
hlist_head        232 fs/dquot.c     	struct hlist_head *head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type);
hlist_head       2156 fs/dquot.c     	dquot_hash = (struct hlist_head *)__get_free_pages(GFP_ATOMIC, order);
hlist_head       2161 fs/dquot.c     	nr_hash = (1UL << order) * PAGE_SIZE / sizeof(struct hlist_head);
hlist_head         31 fs/ecryptfs/messaging.c static struct hlist_head *ecryptfs_daemon_hash;
hlist_head        605 fs/ecryptfs/messaging.c 	ecryptfs_daemon_hash = kmalloc((sizeof(struct hlist_head)
hlist_head        285 fs/fat/inode.c 	struct hlist_head *head = sbi->inode_hashtable + fat_hash(sb, i_pos);
hlist_head         45 fs/gfs2/glock.c         struct hlist_head hb_list;
hlist_head       1429 fs/gfs2/glock.c 	struct hlist_head *head = &gl_hash_table[hash].hb_list;
hlist_head        151 fs/hfs/hfs_fs.h 	struct hlist_head rsrc_inodes;
hlist_head        147 fs/hfsplus/hfsplus_fs.h 	struct hlist_head rsrc_inodes;
hlist_head         75 fs/inode.c     static struct hlist_head *inode_hashtable __read_mostly;
hlist_head        734 fs/inode.c     	struct hlist_head *head;
hlist_head        863 fs/inode.c     	struct hlist_head *head = inode_hashtable + hash(sb, hashval);
hlist_head        892 fs/inode.c     	struct hlist_head *head = inode_hashtable + hash(sb, hashval);
hlist_head        915 fs/inode.c     	struct hlist_head *head = inode_hashtable + hash(sb, ino);
hlist_head        946 fs/inode.c     	struct hlist_head *head = inode_hashtable + hash(sb, hashval);
hlist_head        978 fs/inode.c     	struct hlist_head *head = inode_hashtable + hash(sb, ino);
hlist_head       1003 fs/inode.c     	struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval);
hlist_head       1381 fs/inode.c     					sizeof(struct hlist_head),
hlist_head       1412 fs/inode.c     					sizeof(struct hlist_head),
hlist_head         29 fs/lockd/host.c static struct hlist_head	nlm_hosts[NLM_HOST_NRHASH];
hlist_head        138 fs/lockd/host.c 	struct hlist_head *chain;
hlist_head        485 fs/lockd/host.c 	struct hlist_head *chain;
hlist_head        546 fs/lockd/host.c 	struct hlist_head *chain;
hlist_head        591 fs/lockd/host.c 	struct hlist_head *chain;
hlist_head         32 fs/lockd/svcsubs.c static struct hlist_head	nlm_files[FILE_NRHASH];
hlist_head         34 fs/nfsd/nfscache.c static struct hlist_head *	hash_list;
hlist_head         65 fs/nfsd/nfscache.c 	hash_list = kcalloc (HASHSIZE, sizeof(struct hlist_head), GFP_KERNEL);
hlist_head        123 fs/nfsd/nfscache.c 	struct hlist_head 	*rh;
hlist_head         46 fs/ocfs2/dlm/dlmcommon.h #define DLM_BUCKETS_PER_PAGE	(PAGE_SIZE / sizeof(struct hlist_head))
hlist_head        134 fs/ocfs2/dlm/dlmcommon.h 	struct hlist_head **lockres_hash;
hlist_head        192 fs/ocfs2/dlm/dlmcommon.h static inline struct hlist_head *dlm_lockres_hash(struct dlm_ctxt *dlm, unsigned i)
hlist_head        164 fs/ocfs2/dlm/dlmdomain.c 	struct hlist_head *bucket;
hlist_head        183 fs/ocfs2/dlm/dlmdomain.c 	struct hlist_head *bucket;
hlist_head        422 fs/ocfs2/dlm/dlmdomain.c 	struct hlist_head *bucket;
hlist_head       1525 fs/ocfs2/dlm/dlmdomain.c 	dlm->lockres_hash = (struct hlist_head **)dlm_alloc_pagevec(DLM_HASH_PAGES);
hlist_head       2026 fs/ocfs2/dlm/dlmrecovery.c 	struct hlist_head *bucket;
hlist_head       2222 fs/ocfs2/dlm/dlmrecovery.c 	struct hlist_head *bucket;
hlist_head        194 include/asm-x86/kvm_host.h 		struct hlist_head parent_ptes; /* multimapped, kvm_pte_chain */
hlist_head        314 include/asm-x86/kvm_host.h 	struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES];
hlist_head         41 include/crypto/algapi.h 	struct hlist_head instances;
hlist_head         49 include/drm/drm_hashtab.h 	struct hlist_head *table;
hlist_head        172 include/linux/atalk.h extern struct hlist_head atalk_sockets;
hlist_head        410 include/linux/atmdev.h extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
hlist_head         91 include/linux/elevator.h 	struct hlist_head *hash;
hlist_head       1138 include/linux/fs.h 	struct hlist_head	s_anon;		/* anonymous dentries for (nfs) exporting */
hlist_head         84 include/linux/iocontext.h 	struct hlist_head cic_list;
hlist_head        159 include/linux/kprobes.h 	struct hlist_head free_instances;
hlist_head        218 include/linux/kprobes.h struct hlist_head * kretprobe_inst_table_head(struct task_struct *tsk);
hlist_head        549 include/linux/list.h #define HLIST_HEAD(name) struct hlist_head name = {  .first = NULL }
hlist_head        410 include/linux/mISDNif.h 	struct hlist_head	head;
hlist_head         21 include/linux/mmu_notifier.h 	struct hlist_head list;
hlist_head        245 include/linux/msdos_fs.h 	struct hlist_head inode_hashtable[FAT_HASH_SIZE];
hlist_head        175 include/linux/nfs_fs.h 	struct hlist_head	silly_list;
hlist_head        223 include/linux/pci.h 	struct hlist_head saved_cap_space;
hlist_head         62 include/linux/pid.h 	struct hlist_head tasks[PIDTYPE_MAX];
hlist_head        329 include/linux/raid/raid5.h 	struct hlist_head	*stripe_hashtbl;
hlist_head       1053 include/linux/sched.h 	struct hlist_head preempt_notifiers;
hlist_head         66 include/linux/sunrpc/auth.h 	struct hlist_head	hashtable[RPC_CREDCACHE_NR];
hlist_head         14 include/linux/user_namespace.h 	struct hlist_head	uidhash_table[UIDHASH_SZ];
hlist_head        272 include/net/ax25.h extern struct hlist_head ax25_list;
hlist_head        114 include/net/bluetooth/bluetooth.h 	struct hlist_head head;
hlist_head         36 include/net/inet_frag.h 	struct hlist_head	hash[INETFRAGS_HASHSZ];
hlist_head         44 include/net/inet_hashtables.h 	struct hlist_head chain;
hlist_head         45 include/net/inet_hashtables.h 	struct hlist_head twchain;
hlist_head         84 include/net/inet_hashtables.h 	struct hlist_head	owners;
hlist_head         92 include/net/inet_hashtables.h 	struct hlist_head	chain;
hlist_head        123 include/net/inet_hashtables.h 	struct hlist_head		listening_hash[INET_LHTABLE_SIZE];
hlist_head         71 include/net/inet_timewait_sock.h 	struct hlist_head	twcal_row[INET_TWDR_RECYCLE_SLOTS];
hlist_head         80 include/net/inet_timewait_sock.h 	struct hlist_head	cells[INET_TWDR_TWKILL_SLOTS];
hlist_head        169 include/net/ip_fib.h 	struct hlist_head *ptr;
hlist_head         62 include/net/ipx.h 	struct hlist_head	if_sklist;
hlist_head         79 include/net/iucv/af_iucv.h 	struct hlist_head head;
hlist_head         58 include/net/llc.h 		struct hlist_head list;
hlist_head         51 include/net/net_namespace.h 	struct hlist_head 	*dev_name_head;
hlist_head         52 include/net/net_namespace.h 	struct hlist_head	*dev_index_head;
hlist_head         85 include/net/netfilter/nf_conntrack.h 	struct hlist_head expectations;
hlist_head        193 include/net/netfilter/nf_conntrack.h extern struct hlist_head *nf_ct_alloc_hashtable(unsigned int *sizep, int *vmalloced);
hlist_head         13 include/net/netns/conntrack.h 	struct hlist_head	*hash;
hlist_head         14 include/net/netns/conntrack.h 	struct hlist_head	*expect_hash;
hlist_head         15 include/net/netns/conntrack.h 	struct hlist_head	unconfirmed;
hlist_head         13 include/net/netns/ipv4.h struct hlist_head;
hlist_head         28 include/net/netns/ipv4.h 	struct hlist_head	*fib_table_hash;
hlist_head         42 include/net/netns/ipv4.h 	struct hlist_head	*nat_bysource;
hlist_head         43 include/net/netns/ipv6.h 	struct hlist_head       *fib_table_hash;
hlist_head         12 include/net/netns/packet.h 	struct hlist_head	sklist;
hlist_head         31 include/net/phonet/pep.h 	struct hlist_head	ackq;
hlist_head         32 include/net/phonet/pep.h 	struct hlist_head	hlist;
hlist_head         34 include/net/raw.h 	struct hlist_head ht[RAW_HTABLE_SIZE];
hlist_head        258 include/net/sch_generic.h 	struct hlist_head	*hash;
hlist_head        104 include/net/sctp/structs.h 	struct hlist_head	owner;
hlist_head        109 include/net/sctp/structs.h 	struct hlist_head	chain;
hlist_head        115 include/net/sctp/structs.h 	struct hlist_head	chain;
hlist_head        600 include/net/sock.h 		struct hlist_head	*udp_hash;
hlist_head         53 include/net/udp.h extern struct hlist_head udp_hash[UDP_HTABLE_SIZE];
hlist_head        190 include/net/udp.h 	struct hlist_head	*hashtable;
hlist_head        199 include/net/udp.h 	struct hlist_head	*hashtable;
hlist_head         14 include/net/udplite.h extern struct hlist_head 	udplite_hash[UDP_HTABLE_SIZE];
hlist_head        297 include/net/x25.h extern struct hlist_head x25_list;
hlist_head        199 kernel/cgroup.c static struct hlist_head css_set_table[CSS_SET_TABLE_SIZE];
hlist_head        201 kernel/cgroup.c static struct hlist_head *css_set_hash(struct cgroup_subsys_state *css[])
hlist_head        327 kernel/cgroup.c 	struct hlist_head *hhead;
hlist_head        407 kernel/cgroup.c 	struct hlist_head *hhead;
hlist_head       1040 kernel/cgroup.c 			struct hlist_head *hhead = &css_set_table[i];
hlist_head       2547 kernel/cgroup.c 	struct hlist_head *hhead;
hlist_head         66 kernel/kprobes.c static struct hlist_head kprobe_table[KPROBE_TABLE_SIZE];
hlist_head         67 kernel/kprobes.c static struct hlist_head kretprobe_inst_table[KPROBE_TABLE_SIZE];
hlist_head        118 kernel/kprobes.c static struct hlist_head kprobe_insn_pages;
hlist_head        292 kernel/kprobes.c 	struct hlist_head *head;
hlist_head        437 kernel/kprobes.c 	struct hlist_head *head, empty_rp;
hlist_head        476 kernel/kprobes.c 	struct hlist_head *head;
hlist_head       1149 kernel/kprobes.c 	struct hlist_head *head;
hlist_head       1193 kernel/kprobes.c 	struct hlist_head *head;
hlist_head       1220 kernel/kprobes.c 	struct hlist_head *head;
hlist_head         70 kernel/marker.c static struct hlist_head marker_table[MARKER_TABLE_SIZE];
hlist_head        357 kernel/marker.c 	struct hlist_head *head;
hlist_head        376 kernel/marker.c 	struct hlist_head *head;
hlist_head        431 kernel/marker.c 	struct hlist_head *head;
hlist_head        738 kernel/marker.c 	struct hlist_head *head;
hlist_head        826 kernel/marker.c 	struct hlist_head *head;
hlist_head         42 kernel/pid.c   static struct hlist_head *pid_hash;
hlist_head        512 kernel/pid.c   		pidhash_size * sizeof(struct hlist_head));
hlist_head        170 kernel/trace/ftrace.c static struct hlist_head ftrace_hash[FTRACE_HASHSIZE];
hlist_head        234 kernel/trace/ftrace.c 	struct hlist_head *head;
hlist_head        708 kernel/trace/ftrace.c 	struct hlist_head *head, temp_list;
hlist_head        389 kernel/user.c  	struct hlist_head *hashent = uidhashentry(ns, uid);
hlist_head        486 kernel/user.c  	struct hlist_head *head;
hlist_head         27 lib/debugobjects.c 	struct hlist_head	list;
hlist_head         47 net/8021q/vlan.c static struct hlist_head vlan_group_hash[VLAN_GRP_HASH_SIZE];
hlist_head         52 net/9p/error.c static struct hlist_head hash_errmap[ERRHASHSZ];
hlist_head         33 net/atm/common.c struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
hlist_head         39 net/atm/common.c 	struct hlist_head *head = &vcc_hash[vcc->vci &
hlist_head        222 net/atm/common.c 		struct hlist_head *head = &vcc_hash[i];
hlist_head        267 net/atm/common.c 	struct hlist_head *head = &vcc_hash[vci &
hlist_head       1057 net/atm/lec.c  	struct hlist_head *lec_misc_tables[] = {
hlist_head       1483 net/atm/lec.c  	struct hlist_head *tmp;
hlist_head       1749 net/atm/lec.c  	struct hlist_head *head;
hlist_head         74 net/atm/lec.h  	struct hlist_head lec_arp_empty_ones;
hlist_head         76 net/atm/lec.h  	struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE];
hlist_head         78 net/atm/lec.h  	struct hlist_head lec_no_forward;
hlist_head         85 net/atm/lec.h  	struct hlist_head mcast_fwds;
hlist_head         83 net/atm/proc.c 			struct hlist_head *head = &vcc_hash[*bucket];
hlist_head        230 net/atm/signaling.c 		struct hlist_head *head = &vcc_hash[i];
hlist_head        343 net/bridge/br_fdb.c 	struct hlist_head *head = &br->hash[br_mac_hash(addr)];
hlist_head        383 net/bridge/br_fdb.c 	struct hlist_head *head = &br->hash[br_mac_hash(addr)];
hlist_head         93 net/bridge/br_private.h 	struct hlist_head		hash[BR_HASH_SIZE];
hlist_head        322 net/can/af_can.c static struct hlist_head *find_rcv_list(canid_t *can_id, canid_t *mask,
hlist_head        394 net/can/af_can.c 	struct hlist_head *rl;
hlist_head        469 net/can/af_can.c 	struct hlist_head *rl;
hlist_head         70 net/can/af_can.h 	struct hlist_head rx[RX_MAX];
hlist_head         71 net/can/af_can.h 	struct hlist_head rx_sff[0x800];
hlist_head        120 net/can/af_can.h extern struct hlist_head can_rx_dev_list;  /* rx dispatcher structures */
hlist_head        213 net/core/dev.c static inline struct hlist_head *dev_name_hash(struct net *net, const char *name)
hlist_head        219 net/core/dev.c static inline struct hlist_head *dev_index_hash(struct net *net, int ifindex)
hlist_head       3969 net/core/dev.c 	struct hlist_head *head;
hlist_head       4747 net/core/dev.c static struct hlist_head *netdev_create_hash(void)
hlist_head       4750 net/core/dev.c 	struct hlist_head *hash;
hlist_head        156 net/decnet/af_decnet.c static struct hlist_head dn_sk_hash[DN_SK_HASH_SIZE];
hlist_head        157 net/decnet/af_decnet.c static struct hlist_head dn_wild_sk;
hlist_head        163 net/decnet/af_decnet.c static struct hlist_head *dn_find_list(struct sock *sk)
hlist_head        216 net/decnet/af_decnet.c 	struct hlist_head *list;
hlist_head        251 net/decnet/af_decnet.c static struct hlist_head *listen_hash(struct sockaddr_dn *addr)
hlist_head        274 net/decnet/af_decnet.c 	struct hlist_head *list;
hlist_head        377 net/decnet/af_decnet.c 	struct hlist_head *list = listen_hash(addr);
hlist_head         80 net/decnet/dn_table.c static struct hlist_head dn_fib_table_hash[DN_FIB_TABLE_HASHSZ];
hlist_head         49 net/econet/af_econet.c static struct hlist_head econet_sklist;
hlist_head         97 net/ipv4/fib_frontend.c 	struct hlist_head *head;
hlist_head        137 net/ipv4/fib_frontend.c 	struct hlist_head *head;
hlist_head        632 net/ipv4/fib_frontend.c 	struct hlist_head *head;
hlist_head        980 net/ipv4/fib_frontend.c 			sizeof(struct hlist_head)*FIB_TABLE_HASHSZ, GFP_KERNEL);
hlist_head       1007 net/ipv4/fib_frontend.c 		struct hlist_head *head;
hlist_head         58 net/ipv4/fib_hash.c 	struct hlist_head	*fz_hash;	/* Hash table pointer	*/
hlist_head         97 net/ipv4/fib_hash.c #define FZ_MAX_DIVISOR ((PAGE_SIZE<<MAX_ORDER) / sizeof(struct hlist_head))
hlist_head         99 net/ipv4/fib_hash.c static struct hlist_head *fz_hash_alloc(int divisor)
hlist_head        101 net/ipv4/fib_hash.c 	unsigned long size = divisor * sizeof(struct hlist_head);
hlist_head        106 net/ipv4/fib_hash.c 		return (struct hlist_head *)
hlist_head        123 net/ipv4/fib_hash.c 			struct hlist_head *new_head;
hlist_head        135 net/ipv4/fib_hash.c 	unsigned long size = divisor * sizeof(struct hlist_head);
hlist_head        145 net/ipv4/fib_hash.c 	struct hlist_head *ht, *old_ht;
hlist_head        254 net/ipv4/fib_hash.c 		struct hlist_head *head;
hlist_head        350 net/ipv4/fib_hash.c 	struct hlist_head *head = &fz->fz_hash[fn_hash(f->fn_key, fz)];
hlist_head        358 net/ipv4/fib_hash.c 	struct hlist_head *head = &fz->fz_hash[fn_hash(key, fz)];
hlist_head        631 net/ipv4/fib_hash.c 	struct hlist_head *head = &fz->fz_hash[idx];
hlist_head        808 net/ipv4/fib_hash.c 	struct hlist_head *hash_head;
hlist_head         49 net/ipv4/fib_semantics.c static struct hlist_head *fib_info_hash;
hlist_head         50 net/ipv4/fib_semantics.c static struct hlist_head *fib_info_laddrhash;
hlist_head         56 net/ipv4/fib_semantics.c static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
hlist_head        222 net/ipv4/fib_semantics.c 	struct hlist_head *head;
hlist_head        254 net/ipv4/fib_semantics.c 	struct hlist_head *head;
hlist_head        609 net/ipv4/fib_semantics.c static struct hlist_head *fib_hash_alloc(int bytes)
hlist_head        614 net/ipv4/fib_semantics.c 		return (struct hlist_head *)
hlist_head        633 net/ipv4/fib_semantics.c 	struct hlist_head *old_info_hash, *old_laddrhash;
hlist_head        643 net/ipv4/fib_semantics.c 		struct hlist_head *head = &fib_info_hash[i];
hlist_head        648 net/ipv4/fib_semantics.c 			struct hlist_head *dest;
hlist_head        661 net/ipv4/fib_semantics.c 		struct hlist_head *lhead = &fib_info_laddrhash[i];
hlist_head        666 net/ipv4/fib_semantics.c 			struct hlist_head *ldest;
hlist_head        680 net/ipv4/fib_semantics.c 	bytes = old_size * sizeof(struct hlist_head *);
hlist_head        708 net/ipv4/fib_semantics.c 		struct hlist_head *new_info_hash;
hlist_head        709 net/ipv4/fib_semantics.c 		struct hlist_head *new_laddrhash;
hlist_head        714 net/ipv4/fib_semantics.c 		bytes = new_size * sizeof(struct hlist_head *);
hlist_head        836 net/ipv4/fib_semantics.c 		struct hlist_head *head;
hlist_head        842 net/ipv4/fib_semantics.c 		struct hlist_head *head;
hlist_head       1042 net/ipv4/fib_semantics.c 	struct hlist_head *head = &fib_info_laddrhash[hash];
hlist_head       1066 net/ipv4/fib_semantics.c 	struct hlist_head *head = &fib_info_devhash[hash];
hlist_head       1123 net/ipv4/fib_semantics.c 	struct hlist_head *head;
hlist_head        105 net/ipv4/fib_trie.c 	struct hlist_head list;
hlist_head        910 net/ipv4/fib_trie.c 	struct hlist_head *head = &l->list;
hlist_head       1339 net/ipv4/fib_trie.c 	struct hlist_head *hhead = &l->list;
hlist_head       1690 net/ipv4/fib_trie.c 	struct hlist_head *lih = &l->list;
hlist_head       2228 net/ipv4/fib_trie.c 		struct hlist_head *head = &net->ipv4.fib_table_hash[h];
hlist_head       2273 net/ipv4/fib_trie.c 		struct hlist_head *head = &net->ipv4.fib_table_hash[h];
hlist_head       2326 net/ipv4/fib_trie.c 		struct hlist_head *head = &net->ipv4.fib_table_hash[h];
hlist_head        194 net/ipv4/inet_hashtables.c 	const struct hlist_head *head;
hlist_head        341 net/ipv4/inet_hashtables.c 	struct hlist_head *list;
hlist_head        362 net/ipv4/inet_hashtables.c 	struct hlist_head *list;
hlist_head        276 net/ipv4/inet_timewait_sock.c 	struct hlist_head *list;
hlist_head         88 net/ipv4/raw.c 	struct hlist_head *head;
hlist_head        160 net/ipv4/raw.c 	struct hlist_head *head;
hlist_head        111 net/ipv4/udp.c struct hlist_head udp_hash[UDP_HTABLE_SIZE];
hlist_head        157 net/ipv4/udp.c 	struct hlist_head *udptable = sk->sk_prot->h.udp_hash;
hlist_head         15 net/ipv4/udplite.c struct hlist_head 	udplite_hash[UDP_HTABLE_SIZE];
hlist_head         47 net/ipv6/addrlabel.c 	struct hlist_head head;
hlist_head         28 net/ipv6/inet6_hashtables.c 	struct hlist_head *list;
hlist_head        228 net/ipv6/ip6_fib.c 	struct hlist_head *head;
hlist_head        354 net/ipv6/ip6_fib.c 	struct hlist_head *head;
hlist_head       1366 net/ipv6/ip6_fib.c 	struct hlist_head *head;
hlist_head         58 net/ipv6/xfrm6_tunnel.c static struct hlist_head xfrm6_tunnel_spi_byaddr[XFRM6_TUNNEL_SPI_BYADDR_HSIZE];
hlist_head         59 net/ipv6/xfrm6_tunnel.c static struct hlist_head xfrm6_tunnel_spi_byspi[XFRM6_TUNNEL_SPI_BYSPI_HSIZE];
hlist_head        297 net/mac80211/mesh.c 	newtbl->hash_buckets = kzalloc(sizeof(struct hlist_head) *
hlist_head        333 net/mac80211/mesh.c 	struct hlist_head *mesh_hash;
hlist_head        362 net/mac80211/mesh.c 	struct hlist_head *oldhash;
hlist_head        107 net/mac80211/mesh.h 	struct hlist_head *hash_buckets;
hlist_head         75 net/mac80211/mesh_pathtbl.c 	struct hlist_head *bucket;
hlist_head        102 net/mac80211/mesh_pathtbl.c 	struct hlist_head *bucket;
hlist_head        172 net/mac80211/mesh_pathtbl.c 	struct hlist_head *bucket;
hlist_head        262 net/mac80211/mesh_pathtbl.c 	struct hlist_head *bucket;
hlist_head        440 net/mac80211/mesh_pathtbl.c 	struct hlist_head *bucket;
hlist_head       1003 net/netfilter/nf_conntrack_core.c 			   get_order(sizeof(struct hlist_head) * size));
hlist_head       1061 net/netfilter/nf_conntrack_core.c struct hlist_head *nf_ct_alloc_hashtable(unsigned int *sizep, int *vmalloced)
hlist_head       1063 net/netfilter/nf_conntrack_core.c 	struct hlist_head *hash;
hlist_head       1068 net/netfilter/nf_conntrack_core.c 	size = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_head));
hlist_head       1070 net/netfilter/nf_conntrack_core.c 				       get_order(sizeof(struct hlist_head)
hlist_head       1075 net/netfilter/nf_conntrack_core.c 		hash = vmalloc(sizeof(struct hlist_head) * size);
hlist_head       1091 net/netfilter/nf_conntrack_core.c 	struct hlist_head *hash, *old_hash;
hlist_head       1153 net/netfilter/nf_conntrack_core.c 			   / sizeof(struct hlist_head));
hlist_head         33 net/netfilter/nf_conntrack_helper.c static struct hlist_head *nf_ct_helper_hash __read_mostly;
hlist_head         73 net/netfilter/nfnetlink_log.c static struct hlist_head instance_table[INSTANCE_BUCKETS];
hlist_head         84 net/netfilter/nfnetlink_log.c 	struct hlist_head *head;
hlist_head        667 net/netfilter/nfnetlink_log.c 			struct hlist_head *head = &instance_table[i];
hlist_head         67 net/netfilter/nfnetlink_queue.c static struct hlist_head instance_table[INSTANCE_BUCKETS] __read_mostly;
hlist_head         77 net/netfilter/nfnetlink_queue.c 	struct hlist_head *head;
hlist_head        541 net/netfilter/nfnetlink_queue.c 		struct hlist_head *head = &instance_table[i];
hlist_head        586 net/netfilter/nfnetlink_queue.c 			struct hlist_head *head = &instance_table[i];
hlist_head         24 net/netfilter/xt_RATEEST.c static struct hlist_head rateest_hash[RATEEST_HSIZE] __read_mostly;
hlist_head         97 net/netfilter/xt_hashlimit.c 	struct hlist_head hash[0];	/* hashtable itself */
hlist_head        100 net/netlink/af_netlink.c 	struct hlist_head *table;
hlist_head        114 net/netlink/af_netlink.c 	struct hlist_head mc_list;
hlist_head        140 net/netlink/af_netlink.c static struct hlist_head *nl_pid_hashfn(struct nl_pid_hash *hash, u32 pid)
hlist_head        224 net/netlink/af_netlink.c 	struct hlist_head *head;
hlist_head        242 net/netlink/af_netlink.c static inline struct hlist_head *nl_pid_hash_zalloc(size_t size)
hlist_head        247 net/netlink/af_netlink.c 		return (struct hlist_head *)
hlist_head        264 net/netlink/af_netlink.c 	struct hlist_head *otable, *table;
hlist_head        341 net/netlink/af_netlink.c 	struct hlist_head *head;
hlist_head        523 net/netlink/af_netlink.c 	struct hlist_head *head;
hlist_head       1964 net/netlink/af_netlink.c 	limit = (1UL << order) / sizeof(struct hlist_head);
hlist_head         49 net/phonet/socket.c 	struct hlist_head hlist;
hlist_head        499 net/sched/sch_api.c static struct hlist_head *qdisc_class_hash_alloc(unsigned int n)
hlist_head        501 net/sched/sch_api.c 	unsigned int size = n * sizeof(struct hlist_head), i;
hlist_head        502 net/sched/sch_api.c 	struct hlist_head *h;
hlist_head        507 net/sched/sch_api.c 		h = (struct hlist_head *)
hlist_head        519 net/sched/sch_api.c 	unsigned int size = n * sizeof(struct hlist_head);
hlist_head        531 net/sched/sch_api.c 	struct hlist_head *nhash, *ohash;
hlist_head        183 net/sunrpc/auth.c 	struct hlist_head *head;
hlist_head        123 net/sunrpc/svcauth.c static struct hlist_head	auth_domain_table[DN_HASHMAX];
hlist_head        141 net/sunrpc/svcauth.c 	struct hlist_head *head;
hlist_head        108 net/tipc/name_table.c 	struct hlist_head *types;
hlist_head        553 net/tipc/name_table.c 	struct hlist_head *seq_head;
hlist_head        982 net/tipc/name_table.c 	struct hlist_head *seq_head;
hlist_head       1077 net/tipc/name_table.c 	table.types = kcalloc(tipc_nametbl_size, sizeof(struct hlist_head),
hlist_head        118 net/unix/af_unix.c static struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1];
hlist_head        774 net/unix/af_unix.c 	struct hlist_head *list;
hlist_head         15 net/xfrm/xfrm_hash.c struct hlist_head *xfrm_hash_alloc(unsigned int sz)
hlist_head         17 net/xfrm/xfrm_hash.c 	struct hlist_head *n;
hlist_head         24 net/xfrm/xfrm_hash.c 		n = (struct hlist_head *)
hlist_head        126 net/xfrm/xfrm_hash.h extern struct hlist_head *xfrm_hash_alloc(unsigned int sz);
hlist_head        289 net/xfrm/xfrm_policy.c 	struct hlist_head gc_list;
hlist_head        326 net/xfrm/xfrm_policy.c 	struct hlist_head	*table;
hlist_head        330 net/xfrm/xfrm_policy.c static struct hlist_head xfrm_policy_inexact[XFRM_POLICY_MAX*2];
hlist_head        332 net/xfrm/xfrm_policy.c static struct hlist_head *xfrm_policy_byidx __read_mostly;
hlist_head        341 net/xfrm/xfrm_policy.c static struct hlist_head *policy_hash_bysel(struct xfrm_selector *sel, unsigned short family, int dir)
hlist_head        351 net/xfrm/xfrm_policy.c static struct hlist_head *policy_hash_direct(xfrm_address_t *daddr, xfrm_address_t *saddr, unsigned short family, int dir)
hlist_head        415 net/xfrm/xfrm_policy.c 	unsigned int nsize = (nhashmask + 1) * sizeof(struct hlist_head);
hlist_head        416 net/xfrm/xfrm_policy.c 	struct hlist_head *odst = xfrm_policy_bydst[dir].table;
hlist_head        417 net/xfrm/xfrm_policy.c 	struct hlist_head *ndst = xfrm_hash_alloc(nsize);
hlist_head        433 net/xfrm/xfrm_policy.c 	xfrm_hash_free(odst, (hmask + 1) * sizeof(struct hlist_head));
hlist_head        440 net/xfrm/xfrm_policy.c 	unsigned int nsize = (nhashmask + 1) * sizeof(struct hlist_head);
hlist_head        441 net/xfrm/xfrm_policy.c 	struct hlist_head *oidx = xfrm_policy_byidx;
hlist_head        442 net/xfrm/xfrm_policy.c 	struct hlist_head *nidx = xfrm_hash_alloc(nsize);
hlist_head        458 net/xfrm/xfrm_policy.c 	xfrm_hash_free(oidx, (hmask + 1) * sizeof(struct hlist_head));
hlist_head        530 net/xfrm/xfrm_policy.c 		struct hlist_head *list;
hlist_head        571 net/xfrm/xfrm_policy.c 	struct hlist_head *chain;
hlist_head        663 net/xfrm/xfrm_policy.c 	struct hlist_head *chain;
hlist_head        705 net/xfrm/xfrm_policy.c 	struct hlist_head *chain;
hlist_head        962 net/xfrm/xfrm_policy.c 	struct hlist_head *chain;
hlist_head       1085 net/xfrm/xfrm_policy.c 	struct hlist_head *chain = policy_hash_bysel(&pol->selector,
hlist_head       2151 net/xfrm/xfrm_policy.c 		struct hlist_head *table;
hlist_head       2408 net/xfrm/xfrm_policy.c 	sz = (hmask+1) * sizeof(struct hlist_head);
hlist_head       2542 net/xfrm/xfrm_policy.c 	struct hlist_head *chain;
hlist_head         54 net/xfrm/xfrm_state.c static struct hlist_head *xfrm_state_bydst __read_mostly;
hlist_head         55 net/xfrm/xfrm_state.c static struct hlist_head *xfrm_state_bysrc __read_mostly;
hlist_head         56 net/xfrm/xfrm_state.c static struct hlist_head *xfrm_state_byspi __read_mostly;
hlist_head        127 net/xfrm/xfrm_state.c 		sizeof(struct hlist_head);
hlist_head        134 net/xfrm/xfrm_state.c 	struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi;
hlist_head        159 net/xfrm/xfrm_state.c 	nhashmask = (nsize / sizeof(struct hlist_head)) - 1U;
hlist_head        176 net/xfrm/xfrm_state.c 	osize = (ohashmask + 1) * sizeof(struct hlist_head);
hlist_head        408 net/xfrm/xfrm_state.c 	struct hlist_head gc_list;
hlist_head       2087 net/xfrm/xfrm_state.c 	sz = sizeof(struct hlist_head) * 8;
hlist_head       2094 net/xfrm/xfrm_state.c 	xfrm_state_hmask = ((sz / sizeof(struct hlist_head)) - 1);