Home
last modified time | relevance | path

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

12345678910>>...15

/linux/include/net/netns/
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;
51 struct hlist_head *policy_byidx;
53 struct hlist_head policy_inexact[XFRM_POLICY_MAX];
A Dmctp.h20 struct hlist_head binds;
26 struct hlist_head keys;
/linux/net/batman-adv/
A Dtypes.h224 struct hlist_head neigh_list;
285 struct hlist_head fragment_list;
371 struct hlist_head ifinfo_list;
479 struct hlist_head neigh_list;
523 struct hlist_head vlan_list;
651 struct hlist_head ifinfo_list;
975 struct hlist_head req_list;
1107 struct hlist_head gateway_list;
1152 struct hlist_head handler_list;
1660 struct hlist_head tp_list;
[all …]
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()
/linux/net/xfrm/
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/include/linux/
A Dseq_file.h283 extern struct hlist_node *seq_hlist_start(struct hlist_head *head,
285 extern struct hlist_node *seq_hlist_start_head(struct hlist_head *head,
287 extern struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head,
290 extern struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head,
292 extern struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head,
295 struct hlist_head *head,
299 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t…
301 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
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()
/linux/net/atm/
A Dlec.h74 struct hlist_head lec_arp_empty_ones;
76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE];
78 struct hlist_head lec_no_forward;
85 struct hlist_head mcast_fwds;
/linux/scripts/gdb/linux/
A Dclk.py13 def clk_core_for_each_child(hlist_head): argument
14 return lists.hlist_for_each_entry(hlist_head,
62 def lookup_hlist(self, hlist_head, name): argument
63 for child in clk_core_for_each_child(hlist_head):
/linux/arch/powerpc/kvm/
A Dbook3s_mmu_hpte.c141 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_flush_all()
153 struct hlist_head *list; in kvmppc_mmu_pte_flush_page()
172 struct hlist_head *list; in kvmppc_mmu_pte_flush_long()
215 struct hlist_head *list; in kvmppc_mmu_pte_vflush_short()
236 struct hlist_head *list; in kvmppc_mmu_pte_vflush_64k()
258 struct hlist_head *list; in kvmppc_mmu_pte_vflush_long()
309 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_pflush()
343 static void kvmppc_mmu_hpte_init_hash(struct hlist_head *hash_list, int len) in kvmppc_mmu_hpte_init_hash()
/linux/tools/include/linux/
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/tools/objtool/include/objtool/
A Delf.h98 struct hlist_head *symbol_hash;
99 struct hlist_head *symbol_name_hash;
100 struct hlist_head *section_hash;
101 struct hlist_head *section_name_hash;
102 struct hlist_head *reloc_hash;
/linux/drivers/infiniband/core/
A Diwpm_util.c45 static struct hlist_head *iwpm_hash_bucket;
48 static struct hlist_head *iwpm_reminfo_bucket;
62 sizeof(struct hlist_head), GFP_KERNEL); in iwpm_init()
67 sizeof(struct hlist_head), GFP_KERNEL); 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()
239 struct hlist_head *hash_bucket_head; in iwpm_add_remote_info()
270 struct hlist_head *hash_bucket_head; in iwpm_get_remote_info()
552 static struct hlist_head *get_mapinfo_hash_bucket(struct sockaddr_storage in get_mapinfo_hash_bucket()
[all …]
/linux/include/linux/can/
A Dcan-ml.h56 struct hlist_head rx[RX_MAX];
57 struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ];
58 struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ];
/linux/fs/9p/
A Dfid.c24 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata); in __add_fid()
50 struct hlist_head *h; in v9fs_fid_find_inode()
56 h = (struct hlist_head *)&inode->i_private; in v9fs_fid_find_inode()
78 hlist_add_head(&fid->ilist, (struct hlist_head *)&inode->i_private); in v9fs_open_fid_add()
105 struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata; in v9fs_fid_find()
/linux/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_encap.c103 static void opa_vnic_free_mac_tbl(struct hlist_head *mactbl) in opa_vnic_free_mac_tbl()
119 static struct hlist_head *opa_vnic_alloc_mac_tbl(void) in opa_vnic_alloc_mac_tbl()
121 u32 size = sizeof(struct hlist_head) * OPA_VNIC_MAC_TBL_SIZE; in opa_vnic_alloc_mac_tbl()
122 struct hlist_head *mactbl; in opa_vnic_alloc_mac_tbl()
135 struct hlist_head *mactbl; in opa_vnic_release_mac_tbl()
156 struct hlist_head *mactbl; in opa_vnic_query_mac_tbl()
208 struct hlist_head *new_mactbl, *old_mactbl; in opa_vnic_update_mac_tbl()
302 struct hlist_head *mactbl; in opa_vnic_chk_mac_tbl()
/linux/kernel/
A Duser.c85 static struct hlist_head uidhash_table[UIDHASH_SZ];
108 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
118 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent) in uid_hash_find()
191 struct hlist_head *hashent = uidhashentry(uid); in alloc_uid()
/linux/net/nfc/
A Dllcp.h34 struct hlist_head head;
92 struct hlist_head pending_sdreqs;
235 void nfc_llcp_free_sdp_tlv_list(struct hlist_head *sdp_head);
241 struct hlist_head *tlv_list, size_t tlvs_len);
243 struct hlist_head *tlv_list, size_t tlvs_len);
/linux/fs/lockd/
A Dhost.c34 static struct hlist_head nlm_server_hosts[NLM_HOST_NRHASH];
35 static struct hlist_head nlm_client_hosts[NLM_HOST_NRHASH];
237 struct hlist_head *chain; in nlmclnt_lookup_host()
332 struct hlist_head *chain; in nlmsvc_lookup_host()
525 static struct nlm_host *next_host_state(struct hlist_head *cache, in next_host_state()
530 struct hlist_head *chain; in next_host_state()
585 struct hlist_head *chain; in nlm_complain_hosts()
616 struct hlist_head *chain; in nlm_shutdown_hosts_net()
659 struct hlist_head *chain; in nlm_gc_hosts()
/linux/drivers/gpu/drm/
A Ddrm_hashtab.c66 struct hlist_head *h_list; in drm_ht_verbose_list()
81 struct hlist_head *h_list; in drm_ht_find_key()
99 struct hlist_head *h_list; in drm_ht_find_key_rcu()
116 struct hlist_head *h_list; in drm_ht_insert_item()
/linux/net/ipv4/
A Dfib_semantics.c51 static struct hlist_head *fib_info_hash;
368 struct hlist_head *head; in fib_find_info_nh()
399 struct hlist_head *head; in fib_find_info()
431 struct hlist_head *head; in ip_fib_check_default()
1257 return (struct hlist_head *) in fib_info_hash_alloc()
1292 struct hlist_head *dest; in fib_info_hash_move()
1308 struct hlist_head *ldest; in fib_info_hash_move()
1435 struct hlist_head *new_info_hash; in fib_create_info()
1595 struct hlist_head *head; in fib_create_info()
1604 struct hlist_head *head; in fib_create_info()
[all …]
/linux/fs/
A Dmount.h35 struct hlist_head m_list;
78 struct hlist_head mnt_pins;
79 struct hlist_head mnt_stuck_children;
/linux/drivers/net/wireguard/
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/drivers/net/ethernet/cisco/enic/
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/net/openvswitch/
A Dvport.c27 static struct hlist_head *dev_table;
37 dev_table = kcalloc(VPORT_HASH_BUCKETS, sizeof(struct hlist_head), in ovs_vport_init()
55 static struct hlist_head *hash_bucket(const struct net *net, const char *name) in hash_bucket()
97 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate()
198 struct hlist_head *bucket; in ovs_vport_add()

Completed in 47 milliseconds

12345678910>>...15