| /Linux-v5.4/kernel/bpf/ |
| D | hashtab.c | 43 struct hlist_nulls_node hash_node; member 243 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check() 245 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check() 427 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw() 446 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw() 585 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node() 587 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node() 623 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key() 624 struct htab_elem, hash_node); in htab_map_get_next_key() 643 struct htab_elem, hash_node); in htab_map_get_next_key() [all …]
|
| /Linux-v5.4/net/openvswitch/ |
| D | vport.c | 99 hlist_for_each_entry_rcu(vport, bucket, hash_node) in ovs_vport_locate() 207 hlist_add_head_rcu(&vport->hash_node, bucket); in ovs_vport_add() 251 hlist_del_rcu(&vport->hash_node); in ovs_vport_del()
|
| D | vport.h | 76 struct hlist_node hash_node; member
|
| /Linux-v5.4/fs/afs/ |
| D | security.c | 98 hash_del_rcu(&permits->hash_node); in afs_put_permits() 254 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit() 272 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
|
| D | internal.h | 714 struct hlist_node hash_node; /* Link in hash */ member
|
| /Linux-v5.4/net/ipv4/ |
| D | ip_tunnel.c | 95 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 110 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 128 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 148 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_lookup() 201 hlist_add_head_rcu(&t->hash_node, head); in ip_tunnel_add() 208 hlist_del_init_rcu(&t->hash_node); in ip_tunnel_del() 223 hlist_for_each_entry_rcu(t, head, hash_node) { in ip_tunnel_find() 1092 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_destroy()
|
| /Linux-v5.4/net/mac80211/ |
| D | sta_info.h | 525 struct rhlist_head hash_node; member 730 sta_info_hash_lookup(local, _addr), hash_node)
|
| D | sta_info.c | 70 .head_offset = offsetof(struct sta_info, hash_node), 80 return rhltable_remove(&local->sta_hash, &sta->hash_node, in sta_info_hash_del() 265 return rhltable_insert(&local->sta_hash, &sta->hash_node, in sta_info_hash_add()
|
| /Linux-v5.4/fs/ocfs2/dlm/ |
| D | dlmdomain.c | 149 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()
|
| D | dlmmaster.c | 483 if (!hlist_unhashed(&res->hash_node) || in dlm_lockres_release() 494 !hlist_unhashed(&res->hash_node) ? 'H' : ' ', in dlm_lockres_release() 507 BUG_ON(!hlist_unhashed(&res->hash_node)); in dlm_lockres_release() 543 INIT_HLIST_NODE(&res->hash_node); in dlm_init_lockres() 736 if (hlist_unhashed(&tmpres->hash_node)) { in dlm_get_lock_resource() 1448 if (hlist_unhashed(&res->hash_node)) { in dlm_master_request_handler()
|
| D | dlmcommon.h | 281 struct hlist_node hash_node; member
|
| D | dlmrecovery.c | 2171 hlist_for_each_entry(res, bucket, hash_node) { in dlm_finish_local_lockres_recovery() 2357 hlist_for_each_entry_safe(res, tmp, bucket, hash_node) { in dlm_do_local_recovery_cleanup()
|
| /Linux-v5.4/include/net/ |
| D | ip_tunnels.h | 106 struct hlist_node hash_node; member
|
| /Linux-v5.4/kernel/ |
| D | workqueue.c | 176 struct hlist_node hash_node; /* PL: unbound_pool_hash node */ member 3429 INIT_HLIST_NODE(&pool->hash_node); in init_worker_pool() 3531 hash_del(&pool->hash_node); in put_unbound_pool() 3588 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) { in get_unbound_pool() 3629 hash_add(unbound_pool_hash, &pool->hash_node, hash); in get_unbound_pool() 5988 hash_for_each(unbound_pool_hash, bkt, pool, hash_node) in workqueue_init()
|