Home
last modified time | relevance | path

Searched refs:hlist_head (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/linux/include/net/netns/
H A Dxfrm.h15 struct hlist_head __rcu *table;
42 struct hlist_head __rcu *state_bydst;
43 struct hlist_head __rcu *state_bysrc;
44 struct hlist_head __rcu *state_byspi;
45 struct hlist_head __rcu *state_byseq;
46 struct hlist_head __percpu *state_cache_input;
52 struct hlist_head *policy_byidx;
H A Dipv4.h18 struct hlist_head;
52 struct hlist_head list;
129 struct hlist_head *fib_table_hash;
131 struct hlist_head *fib_info_hash;
299 struct hlist_head *inet_addr_lst;
H A Dipv6.h79 struct hlist_head *fib_table_hash;
104 struct hlist_head *inet6_addr_lst;
124 struct hlist_head head;
/linux/net/batman-adv/
H A Dtypes.h234 struct hlist_head neigh_list;
295 struct hlist_head fragment_list;
381 struct hlist_head ifinfo_list;
489 struct hlist_head neigh_list;
519 struct hlist_head vlan_list;
641 struct hlist_head ifinfo_list;
975 struct hlist_head req_list;
1090 struct hlist_head gateway_list;
1132 struct hlist_head container_list;
1135 struct hlist_head handler_list;
[all …]
H A Dhash.h42 struct hlist_head *table;
83 struct hlist_head *head; in batadv_hash_add()
136 struct hlist_head *head; in batadv_hash_remove()
H A Dmulticast.c340 struct hlist_head *mcast_list) in batadv_mcast_mla_is_duplicate()
367 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get_ipv4()
434 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get_ipv6()
492 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get_ipv6()
520 struct hlist_head *mcast_list, in batadv_mcast_mla_meshif_get()
584 struct hlist_head *mcast_list, in batadv_mcast_mla_bridge_get()
660 static void batadv_mcast_mla_list_free(struct hlist_head *mcast_list) in batadv_mcast_mla_list_free()
682 struct hlist_head *mcast_list) in batadv_mcast_mla_tt_retract()
712 struct hlist_head *mcast_list) in batadv_mcast_mla_tt_add()
903 struct hlist_head mcast_list = HLIST_HEAD_INIT; in __batadv_mcast_mla_update()
[all …]
/linux/net/xfrm/
H A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc()
18 struct hlist_head *n; in xfrm_hash_alloc()
25 n = (struct hlist_head *) in xfrm_hash_alloc()
32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free()
/linux/scripts/gdb/linux/
H A Dclk.py13 def clk_core_for_each_child(hlist_head): argument
14 return lists.hlist_for_each_entry(hlist_head,
64 def lookup_hlist(self, hlist_head, name): argument
65 for child in clk_core_for_each_child(hlist_head):
H A Dlists.py19 hlist_head = utils.CachedType("struct hlist_head") variable
47 if head.type == hlist_head.get_type().pointer():
49 elif head.type != hlist_head.get_type():
/linux/include/linux/
H A Dhashtable.h17 struct hlist_head name[1 << (bits)] = \
21 struct hlist_head name[1 << (bits)] __read_mostly = \
25 struct hlist_head name[1 << (bits)]
34 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init()
81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
H A Dlist.h981 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
1019 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
1070 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
1141 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
1154 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
1155 struct hlist_head *new) in hlist_move_list()
1171 static inline void hlist_splice_init(struct hlist_head *from, in hlist_splice_init()
1173 struct hlist_head *to) in hlist_splice_init()
1243 static inline size_t hlist_count_nodes(struct hlist_head *head) in hlist_count_nodes()
/linux/tools/include/linux/
H A Dhashtable.h18 struct hlist_head name[1 << (bits)] = \
22 struct hlist_head name[1 << (bits)]
31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init()
69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()
/linux/drivers/infiniband/core/
H A Diwpm_util.c45 static struct hlist_head *iwpm_hash_bucket;
48 static struct hlist_head *iwpm_reminfo_bucket;
61 iwpm_hash_bucket = kzalloc_objs(struct hlist_head, in iwpm_init()
66 iwpm_reminfo_bucket = kzalloc_objs(struct hlist_head, in iwpm_init()
96 static struct hlist_head *get_mapinfo_hash_bucket(struct sockaddr_storage *,
111 struct hlist_head *hash_bucket_head = NULL; in iwpm_create_mapinfo()
157 struct hlist_head *hash_bucket_head; in iwpm_remove_mapinfo()
234 static struct hlist_head *get_reminfo_hash_bucket(struct sockaddr_storage *,
239 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info()
270 struct hlist_head *hash_bucket_head; in iwpm_get_remote_info()
[all …]
/linux/fs/9p/
H A Dfid.c23 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata); in __add_fid()
63 struct hlist_head *h; in v9fs_fid_find_inode()
69 h = (struct hlist_head *)&inode->i_private; in v9fs_fid_find_inode()
98 hlist_add_head(&fid->ilist, (struct hlist_head *)&inode->i_private); in v9fs_open_fid_add()
123 struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata; in v9fs_fid_find()
/linux/include/linux/can/
H A Dcan-ml.h62 struct hlist_head rx[RX_MAX];
63 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ];
64 struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ];
/linux/net/nfc/
H A Dllcp.h33 struct hlist_head head;
91 struct hlist_head pending_sdreqs;
233 void nfc_llcp_free_sdp_tlv_list(struct hlist_head *sdp_head);
239 struct hlist_head *tlv_list, size_t tlvs_len);
241 struct hlist_head *tlv_list, size_t tlvs_len);
H A Dnfc.h36 struct hlist_head head;
59 void nfc_llcp_free_sdp_tlv_list(struct hlist_head *head);
91 int nfc_genl_llc_send_sdres(struct nfc_dev *dev, struct hlist_head *sdres_list);
/linux/kernel/
H A Duser.c94 static struct hlist_head uidhash_table[UIDHASH_SZ];
117 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
127 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
201 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid()
H A Duser-return-notifier.c8 static DEFINE_PER_CPU(struct hlist_head, return_notifier_list);
39 struct hlist_head *head; in fire_user_return_notifiers()
/linux/drivers/net/wireguard/
H A Dratelimiter.c21 static struct hlist_head *table_v4;
23 static struct hlist_head *table_v6;
92 struct hlist_head *bucket; in wg_ratelimiter_allow()
176 (1U << 14) / sizeof(struct hlist_head))); in wg_ratelimiter_init()
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c41 struct hlist_head { struct
54 struct hlist_head h; argument
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c92 struct hlist_head *hhead; in enic_rfs_flw_tbl_free()
112 struct hlist_head *hhead; in htbl_fltr_search()
134 struct hlist_head *hhead; in enic_flow_may_expire()
156 static struct enic_rfs_fltr_node *htbl_key_search(struct hlist_head *h, in htbl_key_search()
235 struct hlist_head *head; in enic_rx_flow_steer()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c25 struct hlist_head new_id_list; in ionic_rx_filter_replay()
28 struct hlist_head *head; in ionic_rx_filter_replay()
110 struct hlist_head *head; in ionic_rx_filters_deinit()
130 struct hlist_head *head; in ionic_rx_filter_save()
188 struct hlist_head *head; in ionic_rx_filter_by_vlan()
208 struct hlist_head *head; in ionic_rx_filter_by_addr()
227 struct hlist_head *head; in ionic_rx_filter_rxsteer()
565 struct hlist_head *head; in ionic_rx_filter_sync()
H A Dionic_rx_filter.h30 struct hlist_head by_hash[IONIC_RX_FILTER_HLISTS]; /* by skb hash */
31 struct hlist_head by_id[IONIC_RX_FILTER_HLISTS]; /* by filter_id */
/linux/drivers/hv/
H A Dmshv_root.h113 struct hlist_head pt_mem_regions; // not ordered
120 struct hlist_head irq_ack_notifier_list;
122 struct hlist_head pt_devices;
133 struct hlist_head pt_irqfds_list;
135 struct hlist_head irqfds_resampler_list;
137 struct hlist_head ioeventfds_list;

12345678910>>...12