| /linux/kernel/trace/ |
| A D | trace_boot.c | 226 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/lib/ |
| A D | objagg.c | 234 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/drivers/platform/x86/intel/speed_select_if/ |
| A D | isst_if_common.c | 68 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() 135 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) { in isst_store_cmd() 178 hash_for_each(isst_hash, i, sst_cmd, hnode) { in isst_resume_common() 203 hash_for_each_possible(isst_hash, sst_cmd, hnode, in isst_restore_msr_local()
|
| /linux/fs/nfs/ |
| A D | nfs42xattr.c | 81 struct hlist_node hnode; member 241 INIT_HLIST_NODE(&entry->hnode); in nfs4_xattr_alloc_entry() 399 hlist_for_each_entry_safe(entry, n, &bucket->hlist, hnode) { in nfs4_xattr_discard_cache() 401 hlist_del_init(&entry->hnode); in nfs4_xattr_discard_cache() 518 hlist_for_each_entry(entry, &bucket->hlist, hnode) { in nfs4_xattr_get_entry() 546 hlist_del_init(&oldentry->hnode); in nfs4_xattr_hash_add() 552 hlist_add_head(&entry->hnode, &bucket->hlist); in nfs4_xattr_hash_add() 576 hlist_del_init(&entry->hnode); in nfs4_xattr_hash_remove() 917 hlist_del_init(&entry->hnode); in entry_lru_isolate()
|
| /linux/net/netfilter/ |
| A D | nf_conntrack_expect.c | 57 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 D | nf_conntrack_helper.c | 65 hlist_for_each_entry_rcu(helper, &nf_ct_helper_hash[h], hnode) { in __nf_ct_helper_find() 79 hlist_for_each_entry_rcu(h, &nf_ct_helper_hash[i], hnode) { in __nf_conntrack_helper_find() 413 hlist_for_each_entry(cur, &nf_ct_helper_hash[i], hnode) { in nf_conntrack_helper_register() 426 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) { in nf_conntrack_helper_register() 435 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]); in nf_conntrack_helper_register() 460 hlist_del_rcu(&me->hnode); in nf_conntrack_helper_unregister()
|
| /linux/drivers/misc/habanalabs/common/ |
| A D | memory.c | 1164 hnode = kzalloc(sizeof(*hnode), GFP_KERNEL); in map_device_va() 1165 if (!hnode) { in map_device_va() 1218 hnode->ptr = vm_type; in map_device_va() 1219 hnode->vaddr = ret_vaddr; in map_device_va() 1240 kfree(hnode); in map_device_va() 1282 if (vaddr == hnode->vaddr) in unmap_device_va() 1285 if (!hnode) { in unmap_device_va() 1293 hash_del(&hnode->node); in unmap_device_va() 1296 vm_type = hnode->ptr; in unmap_device_va() 1300 userptr = hnode->ptr; in unmap_device_va() [all …]
|
| A D | debugfs.c | 235 struct hl_vm_hash_node *hnode; in vm_show() local 259 vm_type = hnode->ptr; in vm_show() 262 userptr = hnode->ptr; in vm_show() 265 hnode->vaddr, userptr->size); in vm_show() 267 phys_pg_pack = hnode->ptr; in vm_show() 270 hnode->vaddr, phys_pg_pack->total_size, in vm_show() 564 struct hl_vm_hash_node *hnode; in device_va_to_pa() local 579 vm_type = hnode->ptr; in device_va_to_pa() 582 userptr = hnode->ptr; in device_va_to_pa() 585 phys_pg_pack = hnode->ptr; in device_va_to_pa() [all …]
|
| /linux/net/sched/ |
| A D | cls_u32.c | 90 struct hlist_node hnode; member 373 INIT_HLIST_NODE(&tp_c->hnode); in u32_init() 479 cls_u32.hnode.divisor = h->divisor; in u32_clear_hw_hnode() 480 cls_u32.hnode.handle = h->handle; in u32_clear_hw_hnode() 481 cls_u32.hnode.prio = h->prio; in u32_clear_hw_hnode() 497 cls_u32.hnode.divisor = h->divisor; in u32_replace_hw_hnode() 498 cls_u32.hnode.handle = h->handle; in u32_replace_hw_hnode() 499 cls_u32.hnode.prio = h->prio; in u32_replace_hw_hnode() 633 hlist_del(&tp_c->hnode); in u32_destroy() 1157 cls_u32.hnode.handle = ht->handle; in u32_reoffload_hnode() [all …]
|
| A D | sch_drr.c | 286 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_walk() 438 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in drr_reset_qdisc() 459 common.hnode) in drr_destroy_qdisc()
|
| A D | sch_cbq.c | 892 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_normalize_quanta() 935 common.hnode) { in cbq_sync_defmap() 1045 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_reset() 1461 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_destroy() 1468 common.hnode) in cbq_destroy() 1759 hlist_for_each_entry(cl, &q->clhash.hash[h], common.hnode) { in cbq_walk()
|
| A D | sch_hfsc.c | 1351 cl_common.hnode) { in hfsc_walk() 1482 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc() 1500 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc() 1507 cl_common.hnode) in hfsc_destroy_qdisc()
|
| /linux/drivers/s390/crypto/ |
| A D | ap_card.c | 85 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 D | ap_bus.c | 473 hash_for_each(ap_queues, bkt, aq, hnode) { in ap_tasklet_fn() 489 hash_for_each(ap_queues, bkt, aq, hnode) { in ap_pending_requests() 880 hash_add(ap_queues, &to_ap_queue(dev)->hnode, in ap_device_probe() 889 hash_del(&to_ap_queue(dev)->hnode); in ap_device_probe() 920 hash_del(&to_ap_queue(dev)->hnode); in ap_device_remove() 932 hash_for_each(ap_queues, bkt, aq, hnode) { in ap_get_qdev()
|
| A D | ap_bus.h | 174 struct hlist_node hnode; /* Node for the ap_queues hashtable */ member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | qos.c | 51 struct hlist_node hnode; member 81 hash_add_rcu(priv->htb.qos_tc2node, &node->hnode, classid); in mlx5e_sw_node_create_leaf() 98 hash_add_rcu(priv->htb.qos_tc2node, &node->hnode, node->classid); in mlx5e_sw_node_create_root() 107 hash_for_each_possible(priv->htb.qos_tc2node, node, hnode, classid) { in mlx5e_sw_node_find() 119 hash_for_each_possible_rcu(priv->htb.qos_tc2node, node, hnode, classid) { in mlx5e_sw_node_find_rcu() 129 hash_del_rcu(&node->hnode); in mlx5e_sw_node_delete() 409 hash_for_each(priv->htb.qos_tc2node, bkt, node, hnode) { in mlx5e_qos_open_queues() 427 hash_for_each(priv->htb.qos_tc2node, bkt, node, hnode) { in mlx5e_qos_activate_queues() 725 hash_for_each(priv->htb.qos_tc2node, bkt, node, hnode) in mlx5e_sw_node_find_by_qid() 934 hash_for_each(priv->htb.qos_tc2node, bkt, child, hnode) { in mlx5e_qos_update_children()
|
| /linux/drivers/s390/net/ |
| A D | qeth_l3_main.c | 151 hash_del(&addr->hnode); in qeth_l3_delete_ip() 199 hash_add(card->ip_htable, &addr->hnode, in qeth_l3_add_ip() 212 hash_del(&addr->hnode); in qeth_l3_add_ip() 238 hash_del(&addr->hnode); in qeth_l3_drain_rx_mode_cache() 255 hash_del(&addr->hnode); in qeth_l3_clear_ip_htable() 283 hash_del(&addr->hnode); in qeth_l3_recover_ip() 505 hash_for_each(card->ip_htable, i, addr, hnode) { in qeth_l3_update_ipato() 1085 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1117 hash_add(card->rx_mode_addrs, &ipm->hnode, in qeth_l3_add_mcast_rtnl() 1170 hash_del(&addr->hnode); in qeth_l3_rx_mode_work() [all …]
|
| A D | qeth_l2.h | 29 struct hlist_node hnode; member
|
| A D | qeth_l3.h | 23 struct hlist_node hnode; member
|
| A D | qeth_l2_main.c | 152 hash_for_each_safe(card->rx_mode_addrs, i, tmp, mac, hnode) { in qeth_l2_drain_rx_mode_cache() 153 hash_del(&mac->hnode); in qeth_l2_drain_rx_mode_cache() 437 hash_for_each_possible(card->rx_mode_addrs, mac, hnode, mac_hash) { in qeth_l2_add_mac() 451 hash_add(card->rx_mode_addrs, &mac->hnode, mac_hash); in qeth_l2_add_mac() 474 hash_for_each_safe(card->rx_mode_addrs, i, tmp, mac, hnode) { in qeth_l2_rx_mode_work() 478 hash_del(&mac->hnode); in qeth_l2_rx_mode_work() 484 hash_del(&mac->hnode); in qeth_l2_rx_mode_work()
|
| /linux/kernel/ |
| A D | kcov.c | 82 struct hlist_node hnode; member 109 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) { in kcov_remote_find() 128 hash_add(kcov_remote_map, &remote->hnode, handle); in kcov_remote_add() 382 hash_for_each_safe(kcov_remote_map, bkt, tmp, remote, hnode) { in kcov_remote_reset() 385 hash_del(&remote->hnode); in kcov_remote_reset()
|
| /linux/arch/x86/kvm/svm/ |
| A D | avic.c | 99 hash_for_each_possible(svm_vm_data_hash, kvm_svm, hnode, vm_id) { in avic_ga_log_notifier() 132 hash_del(&kvm_svm->hnode); in avic_vm_destroy() 172 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init() 178 hash_add(svm_vm_data_hash, &kvm_svm->hnode, kvm_svm->avic_vm_id); in avic_vm_init()
|
| /linux/include/net/netfilter/ |
| A D | nf_conntrack_expect.h | 23 struct hlist_node hnode; member
|
| A D | nf_conntrack_helper.h | 33 struct hlist_node hnode; /* Internal use. */ member
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| A D | kvmgt.c | 88 struct hlist_node hnode; member 490 hash_for_each_safe(info->ptable, i, tmp, p, hnode) { in kvmgt_protect_table_destroy() 491 hash_del(&p->hnode); in kvmgt_protect_table_destroy() 501 hash_for_each_possible(info->ptable, p, hnode, gfn) { in __kvmgt_protect_table_find() 532 hash_add(info->ptable, &p->hnode, gfn); in kvmgt_protect_table_add() 542 hash_del(&p->hnode); in kvmgt_protect_table_del()
|