Searched refs:hlist_head (Results 251 - 275 of 375) sorted by relevance

<<1112131415

/linux-master/net/rxrpc/
H A Dar-internal.h82 struct hlist_head local_endpoints;
335 struct hlist_head error_targets; /* targets for net error distribution */
/linux-master/kernel/bpf/
H A Dtrampoline.c27 static struct hlist_head trampoline_table[TRAMPOLINE_TABLE_SIZE];
137 struct hlist_head *head;
/linux-master/fs/notify/fanotify/
H A Dfanotify.c186 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket];
867 struct hlist_head *hlist = &group->fanotify_data.merge_hash[bucket];
H A Dfanotify_user.c1445 static struct hlist_head *fanotify_alloc_merge_hash(void)
1447 struct hlist_head *hash;
1449 hash = kmalloc(sizeof(struct hlist_head) << FANOTIFY_HTABLE_BITS,
/linux-master/kernel/trace/
H A Dtrace_fprobe.c281 struct hlist_head *head;
314 struct hlist_head *head;
/linux-master/include/linux/
H A Dtrace_events.h400 struct hlist_head __percpu *perf_events;
941 struct pt_regs *regs, struct hlist_head *head,
/linux-master/fs/exfat/
H A Dinode.c588 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos);
610 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h489 struct hlist_head fdir_filter_list;
521 struct hlist_head cloud_filter_list;
/linux-master/fs/bcachefs/
H A Dbcachefs.h948 struct hlist_head write_points_hash[WRITE_POINT_HASH_NR];
1029 struct hlist_head ec_stripes_new[32];
H A Dalloc_foreground.c1149 static inline struct hlist_head *writepoint_hash(struct bch_fs *c,
1158 static struct write_point *__writepoint_find(struct hlist_head *head,
1231 struct hlist_head *head;
/linux-master/tools/perf/
H A Dbuiltin-inject.c99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
101 struct hlist_head tids[PERF_EVLIST__HLIST_SIZE];
1022 struct hlist_head *head;
1129 struct hlist_head *head;
1299 static void free_hlist(struct hlist_head *heads, size_t hlist_sz)
/linux-master/tools/perf/util/
H A Dauxtrace.c1962 struct hlist_head *hashtable;
1974 struct hlist_head *ht;
1983 ht = calloc(sz, sizeof(struct hlist_head));
2059 struct hlist_head *hlist;
2086 struct hlist_head *hlist;
/linux-master/drivers/clk/
H A Dclk.c44 static const struct hlist_head *all_lists[] = {
88 struct hlist_head children;
90 struct hlist_head clks;
3292 static struct hlist_head *orphan_list[] = {
3352 struct hlist_head **lists = s->private;
3417 struct hlist_head **lists = s->private;
4543 const struct hlist_head **lists;
/linux-master/net/batman-adv/
H A Dbat_iv_ogm.c744 struct hlist_head *head;
1940 struct hlist_head *head, int *idx_s, int *sub)
1978 struct hlist_head *head;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c114 static void mlx5e_add_l2_to_hash(struct hlist_head *hash, const u8 *addr)
631 struct hlist_head *addr_list;
659 struct hlist_head *addr_list;
/linux-master/fs/fat/
H A Dinode.c406 struct hlist_head *head = sbi->inode_hashtable
420 struct hlist_head *d_head = sbi->dir_hashtable;
449 struct hlist_head *head = sbi->inode_hashtable + fat_hash(i_pos);
/linux-master/net/sched/
H A Dcls_u32.c316 static struct hlist_head *tc_u_common_hash;
337 static struct hlist_head *tc_u_hash(void *key)
1471 sizeof(struct hlist_head),
/linux-master/drivers/vhost/
H A Dvdpa.c51 struct hlist_head as[VHOST_VDPA_IOTLB_BUCKETS];
82 struct hlist_head *head = &v->as[asid % VHOST_VDPA_IOTLB_BUCKETS];
104 struct hlist_head *head = &v->as[asid % VHOST_VDPA_IOTLB_BUCKETS];
/linux-master/drivers/net/wwan/
H A Dmhi_wwan_mbim.c74 struct hlist_head link_list[MHI_MBIM_LINK_HASH_SIZE];
/linux-master/net/openvswitch/
H A Ddatapath.c178 static struct hlist_head *vport_hash_bucket(const struct datapath *dp,
188 struct hlist_head *head;
207 struct hlist_head *head = vport_hash_bucket(dp, vport->port_no);
1772 sizeof(struct hlist_head),
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblcr.c273 struct hlist_head bucket[IP_VS_LBLCR_TAB_SIZE]; /* hash bucket */
/linux-master/net/atm/
H A Dlec.c825 static void *lec_tbl_walk(struct lec_state *state, struct hlist_head *tbl,
864 struct hlist_head *lec_misc_tables[] = {
1283 struct hlist_head *tmp;
1517 struct hlist_head *head;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c395 struct hlist_head *hhead;
/linux-master/fs/proc/
H A Dinode.c108 void proc_invalidate_siblings_dcache(struct hlist_head *inodes, spinlock_t *lock)
/linux-master/net/ipv6/
H A Danycast.c47 static struct hlist_head inet6_acaddr_lst[IN6_ADDR_HSIZE];

Completed in 451 milliseconds

<<1112131415