Searched refs:hlist_head (Results 51 - 75 of 375) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c25 struct hlist_head new_id_list;
28 struct hlist_head *head;
110 struct hlist_head *head;
130 struct hlist_head *head;
188 struct hlist_head *head;
208 struct hlist_head *head;
227 struct hlist_head *head;
565 struct hlist_head *head;
/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h74 struct hlist_head expectations;
163 extern struct hlist_head *nf_ct_helper_hash;
H A Dnf_conntrack_expect.h16 extern struct hlist_head *nf_ct_expect_hash;
/linux-master/include/linux/
H A Dbpf_local_storage.h25 struct hlist_head list;
91 struct hlist_head list; /* List of bpf_local_storage_elem */
/linux-master/fs/
H A Dfs_pin.c85 void group_pin_kill(struct hlist_head *p)
H A Dpnode.h41 struct hlist_head *);
/linux-master/include/net/phonet/
H A Dpep.h21 struct hlist_head hlist;
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h37 struct hlist_head muxed_ep[RMNET_MAX_LOGICAL_EP];
/linux-master/include/net/
H A Draw.h40 struct hlist_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned;
H A Dsmc.h26 struct hlist_head ht;
/linux-master/fs/9p/
H A Dvfs_dentry.c54 hlist_for_each_safe(p, n, (struct hlist_head *)&dentry->d_fsdata)
/linux-master/kernel/
H A Ducount.c18 static struct hlist_head ucounts_hashtable[(1 << UCOUNTS_HASHTABLE_BITS)];
131 static struct ucounts *find_ucounts(struct user_namespace *ns, kuid_t uid, struct hlist_head *hashent)
144 struct hlist_head *hashent = ucounts_hashentry(ucounts->ns, ucounts->uid);
167 struct hlist_head *hashent = ucounts_hashentry(ns, uid);
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.h65 struct hlist_head macvlan_hash[MLX5V_MACVLAN_SIZE];
/linux-master/tools/perf/util/
H A Dlock-contention.h138 struct hlist_head *result;
/linux-master/net/netlink/
H A Daf_netlink.h66 struct hlist_head mc_list;
/linux-master/drivers/md/dm-vdo/
H A Dthread-utils.c18 static struct hlist_head thread_list;
/linux-master/net/sunrpc/
H A Dsvcauth.c191 static struct hlist_head auth_domain_table[DN_HASHMAX];
214 struct hlist_head *head;
237 struct hlist_head *head;
/linux-master/net/batman-adv/
H A Dmulticast.c343 struct hlist_head *mcast_list)
370 struct hlist_head *mcast_list,
437 struct hlist_head *mcast_list,
495 struct hlist_head *mcast_list,
523 struct hlist_head *mcast_list,
587 struct hlist_head *mcast_list,
663 static void batadv_mcast_mla_list_free(struct hlist_head *mcast_list)
685 struct hlist_head *mcast_list)
715 struct hlist_head *mcast_list)
906 struct hlist_head mcast_lis
[all...]
/linux-master/drivers/target/tcm_fc/
H A Dtfc_sess.c161 struct hlist_head *head;
194 struct hlist_head *head = &tport->hash[ft_sess_hash(sess->port_id)];
212 struct hlist_head *head;
263 struct hlist_head *head;
289 struct hlist_head *head;
/linux-master/kernel/trace/
H A Dtrace_event_perf.c99 struct hlist_head __percpu *list;
107 list = alloc_percpu(struct hlist_head);
365 struct hlist_head __percpu *pcpu_list;
366 struct hlist_head *list;
434 struct hlist_head head;
/linux-master/net/openvswitch/
H A Dvport.c27 static struct hlist_head *dev_table;
37 dev_table = kcalloc(VPORT_HASH_BUCKETS, sizeof(struct hlist_head),
55 static struct hlist_head *hash_bucket(const struct net *net, const char *name)
97 struct hlist_head *bucket = hash_bucket(net, name);
212 struct hlist_head *bucket;
/linux-master/kernel/bpf/
H A Ddevmap.c80 struct hlist_head *dev_index_head;
90 static struct hlist_head *dev_map_create_hash(unsigned int entries,
94 struct hlist_head *hash;
104 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab,
208 struct hlist_head *head;
267 struct hlist_head *head = dev_map_index_hash(dtab, key);
284 struct hlist_head *head;
608 struct hlist_head *head;
725 struct hlist_head *head;
1035 usage += (u64)dtab->n_buckets * sizeof(struct hlist_head);
[all...]
/linux-master/net/ipv4/
H A Dfib_semantics.c54 static struct hlist_head *fib_info_hash;
55 static struct hlist_head *fib_info_laddrhash;
62 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
330 static struct hlist_head *
380 struct hlist_head *head;
411 struct hlist_head *head;
444 struct hlist_head *head;
1264 static struct hlist_head *
1273 static void fib_info_hash_move(struct hlist_head *new_info_hash,
1274 struct hlist_head *new_laddrhas
[all...]
/linux-master/net/phonet/
H A Dsocket.c44 struct hlist_head hlist[PN_HASHSIZE];
57 static struct hlist_head *pn_hash_list(u16 obj)
72 struct hlist_head *hlist = pn_hash_list(obj);
106 struct hlist_head *hlist = pnsocks.hlist;
134 struct hlist_head *hlist = pn_hash_list(pn_sk(sk)->sobject);
520 struct hlist_head *hlist = pnsocks.hlist;
/linux-master/security/smack/
H A Dsmack_access.c394 struct hlist_head smack_known_hash[SMACK_HASH_SLOTS];
405 struct hlist_head *head;
424 struct hlist_head *head;

Completed in 278 milliseconds

1234567891011>>