Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/kernel/trace/
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.3-rc2/lib/
A Dobjagg.c234 if (hnode) { in objagg_obj_root_id_alloc()
235 min = hnode->root_id; in objagg_obj_root_id_alloc()
236 max = hnode->root_id; in objagg_obj_root_id_alloc()
304 if (!hnode) { in objagg_obj_init_with_hints()
310 if (!hnode->parent) in objagg_obj_init_with_hints()
657 hnode = kzalloc(sizeof(*hnode) + obj_size, GFP_KERNEL); in objagg_hints_node_create()
658 if (!hnode) in objagg_hints_node_create()
680 return hnode; in objagg_hints_node_create()
683 kfree(hnode); in objagg_hints_node_create()
695 kfree(hnode); in objagg_hints_flush()
[all …]
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Dmemory.c1179 hnode = kzalloc(sizeof(*hnode), GFP_KERNEL); in map_device_va()
1180 if (!hnode) { in map_device_va()
1237 hnode->ptr = vm_type; in map_device_va()
1260 kfree(hnode); in map_device_va()
1305 if (!hnode) { in unmap_device_va()
1322 vm_type = hnode->ptr; in unmap_device_va()
1404 kfree(hnode); in unmap_device_va()
1947 if (!hnode) { in memhash_node_export_get()
1964 hnode->export_cnt++; in memhash_node_export_get()
1967 return hnode; in memhash_node_export_get()
[all …]
A Ddebugfs.c248 struct hl_vm_hash_node *hnode; in vm_show() local
274 vm_type = hnode->ptr; in vm_show()
277 userptr = hnode->ptr; in vm_show()
280 hnode->vaddr, userptr->size); in vm_show()
282 phys_pg_pack = hnode->ptr; in vm_show()
285 hnode->vaddr, phys_pg_pack->total_size, in vm_show()
715 struct hl_vm_hash_node *hnode; in device_va_to_pa() local
732 vm_type = hnode->ptr; in device_va_to_pa()
735 userptr = hnode->ptr; in device_va_to_pa()
738 phys_pg_pack = hnode->ptr; in device_va_to_pa()
[all …]
A Ddevice.c2487 struct hl_vm_hash_node *hnode; in hl_capture_user_mappings() local
2504 hash_for_each(ctx->mem_hash, i, hnode, node) { in hl_capture_user_mappings()
2505 vm_type = hnode->ptr; in hl_capture_user_mappings()
2526 hash_for_each(ctx->mem_hash, i, hnode, node) { in hl_capture_user_mappings()
2527 vm_type = hnode->ptr; in hl_capture_user_mappings()
2529 userptr = hnode->ptr; in hl_capture_user_mappings()
2530 pgf_info->user_mappings[map_idx].dev_va = hnode->vaddr; in hl_capture_user_mappings()
2534 phys_pg_pack = hnode->ptr; in hl_capture_user_mappings()
2535 pgf_info->user_mappings[map_idx].dev_va = hnode->vaddr; in hl_capture_user_mappings()
/linux-6.3-rc2/drivers/scsi/lpfc/
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.3-rc2/net/ipv4/
A Draw_diag.c61 struct hlist_nulls_node *hnode; in raw_sock_get() local
71 sk_nulls_for_each(sk, hnode, hlist) { in raw_sock_get()
146 struct hlist_nulls_node *hnode; in raw_diag_dump() local
164 sk_nulls_for_each(sk, hnode, hlist) { in raw_diag_dump()
A Draw.c167 struct hlist_nulls_node *hnode; in raw_v4_input() local
175 sk_nulls_for_each(sk, hnode, hlist) { in raw_v4_input()
268 struct hlist_nulls_node *hnode; in raw_icmp_error() local
279 sk_nulls_for_each(sk, hnode, hlist) { in raw_icmp_error()
954 struct hlist_nulls_node *hnode; in raw_get_first() local
960 sk_nulls_for_each(sk, hnode, hlist) { in raw_get_first()
/linux-6.3-rc2/drivers/platform/x86/intel/speed_select_if/
A Disst_if_common.c68 struct hlist_node hnode; member
94 hash_add(isst_hash, &sst_cmd->hnode, sst_cmd->cmd); in isst_store_new_cmd()
105 hash_for_each_safe(isst_hash, i, tmp, sst_cmd, hnode) { in isst_delete_hash()
106 hash_del(&sst_cmd->hnode); in isst_delete_hash()
136 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) { in isst_store_cmd()
179 hash_for_each(isst_hash, i, sst_cmd, hnode) { in isst_resume_common()
204 hash_for_each_possible(isst_hash, sst_cmd, hnode, in isst_restore_msr_local()
/linux-6.3-rc2/fs/nfs/
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()
916 hlist_del_init(&entry->hnode); in entry_lru_isolate()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
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.3-rc2/net/netfilter/
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()
A Dnf_conntrack_helper.c58 hlist_for_each_entry_rcu(h, &nf_ct_helper_hash[i], hnode) { in __nf_conntrack_helper_find()
368 hlist_for_each_entry(cur, &nf_ct_helper_hash[i], hnode) { in nf_conntrack_helper_register()
381 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register()
390 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]); in nf_conntrack_helper_register()
415 hlist_del_rcu(&me->hnode); in nf_conntrack_helper_unregister()
/linux-6.3-rc2/net/sched/
A Dcls_u32.c91 struct hlist_node hnode; member
375 INIT_HLIST_NODE(&tp_c->hnode); in u32_init()
485 cls_u32.hnode.divisor = h->divisor; in u32_clear_hw_hnode()
486 cls_u32.hnode.handle = h->handle; in u32_clear_hw_hnode()
487 cls_u32.hnode.prio = h->prio; in u32_clear_hw_hnode()
503 cls_u32.hnode.divisor = h->divisor; in u32_replace_hw_hnode()
504 cls_u32.hnode.handle = h->handle; in u32_replace_hw_hnode()
505 cls_u32.hnode.prio = h->prio; in u32_replace_hw_hnode()
639 hlist_del(&tp_c->hnode); in u32_destroy()
1159 cls_u32.hnode.handle = ht->handle; in u32_reoffload_hnode()
[all …]
A Dsch_drr.c286 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk()
431 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc()
450 common.hnode) in drr_destroy_qdisc()
/linux-6.3-rc2/drivers/s390/crypto/
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()
A Dap_bus.c489 hash_for_each(ap_queues, bkt, aq, hnode) { in ap_tasklet_fn()
505 hash_for_each(ap_queues, bkt, aq, hnode) { in ap_pending_requests()
929 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe()
938 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe()
970 hash_del(&to_ap_queue(dev)->hnode); in ap_device_remove()
982 hash_for_each(ap_queues, bkt, aq, hnode) { in ap_get_qdev()
/linux-6.3-rc2/drivers/s390/net/
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()
284 hash_del(&addr->hnode); in qeth_l3_recover_ip()
506 hash_for_each(card->ip_htable, i, addr, hnode) { in qeth_l3_update_ipato()
1086 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl()
1118 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl()
1171 hash_del(&addr->hnode); in qeth_l3_rx_mode_work()
[all …]
A Dqeth_l2.h29 struct hlist_node hnode; member
A Dqeth_l3.h23 struct hlist_node hnode; member
/linux-6.3-rc2/kernel/
A Dkcov.c83 struct hlist_node hnode; member
110 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) { in kcov_remote_find()
129 hash_add(kcov_remote_map, &remote->hnode, handle); in kcov_remote_add()
399 hash_for_each_safe(kcov_remote_map, bkt, tmp, remote, hnode) { in kcov_remote_reset()
402 hash_del(&remote->hnode); in kcov_remote_reset()
/linux-6.3-rc2/include/net/netfilter/
A Dnf_conntrack_expect.h23 struct hlist_node hnode; member
A Dnf_conntrack_helper.h33 struct hlist_node hnode; /* Internal use. */ member
/linux-6.3-rc2/arch/x86/kvm/svm/
A Davic.c136 hash_for_each_possible(svm_vm_data_hash, kvm_svm, hnode, vm_id) { in avic_ga_log_notifier()
169 hash_del(&kvm_svm->hnode); in avic_vm_destroy()
209 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init()
215 hash_add(svm_vm_data_hash, &kvm_svm->hnode, kvm_svm->avic_vm_id); in avic_vm_init()
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dkvmgt.c93 struct hlist_node hnode; member
344 hash_for_each_safe(info->ptable, i, tmp, p, hnode) { in kvmgt_protect_table_destroy()
345 hash_del(&p->hnode); in kvmgt_protect_table_destroy()
355 hash_for_each_possible(info->ptable, p, hnode, gfn) { in __kvmgt_protect_table_find()
385 hash_add(info->ptable, &p->hnode, gfn); in kvmgt_protect_table_add()
394 hash_del(&p->hnode); in kvmgt_protect_table_del()

Completed in 92 milliseconds

123