/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | mpfs.h | 44 struct hlist_node hlist; member 50 hlist_for_each_entry_safe(hn, tmp, &(hash)[i], hlist) 57 hlist_for_each_entry(ptr, &(hash)[ix], node.hlist) \ 74 hlist_add_head(&ptr->node.hlist, &(hash)[ix]);\ 80 hlist_del(&(ptr)->node.hlist); \
|
D | vxlan.c | 48 struct hlist_node hlist; member 81 hash_for_each_possible_rcu(vxlan->htable, vxlanp, hlist, port) in mlx5_vxlan_lookup_port() 95 hash_for_each_possible(vxlan->htable, vxlanp, hlist, port) in vxlan_lookup_port() 118 hash_add_rcu(vxlan->htable, &vxlanp->hlist, port); in mlx5_vxlan_add_port() 137 hash_del_rcu(&vxlanp->hlist); in mlx5_vxlan_del_port() 188 hash_for_each_safe(vxlan->htable, bkt, tmp, vxlanp, hlist) { in mlx5_vxlan_reset_to_default()
|
/linux-6.6.21/mm/ |
D | mmu_notifier.c | 310 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_release() 324 struct mmu_notifier, hlist); in mn_hlist_release() 331 hlist_del_init_rcu(&subscription->hlist); in mn_hlist_release() 374 &mm->notifier_subscriptions->list, hlist, in __mmu_notifier_clear_flush_young() 394 &mm->notifier_subscriptions->list, hlist, in __mmu_notifier_clear_young() 413 &mm->notifier_subscriptions->list, hlist, in __mmu_notifier_test_young() 435 &mm->notifier_subscriptions->list, hlist, in __mmu_notifier_change_pte() 484 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_invalidate_range_start() 523 hlist, srcu_read_lock_held(&srcu)) { in mn_hlist_invalidate_range_start() 560 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_invalidate_end() [all …]
|
D | ksm.c | 168 struct hlist_head hlist; member 212 struct hlist_node hlist; member 360 hlist_add_head(&dup->hlist_dup, &chain->hlist); in stable_node_chain_add_dup() 633 INIT_HLIST_HEAD(&chain->hlist); in alloc_stable_node_chain() 675 hlist_for_each_entry(rmap_item, &stable_node->hlist, hlist) { in remove_node_from_stable_tree() 676 if (rmap_item->hlist.next) { in remove_node_from_stable_tree() 825 hlist_del(&rmap_item->hlist); in remove_rmap_item_from_tree() 829 if (!hlist_empty(&stable_node->hlist)) in remove_rmap_item_from_tree() 978 &stable_node->hlist, hlist_dup) { in remove_stable_node_chain() 983 BUG_ON(!hlist_empty(&stable_node->hlist)); in remove_stable_node_chain() [all …]
|
/linux-6.6.21/net/phonet/ |
D | socket.c | 44 struct hlist_head hlist[PN_HASHSIZE]; member 53 INIT_HLIST_HEAD(pnsocks.hlist + i); in pn_sock_init() 59 return pnsocks.hlist + (obj & PN_HASHMASK); in pn_hash_list() 72 struct hlist_head *hlist = pn_hash_list(obj); in pn_find_sock_by_sa() local 75 sk_for_each_rcu(sknode, hlist) { in pn_find_sock_by_sa() 106 struct hlist_head *hlist = pnsocks.hlist; in pn_deliver_sock_broadcast() local 113 sk_for_each(sknode, hlist) { in pn_deliver_sock_broadcast() 127 hlist++; in pn_deliver_sock_broadcast() 134 struct hlist_head *hlist = pn_hash_list(pn_sk(sk)->sobject); in pn_sock_hash() local 137 sk_add_node_rcu(sk, hlist); in pn_sock_hash() [all …]
|
/linux-6.6.21/net/ipv4/ |
D | raw_diag.c | 60 struct hlist_head *hlist; in raw_sock_get() local 69 hlist = &hashinfo->ht[slot]; in raw_sock_get() 70 sk_for_each_rcu(sk, hlist) { in raw_sock_get() 145 struct hlist_head *hlist; in raw_diag_dump() local 161 hlist = &hashinfo->ht[slot]; in raw_diag_dump() 162 sk_for_each_rcu(sk, hlist) { in raw_diag_dump()
|
D | raw.c | 94 struct hlist_head *hlist; in raw_hash_sk() local 96 hlist = &h->ht[raw_hashfunc(sock_net(sk), inet_sk(sk)->inet_num)]; in raw_hash_sk() 99 sk_add_node_rcu(sk, hlist); in raw_hash_sk() 167 struct hlist_head *hlist; in raw_v4_input() local 172 hlist = &raw_v4_hashinfo.ht[hash]; in raw_v4_input() 174 sk_for_each_rcu(sk, hlist) { in raw_v4_input() 270 struct hlist_head *hlist; in raw_icmp_error() local 276 hlist = &raw_v4_hashinfo.ht[hash]; in raw_icmp_error() 279 sk_for_each_rcu(sk, hlist) { in raw_icmp_error() 950 struct hlist_head *hlist; in raw_get_first() local [all …]
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | vporttbl.c | 18 struct hlist_node hlist; member 73 hash_for_each_possible(esw->fdb_table.offloads.vports.table, e, hlist, key) in esw_vport_tbl_lookup() 119 hash_add(esw->fdb_table.offloads.vports.table, &e->hlist, hkey); in mlx5_esw_vporttbl_get() 145 hash_del(&e->hlist); in mlx5_esw_vporttbl_put()
|
D | indir_table.c | 30 struct hlist_node hlist; member 293 hash_add(esw->fdb_table.offloads.indir->table, &e->hlist, in mlx5_esw_indir_table_entry_create() 316 hash_for_each_possible(esw->fdb_table.offloads.indir->table, e, hlist, key) in mlx5_esw_indir_table_entry_lookup() 374 hash_del(&e->hlist); in mlx5_esw_indir_table_put()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_arfs.c | 83 struct hlist_node hlist; member 98 hlist_for_each_entry_safe(hn, tmp, &hash[j], hlist) 431 hlist_del_init(&arfs_rule->hlist); in arfs_may_expire_flow() 432 hlist_add_head(&arfs_rule->hlist, &del_list); in arfs_may_expire_flow() 438 hlist_for_each_entry_safe(arfs_rule, htmp, &del_list, hlist) { in arfs_may_expire_flow() 443 hlist_del(&arfs_rule->hlist); in arfs_may_expire_flow() 459 hlist_del_init(&rule->hlist); in arfs_del_rules() 460 hlist_add_head(&rule->hlist, &del_list); in arfs_del_rules() 464 hlist_for_each_entry_safe(rule, htmp, &del_list, hlist) { in arfs_del_rules() 468 hlist_del(&rule->hlist); in arfs_del_rules() [all …]
|
/linux-6.6.21/fs/smb/server/mgmt/ |
D | user_session.c | 163 hash_for_each_possible(sessions_table, sess, hlist, id) { in __session_lookup() 183 hash_del(&sess->hlist); in ksmbd_expire_session() 222 hash_for_each_safe(sessions_table, bkt, tmp, sess, hlist) { in ksmbd_sessions_deregister() 225 hash_del(&sess->hlist); in ksmbd_sessions_deregister() 245 hash_del(&sess->hlist); in ksmbd_sessions_deregister() 367 hash_add(sessions_table, &sess->hlist, sess->id); in __session_create()
|
D | share_config.c | 58 hash_del(&share->hlist); in ksmbd_share_config_del() 81 hash_for_each_possible(shares_table, share, hlist, key) { in __share_lookup() 196 hash_add(shares_table, &share->hlist, share_name_hash(name)); in share_config_request()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | mod_hdr.c | 45 hash_init(tbl->hlist); in mlx5e_mod_hdr_tbl_init() 50 WARN_ON(!hash_empty(tbl->hlist)); in mlx5e_mod_hdr_tbl_destroy() 60 hash_for_each_possible(tbl->hlist, mh, mod_hdr_hlist, hash_key) { in mod_hdr_get() 115 hash_add(tbl->hlist, &mh->mod_hdr_hlist, hash_key); in mlx5e_mod_hdr_attach()
|
/linux-6.6.21/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 112 vnic_hash_for_each_safe(mactbl, bkt, tmp, node, hlist) { in opa_vnic_free_mac_tbl() 113 hash_del(&node->hlist); in opa_vnic_free_mac_tbl() 168 vnic_hash_for_each(mactbl, bkt, node, hlist) { in opa_vnic_query_mac_tbl() 255 vnic_hash_add(new_mactbl, &node->hlist, key); in opa_vnic_update_mac_tbl() 263 vnic_hash_for_each(old_mactbl, bkt, node, hlist) { in opa_vnic_update_mac_tbl() 277 vnic_hash_add(new_mactbl, &new_node->hlist, key); in opa_vnic_update_mac_tbl() 312 vnic_hash_for_each_possible(mactbl, node, hlist, key) { in opa_vnic_chk_mac_tbl()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | sample.c | 35 struct hlist_node hlist; member 53 struct hlist_node hlist; member 181 hash_for_each_possible(tc_psample->hashtbl, sampler, hlist, hash_key) in sampler_get() 200 hash_add(tc_psample->hashtbl, &sampler->hlist, hash_key); in sampler_get() 219 hash_del(&sampler->hlist); in sampler_put() 272 hash_for_each_possible(tc_psample->restore_hashtbl, restore, hlist, obj_id) in sample_restore_get() 296 hash_add(tc_psample->restore_hashtbl, &restore->hlist, obj_id); in sample_restore_get() 316 hash_del(&restore->hlist); in sample_restore_put()
|
/linux-6.6.21/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 49 if (!hlist_unhashed(&v->hlist4.hlist)) in vxlan_vs_add_del_vninode() 50 hlist_del_init_rcu(&v->hlist4.hlist); in vxlan_vs_add_del_vninode() 52 if (!hlist_unhashed(&v->hlist6.hlist)) in vxlan_vs_add_del_vninode() 53 hlist_del_init_rcu(&v->hlist6.hlist); in vxlan_vs_add_del_vninode() 62 hlist_add_head_rcu(&node->hlist, vni_head(vs, v->vni)); in vxlan_vs_add_del_vninode() 68 hlist_add_head_rcu(&node->hlist, vni_head(vs, v->vni)); in vxlan_vs_add_del_vninode() 95 hlist_add_head_rcu(&node->hlist, vni_head(vs, v->vni)); in vxlan_vs_add_vnigrp() 111 hlist_del_init_rcu(&v->hlist4.hlist); in vxlan_vs_del_vnigrp() 113 hlist_del_init_rcu(&v->hlist6.hlist); in vxlan_vs_del_vnigrp() 910 hlist_del_init_rcu(&v->hlist4.hlist); in vxlan_vnigroup_uninit() [all …]
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib_vlan.c | 40 struct hlist_node hlist; member 77 hlist_for_each_entry(node, h, hlist) { in mlx5i_find_qpn_to_netdev_node() 99 hlist_add_head(&new_node->hlist, &ht->buckets[key]); in mlx5i_pkey_add_qpn() 119 hlist_del_init(&node->hlist); in mlx5i_pkey_del_qpn()
|
/linux-6.6.21/fs/smb/client/ |
D | dfs_cache.c | 39 struct hlist_node hlist; member 129 hlist_del_init(&ce->hlist); in flush_cache_ent() 145 hlist_for_each_entry_safe(ce, n, l, hlist) { in flush_cache_ents() 146 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents() 167 hlist_for_each_entry(ce, l, hlist) { in dfscache_proc_show() 168 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show() 432 INIT_HLIST_NODE(&ce->hlist); in alloc_cache_entry() 455 hlist_for_each_entry(ce, l, hlist) { in remove_oldest_entry_locked() 456 if (hlist_unhashed(&ce->hlist)) in remove_oldest_entry_locked() 501 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked() [all …]
|
/linux-6.6.21/include/linux/ |
D | if_team.h | 30 struct hlist_node hlist; /* node in enabled ports hash list */ member 257 hlist_for_each_entry(port, head, hlist) in team_get_port_by_index() 278 hlist_for_each_entry_rcu(port, head, hlist) in team_get_port_by_index_rcu()
|
/linux-6.6.21/fs/dlm/ |
D | midcomms.c | 194 struct hlist_node hlist; member 279 hlist_for_each_entry_rcu(node, &node_hash[r], hlist) { in __find_node() 369 hlist_add_head_rcu(&node->hlist, &node_hash[r]); in dlm_midcomms_addr() 1173 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_exit() 1177 hlist_del_rcu(&node->hlist); in dlm_midcomms_exit() 1333 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_version_wait() 1404 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_shutdown() 1412 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_shutdown() 1450 hlist_del_rcu(&node->hlist); in dlm_midcomms_close()
|
/linux-6.6.21/drivers/md/persistent-data/ |
D | dm-transaction-manager.c | 80 struct hlist_node hlist; member 112 hlist_for_each_entry(si, tm->buckets + bucket, hlist) in is_shadow() 136 hlist_add_head(&si->hlist, tm->buckets + bucket); in insert_shadow() 151 hlist_for_each_entry_safe(si, tmp, bucket, hlist) in wipe_shadow_table()
|
/linux-6.6.21/kernel/ |
D | kprobes.c | 382 hlist_for_each_entry_rcu(p, head, hlist, in get_kprobe() 574 hlist_del_rcu(&op->kp.hlist); in do_unoptimize_kprobes() 899 hlist_for_each_entry(p, head, hlist) in optimize_all_kprobes() 927 hlist_for_each_entry(p, head, hlist) { in unoptimize_all_kprobes() 1287 INIT_HLIST_NODE(&ap->hlist); in init_aggr_kprobe() 1290 hlist_replace_rcu(&p->hlist, &ap->hlist); in init_aggr_kprobe() 1661 INIT_HLIST_NODE(&p->hlist); in register_kprobe() 1662 hlist_add_head_rcu(&p->hlist, in register_kprobe() 1668 hlist_del_rcu(&p->hlist); in register_kprobe() 1802 hlist_del_rcu(&ap->hlist); in __unregister_kprobe_top() [all …]
|
/linux-6.6.21/fs/nfs/ |
D | nfs42xattr.c | 63 struct hlist_head hlist; member 111 INIT_HLIST_HEAD(&cache->buckets[i].hlist); in nfs4_xattr_hash_init() 276 if (WARN_ON(!hlist_empty(&cache->buckets[i].hlist))) in nfs4_xattr_free_cache_cb() 398 hlist_for_each_entry_safe(entry, n, &bucket->hlist, hnode) { in nfs4_xattr_discard_cache() 517 hlist_for_each_entry(entry, &bucket->hlist, hnode) { in nfs4_xattr_get_entry() 551 hlist_add_head(&entry->hnode, &bucket->hlist); in nfs4_xattr_hash_add()
|
/linux-6.6.21/net/sched/ |
D | cls_u32.c | 87 struct tc_u_hnode __rcu *hlist; member 260 for (ht = rtnl_dereference(tp_c->hlist); in u32_lookup_ht() 382 RCU_INIT_POINTER(root_ht->next, tp_c->hlist); in u32_init() 383 rcu_assign_pointer(tp_c->hlist, root_ht); in u32_init() 608 hn = &tp_c->hlist; in u32_destroy_hnode() 641 while ((ht = rtnl_dereference(tp_c->hlist)) != NULL) { in u32_destroy() 643 RCU_INIT_POINTER(tp_c->hlist, ht->next); in u32_destroy() 997 RCU_INIT_POINTER(ht->next, tp_c->hlist); in u32_change() 998 rcu_assign_pointer(tp_c->hlist, ht); in u32_change() 1200 for (ht = rtnl_dereference(tp_c->hlist); in u32_walk() [all …]
|
/linux-6.6.21/net/mctp/ |
D | route.c | 110 hlist_for_each_entry(key, &net->mctp.keys, hlist) { in mctp_lookup_key() 187 hlist_for_each_entry(tmp, &net->mctp.keys, hlist) { in mctp_key_add() 204 hlist_add_head(&key->hlist, &net->mctp.keys); in mctp_key_add() 239 if (!hlist_unhashed(&key->hlist)) { in __mctp_key_done_in() 240 hlist_del_init(&key->hlist); in __mctp_key_done_in() 594 hlist_add_head_rcu(&key->hlist, &mns->keys); in mctp_reserve_tag() 629 hlist_for_each_entry(tmp, &mns->keys, hlist) { in mctp_alloc_local_tag() 687 hlist_for_each_entry(tmp, &mns->keys, hlist) { in mctp_lookup_prealloc_tag()
|