Home
last modified time | relevance | path

Searched refs:hnode (Results 1 – 25 of 58) sorted by relevance

123

/linux-6.15/kernel/trace/
H A Dtrace_boot.c226 p = xbc_node_find_value(hnode, key, &anode); in trace_boot_hist_add_array()
256 p = xbc_node_find_value(hnode, param, NULL); in trace_boot_hist_add_one_handler()
259 xbc_node_get_data(hnode), param); in trace_boot_hist_add_one_handler()
273 xbc_node_get_data(hnode), in trace_boot_hist_add_one_handler()
290 xbc_node_get_data(hnode)); in trace_boot_hist_add_one_handler()
305 handler = xbc_node_get_data(hnode); in trace_boot_hist_add_handlers()
307 xbc_node_for_each_subkey(hnode, node) { in trace_boot_hist_add_handlers()
317 if (xbc_node_find_subkey(hnode, param)) in trace_boot_hist_add_handlers()
377 node = xbc_node_find_subkey(hnode, "var"); in trace_boot_compose_hist_cmd()
426 xbc_node_for_each_subkey(hnode, node) { in trace_boot_init_histograms()
[all …]
/linux-6.15/lib/
H A Dobjagg.c237 if (hnode) { in objagg_obj_root_id_alloc()
238 min = hnode->root_id; in objagg_obj_root_id_alloc()
239 max = hnode->root_id; in objagg_obj_root_id_alloc()
307 if (!hnode) { in objagg_obj_init_with_hints()
313 if (!hnode->parent) in objagg_obj_init_with_hints()
660 hnode = kzalloc(sizeof(*hnode) + obj_size, GFP_KERNEL); in objagg_hints_node_create()
661 if (!hnode) in objagg_hints_node_create()
683 return hnode; in objagg_hints_node_create()
686 kfree(hnode); in objagg_hints_node_create()
698 kfree(hnode); in objagg_hints_flush()
[all …]
/linux-6.15/net/netfilter/
H A Dnf_flow_table_xdp.c17 struct hlist_node hnode; member
32 hash_for_each_possible_rcu(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev()
65 hash_for_each_possible(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev_insert()
79 hash_add_rcu(nf_xdp_hashtable, &elem->hnode, key); in nf_flowtable_by_dev_insert()
102 hash_for_each_possible(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev_remove()
120 hash_del_rcu(&elem->hnode); in nf_flowtable_by_dev_remove()
H A Dnf_conntrack_expect.c57 hlist_del_rcu(&exp->hnode); in nf_ct_unlink_expect_report()
143 hlist_for_each_entry_rcu(i, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_find()
184 hlist_for_each_entry(i, &nf_ct_expect_hash[h], hnode) { in nf_ct_find_expectation()
408 hlist_add_head_rcu(&exp->hnode, &nf_ct_expect_hash[h]); in nf_ct_expect_insert()
450 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check()
522 hnode) { in nf_ct_expect_iterate_destroy()
548 hnode) { in nf_ct_expect_iterate_net()
633 expect = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()
H A Dnf_conntrack_helper.c58 hlist_for_each_entry_rcu(h, &nf_ct_helper_hash[i], hnode) { in __nf_conntrack_helper_find()
366 hlist_for_each_entry(cur, &nf_ct_helper_hash[i], hnode) { in nf_conntrack_helper_register()
379 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register()
388 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]); in nf_conntrack_helper_register()
413 hlist_del_rcu(&me->hnode); in nf_conntrack_helper_unregister()
/linux-6.15/drivers/accel/habanalabs/common/
H A Dmemory.c1155 hnode = kzalloc(sizeof(*hnode), GFP_KERNEL); in map_device_va()
1156 if (!hnode) { in map_device_va()
1214 hnode->ptr = vm_type; in map_device_va()
1237 kfree(hnode); in map_device_va()
1257 return hnode; in get_vm_hash_node_locked()
1291 if (!hnode) { in unmap_device_va()
1388 kfree(hnode); in unmap_device_va()
1797 if (!hnode) { in memhash_node_export_get()
1814 hnode->export_cnt++; in memhash_node_export_get()
1817 return hnode; in memhash_node_export_get()
[all …]
H A Ddebugfs.c241 struct hl_vm_hash_node *hnode; in vm_show() local
264 vm_type = hnode->ptr; in vm_show()
267 userptr = hnode->ptr; in vm_show()
270 hnode->vaddr, userptr->size); in vm_show()
272 phys_pg_pack = hnode->ptr; in vm_show()
275 hnode->vaddr, phys_pg_pack->total_size, in vm_show()
687 struct hl_vm_hash_node *hnode; in device_va_to_pa() local
704 vm_type = hnode->ptr; in device_va_to_pa()
707 userptr = hnode->ptr; in device_va_to_pa()
710 phys_pg_pack = hnode->ptr; in device_va_to_pa()
[all …]
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_vmid.c52 hash_for_each_possible(vport->hash_table, vmp, hnode, hash) { in lpfc_get_vmid_from_hashtable()
72 hash_add(vport->hash_table, &vmp->hnode, hash); in lpfc_put_vmid_in_hashtable()
250 hash_del(&vmp->hnode); in lpfc_vmid_get_appid()
270 hash_del(&vmp->hnode); in lpfc_vmid_get_appid()
322 hash_for_each_safe(vport->hash_table, bucket, tmp, cur, hnode) in lpfc_reinit_vmid()
323 hash_del(&cur->hnode); in lpfc_reinit_vmid()
/linux-6.15/drivers/platform/x86/intel/
H A Dtpmi_power_domains.c60 struct hlist_node hnode; member
105 hash_for_each_possible(tpmi_cpu_hash, info, hnode, punit_core_id) { in tpmi_get_linux_cpu_number()
190 hash_add(tpmi_cpu_hash, &info->hnode, info->punit_core_id); in tpmi_cpu_online()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c10 struct hlist_node hnode; member
39 hash_for_each(htb->qos_tc2node, bkt, node, hnode) { in mlx5e_htb_enumerate_leaves()
85 hash_add_rcu(htb->qos_tc2node, &node->hnode, classid); in mlx5e_htb_node_create_leaf()
102 hash_add_rcu(htb->qos_tc2node, &node->hnode, node->classid); in mlx5e_htb_node_create_root()
111 hash_for_each_possible(htb->qos_tc2node, node, hnode, classid) { in mlx5e_htb_node_find()
123 hash_for_each_possible_rcu(htb->qos_tc2node, node, hnode, classid) { in mlx5e_htb_node_find_rcu()
133 hash_del_rcu(&node->hnode); in mlx5e_htb_node_delete()
436 hash_for_each(htb->qos_tc2node, bkt, node, hnode) in mlx5e_htb_node_find_by_qid()
629 hash_for_each(htb->qos_tc2node, bkt, child, hnode) { in mlx5e_htb_update_children()
/linux-6.15/fs/nfs/
H A Dnfs42xattr.c81 struct hlist_node hnode; member
241 INIT_HLIST_NODE(&entry->hnode); in nfs4_xattr_alloc_entry()
398 hlist_for_each_entry_safe(entry, n, &bucket->hlist, hnode) { in nfs4_xattr_discard_cache()
400 hlist_del_init(&entry->hnode); in nfs4_xattr_discard_cache()
517 hlist_for_each_entry(entry, &bucket->hlist, hnode) { in nfs4_xattr_get_entry()
545 hlist_del_init(&oldentry->hnode); in nfs4_xattr_hash_add()
551 hlist_add_head(&entry->hnode, &bucket->hlist); in nfs4_xattr_hash_add()
575 hlist_del_init(&entry->hnode); in nfs4_xattr_hash_remove()
897 hlist_del_init(&entry->hnode); in entry_lru_isolate()
/linux-6.15/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c73 struct hlist_node hnode; member
101 hash_add(isst_hash, &sst_cmd->hnode, sst_cmd->cmd); in isst_store_new_cmd()
112 hash_for_each_safe(isst_hash, i, tmp, sst_cmd, hnode) { in isst_delete_hash()
113 hash_del(&sst_cmd->hnode); in isst_delete_hash()
143 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) { in isst_store_cmd()
186 hash_for_each(isst_hash, i, sst_cmd, hnode) { in isst_resume_common()
211 hash_for_each_possible(isst_hash, sst_cmd, hnode, in isst_restore_msr_local()
/linux-6.15/net/sched/
H A Dcls_u32.c91 struct hlist_node hnode; member
386 INIT_HLIST_NODE(&tp_c->hnode); in u32_init()
497 cls_u32.hnode.divisor = h->divisor; in u32_clear_hw_hnode()
498 cls_u32.hnode.handle = h->handle; in u32_clear_hw_hnode()
499 cls_u32.hnode.prio = h->prio; in u32_clear_hw_hnode()
515 cls_u32.hnode.divisor = h->divisor; in u32_replace_hw_hnode()
516 cls_u32.hnode.handle = h->handle; in u32_replace_hw_hnode()
517 cls_u32.hnode.prio = h->prio; in u32_replace_hw_hnode()
649 hlist_del(&tp_c->hnode); in u32_destroy()
1244 cls_u32.hnode.handle = ht->handle; in u32_reoffload_hnode()
[all …]
H A Dsch_drr.c293 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
436 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
455 common.hnode) in drr_destroy_qdisc()
/linux-6.15/drivers/s390/crypto/
H A Dap_card.c85 hash_for_each(ap_queues, bkt, aq, hnode) in request_count_store()
106 hash_for_each(ap_queues, bkt, aq, hnode) in requestq_count_show()
125 hash_for_each(ap_queues, bkt, aq, hnode) in pendingq_count_show()
/linux-6.15/drivers/s390/net/
H A Dqeth_l3_main.c152 hash_del(&addr->hnode); in qeth_l3_delete_ip()
200 hash_add(card->ip_htable, &addr->hnode, in qeth_l3_add_ip()
213 hash_del(&addr->hnode); in qeth_l3_add_ip()
239 hash_del(&addr->hnode); in qeth_l3_drain_rx_mode_cache()
256 hash_del(&addr->hnode); in qeth_l3_clear_ip_htable()
287 hash_del(&addr->hnode); in qeth_l3_recover_ip()
509 hash_for_each(card->ip_htable, i, addr, hnode) { in qeth_l3_update_ipato()
1089 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl()
1121 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl()
1174 hash_del(&addr->hnode); in qeth_l3_rx_mode_work()
[all …]
H A Dqeth_l2.h29 struct hlist_node hnode; member
H A Dqeth_l3.h23 struct hlist_node hnode; member
/linux-6.15/scripts/genksyms/
H A Dgenksyms.h37 struct hlist_node hnode; member
H A Dgenksyms.c157 hash_for_each_possible(symbol_hashtable, sym, hnode, crc32(name)) { in find_symbol()
229 hash_for_each_possible(symbol_hashtable, sym, hnode, h) { in __add_symbol()
261 hash_del(&sym->hnode); in __add_symbol()
277 hash_add(symbol_hashtable, &sym->hnode, h); in __add_symbol()
/linux-6.15/kernel/
H A Dkcov.c84 struct hlist_node hnode; member
111 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) { in kcov_remote_find()
130 hash_add(kcov_remote_map, &remote->hnode, handle); in kcov_remote_add()
410 hash_for_each_safe(kcov_remote_map, bkt, tmp, remote, hnode) { in kcov_remote_reset()
413 hash_del(&remote->hnode); in kcov_remote_reset()
/linux-6.15/tools/lib/perf/include/internal/
H A Devsel.h19 struct hlist_node hnode; member
/linux-6.15/include/net/netfilter/
H A Dnf_conntrack_expect.h23 struct hlist_node hnode; member
/linux-6.15/arch/x86/kvm/svm/
H A Davic.c155 hash_for_each_possible(svm_vm_data_hash, kvm_svm, hnode, vm_id) { in avic_ga_log_notifier()
188 hash_del(&kvm_svm->hnode); in avic_vm_destroy()
228 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init()
234 hash_add(svm_vm_data_hash, &kvm_svm->hnode, kvm_svm->avic_vm_id); in avic_vm_init()
/linux-6.15/lib/zstd/compress/
H A Dhuf_compress.c82 static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) in showHNodeSymbols() argument
86 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols()
92 static size_t showHNodeBits(const nodeElt* hnode, size_t size) in showHNodeBits() argument
96 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits()

123