Home
last modified time | relevance | path

Searched refs:hash_node (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/fs/sharefs/
H A Dconfig.c125 struct hlist_node *hash_node; \
129 bid_entry, hash_node, node, str->hash) { \
144 struct hlist_node *hash_node; \
150 bid_entry, hash_node, node, str->hash) { \
174 struct hlist_node *hash_node; \
180 bid_entry, hash_node, node, str->hash) { \
194 struct hlist_node *hash_node; \
200 hash_node, bid_entry, node) { \
/kernel/linux/linux-5.10/fs/hmdfs/authority/
H A Dconfig.c128 struct hlist_node *hash_node; \
132 bid_entry, hash_node, node, str->hash) { \
147 struct hlist_node *hash_node; \
153 bid_entry, hash_node, node, str->hash) { \
177 struct hlist_node *hash_node; \
183 bid_entry, hash_node, node, str->hash) { \
197 struct hlist_node *hash_node; \
203 hash_node, bid_entry, node) { \
/kernel/linux/linux-6.6/fs/hmdfs/authority/
H A Dconfig.c128 struct hlist_node *hash_node; \
132 bid_entry, hash_node, node, str->hash) { \
147 struct hlist_node *hash_node; \
153 bid_entry, hash_node, node, str->hash) { \
177 struct hlist_node *hash_node; \
183 bid_entry, hash_node, node, str->hash) { \
197 struct hlist_node *hash_node; \
203 hash_node, bid_entry, node) { \
/kernel/linux/linux-6.6/fs/sharefs/
H A Dconfig.c125 struct hlist_node *hash_node; \
129 bid_entry, hash_node, node, str->hash) { \
144 struct hlist_node *hash_node; \
150 bid_entry, hash_node, node, str->hash) { \
174 struct hlist_node *hash_node; \
180 bid_entry, hash_node, node, str->hash) { \
194 struct hlist_node *hash_node; \
200 hash_node, bid_entry, node) { \
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h40 * @hash_node: Used by the hashtable
61 struct rhash_head hash_node; member
150 * @hash_node: Used by the hashtable
160 struct rhash_head hash_node; member
173 * @hash_node: Used by the hashtable
186 struct rhash_head hash_node; member
200 * @hash_node: Used by the hashtable
205 struct rhash_head hash_node; member
H A Dmetadata.c492 .head_offset = offsetof(struct nfp_fl_ct_zone_entry, hash_node),
499 .head_offset = offsetof(struct nfp_fl_ct_map_entry, hash_node),
624 &map->hash_node, in nfp_zone_table_entry_destroy()
643 &map->hash_node, in nfp_zone_table_entry_destroy()
669 &map->hash_node, in nfp_zone_table_entry_destroy()
H A Dconntrack.c12 hash_node),
20 hash_node),
1243 err = rhashtable_insert_fast(&zt->nft_merge_tb, &nft_m_entry->hash_node, in nfp_ct_do_nft_merge()
1319 err = rhashtable_insert_fast(&zt->tc_merge_tb, &m_entry->hash_node, in nfp_ct_do_tc_merge()
1384 &zt->hash_node, in get_nfp_zone_entry()
1584 &map->hash_node, in nfp_fl_ct_add_flow()
1624 &m_entry->hash_node, in cleanup_nft_merge_entry()
1676 &m_ent->hash_node, in nfp_del_tc_merge_entry()
2266 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
2283 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhashtab.c107 struct hlist_nulls_node hash_node; member
359 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
361 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
544 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw()
563 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw()
701 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node()
703 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
739 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
740 struct htab_elem, hash_node); in htab_map_get_next_key()
759 struct htab_elem, hash_node); in htab_map_get_next_key()
[all...]
/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c41 struct hlist_node hash_node; member
154 hlist_for_each_entry(slotp, head, hash_node) { in blk_ksm_find_keyslot()
247 hlist_del(&slot->hash_node); in blk_ksm_get_slot_for_key()
249 hlist_add_head(&slot->hash_node, blk_ksm_hash_bucket_for_key(ksm, key)); in blk_ksm_get_slot_for_key()
342 hlist_del(&slot->hash_node); in blk_ksm_evict_key()
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-profile.c40 struct hlist_node hash_node; member
197 hlist_for_each_entry(slotp, head, hash_node) { in blk_crypto_find_keyslot()
304 hlist_del(&slot->hash_node); in blk_crypto_get_keyslot()
306 hlist_add_head(&slot->hash_node, in blk_crypto_get_keyslot()
402 hlist_del(&slot->hash_node); in __blk_crypto_evict_key()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c113 struct hlist_nulls_node hash_node; member
427 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
640 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw()
659 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw()
817 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node()
819 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
857 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
858 struct htab_elem, hash_node); in htab_map_get_next_key()
877 struct htab_elem, hash_node); in htab_map_get_next_key()
1175 hlist_nulls_add_head_rcu(&l_new->hash_node, hea in htab_map_update_elem()
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dpoll.c126 hlist_add_head(&req->hash_node, &hb->list); in io_poll_req_insert()
137 hash_del(&req->hash_node); in io_poll_req_delete()
148 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert_locked()
163 hash_del(&req->hash_node); in io_poll_tw_hash_eject()
579 INIT_HLIST_NODE(&req->hash_node); in __io_arm_poll_handler()
763 hlist_for_each_entry_safe(req, tmp, &hb->list, hash_node) { in io_poll_remove_all_table()
765 hlist_del_init(&req->hash_node); in io_poll_remove_all_table()
801 hlist_for_each_entry(req, &hb->list, hash_node) { in io_poll_find()
833 hlist_for_each_entry(req, &hb->list, hash_node) { in io_poll_file_find()
851 hash_del(&req->hash_node); in io_poll_disarm()
[all...]
H A Dfdinfo.c186 hlist_for_each_entry(req, &hb->list, hash_node) in io_uring_show_fdinfo()
193 hlist_for_each_entry(req, &hbl->list, hash_node) in io_uring_show_fdinfo()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dvport.c100 hlist_for_each_entry_rcu(vport, bucket, hash_node, in ovs_vport_locate()
209 hlist_add_head_rcu(&vport->hash_node, bucket); in ovs_vport_add()
253 hlist_del_rcu(&vport->hash_node); in ovs_vport_del()
H A Dvport.h64 * @hash_node: Element in @dev_table hash table in vport.c.
76 struct hlist_node hash_node; member
/kernel/linux/linux-5.10/fs/afs/
H A Dsecurity.c98 hash_del_rcu(&permits->hash_node); in afs_put_permits()
253 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit()
271 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
/kernel/linux/linux-6.6/fs/afs/
H A Dsecurity.c98 hash_del_rcu(&permits->hash_node); in afs_put_permits()
252 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit()
270 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dvport.c100 hlist_for_each_entry_rcu(vport, bucket, hash_node, in ovs_vport_locate()
225 hlist_add_head_rcu(&vport->hash_node, bucket); in ovs_vport_add()
269 hlist_del_rcu(&vport->hash_node); in ovs_vport_del()
H A Dvport.h67 * @hash_node: Element in @dev_table hash table in vport.c.
81 struct hlist_node hash_node; member
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel.c96 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
111 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
129 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
146 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
199 hlist_add_head_rcu(&t->hash_node, head); in ip_tunnel_add()
206 hlist_del_init_rcu(&t->hash_node); in ip_tunnel_del()
221 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_find()
1128 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_destroy()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel.c96 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
111 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
129 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
146 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup()
199 hlist_add_head_rcu(&t->hash_node, head); in ip_tunnel_add()
206 hlist_del_init_rcu(&t->hash_node); in ip_tunnel_del()
221 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_find()
1150 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_destroy()
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.h484 * @hash_node: hash node for rhashtable
567 struct rhlist_head hash_node; member
781 sta_info_hash_lookup(local, _addr), hash_node)
/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.h579 * @hash_node: hash node for rhashtable
655 struct rhlist_head hash_node; member
836 sta_info_hash_lookup(local, _addr), hash_node)
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmdomain.c149 if (hlist_unhashed(&res->hash_node)) in __dlm_unhash_lockres()
154 hlist_del_init(&res->hash_node); in __dlm_unhash_lockres()
169 hlist_add_head(&res->hash_node, bucket); in __dlm_insert_lockres()
189 hlist_for_each_entry(res, bucket, hash_node) { in __dlm_lookup_lockres_full()
425 hash_node); in dlm_migrate_all_locks()
435 iter = res->hash_node.next; in dlm_migrate_all_locks()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmdomain.c147 if (hlist_unhashed(&res->hash_node)) in __dlm_unhash_lockres()
152 hlist_del_init(&res->hash_node); in __dlm_unhash_lockres()
167 hlist_add_head(&res->hash_node, bucket); in __dlm_insert_lockres()
187 hlist_for_each_entry(res, bucket, hash_node) { in __dlm_lookup_lockres_full()
423 hash_node); in dlm_migrate_all_locks()
433 iter = res->hash_node.next; in dlm_migrate_all_locks()

Completed in 30 milliseconds

12