| /linux/kernel/trace/ |
| H A D | trace_boot.c | 219 trace_boot_hist_add_array(struct xbc_node *hnode, char **bufp, in trace_boot_hist_add_array() argument 226 p = xbc_node_find_value(hnode, key, &anode); in trace_boot_hist_add_array() 247 trace_boot_hist_add_one_handler(struct xbc_node *hnode, char **bufp, in trace_boot_hist_add_one_handler() argument 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() 265 knode = xbc_node_find_subkey(hnode, "trace"); in trace_boot_hist_add_one_handler() 267 knode = xbc_node_find_subkey(hnode, "save"); in trace_boot_hist_add_one_handler() 273 xbc_node_get_data(hnode), in trace_boot_hist_add_one_handler() 286 } else if (xbc_node_find_subkey(hnode, "snapshot")) { in trace_boot_hist_add_one_handler() 290 xbc_node_get_data(hnode)); in trace_boot_hist_add_one_handler() [all …]
|
| /linux/lib/ |
| H A D | objagg.c | 226 struct objagg_hints_node *hnode) in objagg_obj_root_id_alloc() argument 237 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() 266 struct objagg_hints_node *hnode) in objagg_obj_root_create() argument 270 err = objagg_obj_root_id_alloc(objagg, objagg_obj, hnode); in objagg_obj_root_create() 302 struct objagg_hints_node *hnode; in objagg_obj_init_with_hints() local 306 hnode = objagg_hints_lookup(objagg->hints, objagg_obj->obj); in objagg_obj_init_with_hints() 307 if (!hnode) { in objagg_obj_init_with_hints() 313 if (!hnode->parent) in objagg_obj_init_with_hints() [all …]
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_xdp.c | 17 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 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()
|
| H A D | nf_conntrack_helper.c | 58 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/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | htb.c | 10 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/drivers/platform/x86/intel/ |
| H A D | tpmi_power_domains.c | 60 struct hlist_node hnode; member 107 hash_for_each_possible(tpmi_cpu_hash, info, hnode, punit_core_id) { in tpmi_get_linux_cpu_number() 201 hash_add(tpmi_cpu_hash, &info->hnode, info->punit_core_id); in tpmi_cpu_online()
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_if_common.c | 74 struct hlist_node hnode; member 102 hash_add(isst_hash, &sst_cmd->hnode, sst_cmd->cmd); in isst_store_new_cmd() 113 hash_for_each_safe(isst_hash, i, tmp, sst_cmd, hnode) { in isst_delete_hash() 114 hash_del(&sst_cmd->hnode); in isst_delete_hash() 144 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) { in isst_store_cmd() 187 hash_for_each(isst_hash, i, sst_cmd, hnode) { in isst_resume_common()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_l2.h | 29 struct hlist_node hnode; member
|
| H A D | qeth_l3.h | 23 struct hlist_node hnode; member
|
| /linux/kernel/ |
| H A D | kcov.c | 84 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/scripts/genksyms/ |
| H A D | genksyms.c | 157 hash_for_each_possible(symbol_hashtable, sym, hnode, crc32(name)) { in find_symbol() 242 hash_for_each_possible(symbol_hashtable, sym, hnode, h) { in __add_symbol() 274 hash_del(&sym->hnode); in __add_symbol() 290 hash_add(symbol_hashtable, &sym->hnode, h); in __add_symbol()
|
| H A D | genksyms.h | 37 struct hlist_node hnode; member
|
| /linux/net/sched/ |
| H A D | sch_drr.c | 293 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()
|
| H A D | sch_hfsc.c | 1368 cl_common.hnode) { in hfsc_walk() 1490 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc() 1506 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) { in hfsc_destroy_qdisc() 1513 cl_common.hnode) in hfsc_destroy_qdisc()
|
| H A D | sch_htb.c | 1007 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_reset() 1302 hlist_for_each_entry(c, &q->clhash.hash[i], common.hnode) { in htb_offload_aggregate_stats() 1635 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_destroy() 1646 common.hnode) { in htb_destroy() 2117 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) { in htb_walk()
|
| /linux/tools/lib/perf/include/internal/ |
| H A D | evsel.h | 19 struct hlist_node hnode; member
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_expect.h | 23 struct hlist_node hnode; member
|
| H A D | nf_conntrack_helper.h | 33 struct hlist_node hnode; /* Internal use. */ member
|
| /linux/arch/x86/kvm/svm/ |
| H A D | avic.c | 257 hash_for_each_possible(svm_vm_data_hash, kvm_svm, hnode, vm_id) { in avic_ga_log_notifier() 313 hash_del(&kvm_svm->hnode); in avic_vm_destroy() 341 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init() 347 hash_add(svm_vm_data_hash, &kvm_svm->hnode, kvm_svm->avic_vm_id); in avic_vm_init()
|
| /linux/lib/zstd/compress/ |
| H A D | huf_compress.c | 82 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()
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 605 hlist_for_each_entry(region, &partition->pt_mem_regions, hnode) { in mshv_partition_region_by_gfn() 1163 hlist_for_each_entry(rg, &partition->pt_mem_regions, hnode) { in mshv_partition_create_region() 1327 hlist_add_head(®ion->hnode, &partition->pt_mem_regions); in mshv_map_user_memory() 1363 hlist_del(®ion->hnode); in mshv_unmap_user_memory() 1770 hnode) { in destroy_partition() 1771 hlist_del(®ion->hnode); in destroy_partition()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | kvmgt.c | 94 struct hlist_node hnode; member 343 hash_for_each_safe(info->ptable, i, tmp, p, hnode) { in kvmgt_protect_table_destroy() 344 hash_del(&p->hnode); in kvmgt_protect_table_destroy() 356 hash_for_each_possible(info->ptable, p, hnode, gfn) { in __kvmgt_protect_table_find() 386 hash_add(info->ptable, &p->hnode, gfn); in kvmgt_protect_table_add() 395 hash_del(&p->hnode); in kvmgt_protect_table_del()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1152 struct hlist_node hnode; member 1235 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_vmid() 1250 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_vmid_uuid() 1263 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_type() 1289 hash_add(drv_info->notifier_hash, &cb->hnode, notify_id); in update_notifier_cb() 1291 hash_del(&cb_info->hnode); in update_notifier_cb()
|
| /linux/tools/lib/perf/ |
| H A D | evsel.c | 579 hlist_for_each_entry(res, head, hnode) in perf_sample_id__get_period_storage() 594 hlist_add_head(&res->hnode, &sid->periods[hash]); in perf_sample_id__get_period_storage()
|