Searched refs:hlist_head (Results 151 - 175 of 375) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Datmdev.h214 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
H A Dsysctl.h190 struct hlist_head inodes; /* head for proc_inode->sysctl_inodes */
H A Dconsole.h378 extern struct hlist_head console_list;
/linux-master/net/netfilter/
H A Dxt_RATEEST.c24 struct hlist_head hash[RATEEST_HSIZE];
H A Dnft_set_hash.c483 struct hlist_head table[];
667 (u64)nft_hash_buckets(desc->size) * sizeof(struct hlist_head);
708 (u64)nft_hash_buckets(desc->size) * sizeof(struct hlist_head) +
726 (u64)nft_hash_buckets(desc->size) * sizeof(struct hlist_head) +
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h119 struct hlist_head filter_list;
/linux-master/drivers/net/ipvlan/
H A Dipvlan.h92 struct hlist_head hlhead[IPVLAN_HASH_SIZE];
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic.h120 struct hlist_head ht_head[1 << ENIC_RFS_FLW_BITSHIFT];
/linux-master/include/net/
H A Dx25.h313 extern struct hlist_head x25_list;
/linux-master/net/l2tp/
H A Dl2tp_core.h167 struct hlist_head session_hlist[L2TP_HASH_SIZE];
/linux-master/drivers/android/
H A Dbinder_internal.h239 struct hlist_head refs;
/linux-master/include/linux/sunrpc/
H A Dcache.h73 struct hlist_head * hash_table;
/linux-master/include/crypto/
H A Dalgapi.h93 struct hlist_head instances;
/linux-master/fs/proc/
H A Dinternal.h221 void proc_invalidate_siblings_dcache(struct hlist_head *inodes, spinlock_t *lock);
/linux-master/net/atm/
H A Dcommon.c35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)];
268 struct hlist_head *head = &vcc_hash[i];
315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)];
/linux-master/fs/crypto/
H A Dkeyring.c38 struct hlist_head key_hashtable[128];
243 struct hlist_head *bucket = &keyring->key_hashtable[i];
266 static struct hlist_head *
292 struct hlist_head *bucket;
/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c709 struct hlist_head *efx_rps_hash_bucket(struct efx_nic *efx,
724 struct hlist_head *head;
743 struct hlist_head *head;
768 struct hlist_head *head;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c711 struct hlist_head *efx_rps_hash_bucket(struct efx_nic *efx,
726 struct hlist_head *head;
745 struct hlist_head *head;
771 struct hlist_head *head;
/linux-master/fs/
H A Dinternal.h232 extern void group_pin_kill(struct hlist_head *p);
/linux-master/fs/smb/server/
H A Dvfs_cache.c27 static struct hlist_head *inode_hashtable __read_mostly;
71 struct hlist_head *head = inode_hashtable +
146 struct hlist_head *b = inode_hashtable +
223 unsigned long bucketsize = sizeof(struct hlist_head);
/linux-master/fs/smb/client/
H A Ddfs_cache.c64 static struct hlist_head cache_htable[CACHE_HTABLE_SIZE];
141 struct hlist_head *l = &cache_htable[i];
165 struct hlist_head *l = &cache_htable[i];
453 struct hlist_head *l = &cache_htable[i];
/linux-master/net/ipv4/
H A Draw.c94 struct hlist_head *hlist;
167 struct hlist_head *hlist;
277 struct hlist_head *hlist;
962 struct hlist_head *hlist;
H A Dping.c53 struct hlist_head hash[PING_HTABLE_SIZE];
72 static inline struct hlist_head *ping_hashslot(struct ping_table *table,
81 struct hlist_head *hlist;
169 struct hlist_head *hslot = ping_hashslot(&ping_table, net, ident);
1033 struct hlist_head *hslot;
/linux-master/drivers/net/
H A Dgtp.c76 struct hlist_head *tid_hash;
77 struct hlist_head *addr_hash;
127 struct hlist_head *head;
143 struct hlist_head *head;
159 struct hlist_head *head;
1172 gtp->addr_hash = kmalloc_array(hsize, sizeof(struct hlist_head),
1177 gtp->tid_hash = kmalloc_array(hsize, sizeof(struct hlist_head),
/linux-master/kernel/bpf/
H A Dcgroup.c288 struct hlist_head *progs = &cgrp->bpf.progs[atype];
355 static u32 prog_list_length(struct hlist_head *head)
556 static struct bpf_prog_list *find_attach_entry(struct hlist_head *progs,
619 struct hlist_head *progs;
749 struct hlist_head *head;
800 struct hlist_head *progs;
851 static struct bpf_prog_list *find_detach_entry(struct hlist_head *progs,
900 struct hlist_head *head;
956 struct hlist_head *progs;
1085 struct hlist_head *prog
[all...]

Completed in 527 milliseconds

1234567891011>>