Home
last modified time | relevance | path

Searched refs:hash_node (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.h61 struct rhash_head hash_node; member
145 struct rhash_head hash_node; member
170 struct rhash_head hash_node; member
188 struct rhash_head hash_node; member
A Dmetadata.c500 .head_offset = offsetof(struct nfp_fl_ct_zone_entry, hash_node),
507 .head_offset = offsetof(struct nfp_fl_ct_map_entry, hash_node),
615 &map->hash_node, in nfp_zone_table_entry_destroy()
634 &map->hash_node, in nfp_zone_table_entry_destroy()
660 &map->hash_node, in nfp_zone_table_entry_destroy()
A Dconntrack.c9 hash_node),
17 hash_node),
965 err = rhashtable_insert_fast(&zt->nft_merge_tb, &nft_m_entry->hash_node, in nfp_ct_do_nft_merge()
1035 err = rhashtable_insert_fast(&zt->tc_merge_tb, &m_entry->hash_node, in nfp_ct_do_tc_merge()
1100 &zt->hash_node, in get_nfp_zone_entry()
1210 &map->hash_node, in nfp_fl_ct_add_flow()
1250 &m_entry->hash_node, in cleanup_nft_merge_entry()
1294 &m_ent->hash_node, in nfp_del_tc_merge_entry()
1753 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
1765 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
[all …]
/linux/kernel/bpf/
A Dhashtab.c112 struct hlist_nulls_node hash_node; member
759 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
797 struct htab_elem, hash_node); in htab_map_get_next_key()
816 struct htab_elem, hash_node); in htab_map_get_next_key()
1103 hlist_nulls_del_rcu(&l_old->hash_node); in htab_map_update_elem()
1173 hlist_nulls_del_rcu(&l_old->hash_node); in htab_lru_map_update_elem()
1350 hlist_nulls_del_rcu(&l->hash_node); in htab_map_delete_elem()
1386 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_elem()
1406 hlist_nulls_del_rcu(&l->hash_node); in delete_all_elements()
1541 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_elem()
[all …]
/linux/block/
A Dblk-crypto-profile.c39 struct hlist_node hash_node; member
189 hlist_for_each_entry(slotp, head, hash_node) { in blk_crypto_find_keyslot()
297 hlist_del(&slot->hash_node); in blk_crypto_get_keyslot()
299 hlist_add_head(&slot->hash_node, in blk_crypto_get_keyslot()
403 hlist_del(&slot->hash_node); in __blk_crypto_evict_key()
/linux/net/openvswitch/
A Dvport.c100 hlist_for_each_entry_rcu(vport, bucket, hash_node, in ovs_vport_locate()
211 hlist_add_head_rcu(&vport->hash_node, bucket); in ovs_vport_add()
255 hlist_del_rcu(&vport->hash_node); in ovs_vport_del()
A Dvport.h76 struct hlist_node hash_node; member
/linux/net/ipv4/
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()
1102 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_destroy()
/linux/fs/afs/
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()
A Dinternal.h701 struct hlist_node hash_node; /* Link in hash */ member
/linux/net/mac80211/
A Dsta_info.h576 struct rhlist_head hash_node; member
789 sta_info_hash_lookup(local, _addr), hash_node)
A Dsta_info.c70 .head_offset = offsetof(struct sta_info, hash_node),
80 return rhltable_remove(&local->sta_hash, &sta->hash_node, in sta_info_hash_del()
298 return rhltable_insert(&local->sta_hash, &sta->hash_node, in sta_info_hash_add()
/linux/fs/ocfs2/dlm/
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()
A Ddlmmaster.c481 if (!hlist_unhashed(&res->hash_node) || in dlm_lockres_release()
492 !hlist_unhashed(&res->hash_node) ? 'H' : ' ', in dlm_lockres_release()
505 BUG_ON(!hlist_unhashed(&res->hash_node)); in dlm_lockres_release()
541 INIT_HLIST_NODE(&res->hash_node); in dlm_init_lockres()
734 if (hlist_unhashed(&tmpres->hash_node)) { in dlm_get_lock_resource()
1446 if (hlist_unhashed(&res->hash_node)) { in dlm_master_request_handler()
A Ddlmcommon.h276 struct hlist_node hash_node; member
A Ddlmrecovery.c2162 hlist_for_each_entry(res, bucket, hash_node) { in dlm_finish_local_lockres_recovery()
2348 hlist_for_each_entry_safe(res, tmp, bucket, hash_node) { in dlm_do_local_recovery_cleanup()
/linux/kernel/
A Dworkqueue.c177 struct hlist_node hash_node; /* PL: unbound_pool_hash node */ member
3473 INIT_HLIST_NODE(&pool->hash_node); in init_worker_pool()
3586 hash_del(&pool->hash_node); in put_unbound_pool()
3644 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) { in get_unbound_pool()
3685 hash_add(unbound_pool_hash, &pool->hash_node, hash); in get_unbound_pool()
6137 hash_for_each(unbound_pool_hash, bkt, pool, hash_node) in workqueue_init()
/linux/include/net/
A Dip_tunnels.h106 struct hlist_node hash_node; member
/linux/fs/
A Dio_uring.c875 struct hlist_node hash_node; member
5430 hash_del(&req->hash_node); in io_poll_task_func()
5570 hash_del(&req->hash_node); in io_async_task_func()
5599 hlist_add_head(&req->hash_node, list); in io_poll_req_insert()
5611 INIT_HLIST_NODE(&req->hash_node); in __io_arm_poll_handler()
5714 hash_del(&req->hash_node); in __io_poll_remove_one()
5750 hlist_for_each_entry_safe(req, tmp, list, hash_node) { in io_poll_remove_all()
5771 hlist_for_each_entry(req, list, hash_node) { in io_poll_find()
10249 hlist_for_each_entry(req, list, hash_node) in __io_uring_show_fdinfo()

Completed in 86 milliseconds