| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_arena_htab.h | 36 struct arena_list_node hash_node; member 44 list_for_each_entry(l, head, hash_node) in lookup_elem_raw() 85 list_add_head(&l_new->hash_node, head); in htab_update_elem() 87 list_del(&l_old->hash_node); in htab_update_elem()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.h | 61 struct rhash_head hash_node; member 160 struct rhash_head hash_node; member 186 struct rhash_head hash_node; member 205 struct rhash_head hash_node; member
|
| H A D | metadata.c | 492 .head_offset = offsetof(struct nfp_fl_ct_zone_entry, hash_node), 499 .head_offset = offsetof(struct nfp_fl_ct_map_entry, hash_node), 623 &map->hash_node, in nfp_zone_table_entry_destroy() 642 &map->hash_node, in nfp_zone_table_entry_destroy() 668 &map->hash_node, in nfp_zone_table_entry_destroy()
|
| H A D | conntrack.c | 12 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 …]
|
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 110 struct hlist_nulls_node hash_node; member 424 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check() 698 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw() 717 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw() 877 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node() 879 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node() 918 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key() 919 struct htab_elem, hash_node); in htab_map_get_next_key() 938 struct htab_elem, hash_node); in htab_map_get_next_key() 1252 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_map_update_elem() [all …]
|
| /linux/block/ |
| H A D | blk-crypto-profile.c | 40 struct hlist_node hash_node; member 195 hlist_for_each_entry(slotp, head, hash_node) { in blk_crypto_find_keyslot() 302 hlist_del(&slot->hash_node); in blk_crypto_get_keyslot() 304 hlist_add_head(&slot->hash_node, in blk_crypto_get_keyslot() 402 hlist_del(&slot->hash_node); in __blk_crypto_evict_key()
|
| /linux/io_uring/ |
| H A D | futex.c | 50 hlist_del_init(&tw_req.req->hash_node); in __io_futex_complete() 109 hlist_del_init(&req->hash_node); in __io_futex_cancel() 265 hlist_add_head(&req->hash_node, &ctx->futex_list); in io_futexv_wait() 305 hlist_add_head(&req->hash_node, &ctx->futex_list); in io_futex_wait()
|
| H A D | poll.c | 128 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert() 352 hash_del(&req->hash_node); in io_poll_task_func() 557 INIT_HLIST_NODE(&req->hash_node); in __io_arm_poll_handler() 747 hlist_for_each_entry_safe(req, tmp, &hb->list, hash_node) { in io_poll_remove_all() 749 hlist_del_init(&req->hash_node); in io_poll_remove_all() 765 hlist_for_each_entry(req, &hb->list, hash_node) { in io_poll_find() 789 hlist_for_each_entry(req, &hb->list, hash_node) { in io_poll_file_find() 804 hash_del(&req->hash_node); in io_poll_disarm()
|
| H A D | waitid.c | 137 hlist_del_init(&req->hash_node); in io_waitid_complete() 314 hlist_add_head(&req->hash_node, &ctx->waitid_list); in io_waitid() 339 hlist_del_init(&req->hash_node); in io_waitid()
|
| H A D | cancel.c | 367 hlist_for_each_entry_safe(req, tmp, list, hash_node) { in io_cancel_remove_all() 370 hlist_del_init(&req->hash_node); in io_cancel_remove_all() 387 hlist_for_each_entry_safe(req, tmp, list, hash_node) { in io_cancel_remove()
|
| H A D | fdinfo.c | 237 hlist_for_each_entry(req, &hb->list, hash_node) in __io_uring_show_fdinfo()
|
| /linux/net/openvswitch/ |
| H A D | vport.c | 99 hlist_for_each_entry_rcu(vport, bucket, hash_node, in ovs_vport_locate() 224 hlist_add_head_rcu(&vport->hash_node, bucket); in ovs_vport_add() 268 hlist_del_rcu(&vport->hash_node); in ovs_vport_del()
|
| H A D | vport.h | 81 struct hlist_node hash_node; member
|
| /linux/fs/afs/ |
| H A D | security.c | 131 hash_del_rcu(&permits->hash_node); in afs_put_permits() 285 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit() 303 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 94 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 108 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 126 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 143 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 198 hlist_add_head_rcu(&t->hash_node, head); in ip_tunnel_add() 205 hlist_del_init_rcu(&t->hash_node); in ip_tunnel_del() 222 hlist_for_each_entry_rcu(t, head, hash_node, lockdep_rtnl_is_held()) { in ip_tunnel_find() 1182 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_delete_net()
|
| /linux/include/linux/sched/ |
| H A D | ext.h | 89 struct rhash_head hash_node; member
|
| /linux/include/net/netfilter/ |
| H A D | nf_queue.h | 15 struct rhash_head hash_node; member
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_drv.c | 92 hash_add(vdev->user_limits, &limits->hash_node, uid); in ivpu_user_limits_alloc() 104 hash_for_each_possible(vdev->user_limits, limits, hash_node, uid) { in ivpu_user_limits_get() 127 hash_del(&limits->hash_node); in ivpu_user_limits_release()
|
| H A D | ivpu_drv.h | 126 struct hlist_node hash_node; member
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1051 struct rhash_head hash_node; member
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 768 struct hlist_node hash_node; member
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_queue.c | 110 .head_offset = offsetof(struct nf_queue_entry, hash_node), 222 err = rhashtable_insert_fast(&queue->nfqnl_packet_map, &entry->hash_node, in __enqueue_entry() 236 rhashtable_remove_fast(&queue->nfqnl_packet_map, &entry->hash_node, in __dequeue_entry()
|
| /linux/kernel/ |
| H A D | workqueue.c | 234 struct hlist_node hash_node; /* PL: unbound_pool_hash node */ member 1336 struct hlist_node hash_node; member 1348 hash_for_each_possible_rcu(wci_hash, ent, hash_node, in wci_find_ent() 1402 hash_add_rcu(wci_hash, &ent->hash_node, (unsigned long)func); in wq_cpu_intensive_report() 4905 INIT_HLIST_NODE(&pool->hash_node); in init_worker_pool() 5070 hash_del(&pool->hash_node); in put_unbound_pool() 5144 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) { in get_unbound_pool() 5176 hash_add(unbound_pool_hash, &pool->hash_node, hash); in get_unbound_pool() 8158 hash_for_each(unbound_pool_hash, bkt, pool, hash_node) in workqueue_init()
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 155 struct hlist_node hash_node; member
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmcommon.h | 276 struct hlist_node hash_node; member
|