Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Drbtree_fail.c9 struct node_data { struct
17 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
18 private(A) struct bpf_rb_root groot2 __contains(node_data, node);
22 struct node_data *node_a; in less()
23 struct node_data *node_b; in less()
25 node_a = container_of(a, struct node_data, node); in less()
26 node_b = container_of(b, struct node_data, node); in less()
35 struct node_data *n; in rbtree_api_nolock_add()
49 struct node_data *n; in rbtree_api_nolock_remove()
75 struct node_data *n, *m; in rbtree_api_remove_unadded_node()
[all …]
Drbtree.c10 struct node_data { struct
22 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
26 struct node_data *node_a; in less()
27 struct node_data *node_b; in less()
29 node_a = container_of(a, struct node_data, node); in less()
30 node_b = container_of(b, struct node_data, node); in less()
38 struct node_data *n, *m; in __add_three()
78 struct node_data *n, *m = NULL; in rbtree_add_and_remove()
99 n = container_of(res, struct node_data, node); in rbtree_add_and_remove()
116 struct node_data *n, *m, *o; in rbtree_first_and_remove()
[all …]
Drefcounted_kptr.c14 struct node_data { struct
23 struct node_data __kptr *node; argument
42 private(A) struct bpf_rb_root root __contains(node_data, r);
43 private(A) struct bpf_list_head head __contains(node_data, l);
49 private(C) struct bpf_rb_root broot __contains(node_data, r);
53 struct node_data *a; in less()
54 struct node_data *b; in less()
56 a = container_of(node_a, struct node_data, r); in less()
57 b = container_of(node_b, struct node_data, r); in less()
77 struct node_data *n, *m; in __insert_in_tree_and_list()
[all …]
Dlocal_kptr_stash.c11 struct node_data { struct
25 struct node_data __kptr *node; argument
40 struct node_data *just_here_because_btf_bug;
52 struct node_data *res; in create_and_stash()
101 struct node_data *res; in unstash_rb_node()
Dlocal_kptr_stash_fail.c11 struct node_data { struct
18 struct node_data __kptr *node; argument
33 struct node_data *just_here_because_btf_bug;
70 struct node_data *res; in drop_rb_node_off()
Drbtree_btf_fail__wrong_node_type.c13 struct node_data { struct
21 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
26 struct node_data *n; in rbtree_api_add__wrong_node_type()
Drbtree_btf_fail__add_wrong_type.c10 struct node_data { struct
35 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
/linux-6.6.21/drivers/interconnect/imx/
Dimx.c42 struct imx_icc_node *node_data = node->data; in imx_icc_node_set() local
47 if (node_data->setting && node->peak_bw) { in imx_icc_node_set()
48 base = node_data->setting->reg + node_data->imx_provider->noc_base; in imx_icc_node_set()
49 if (node_data->setting->mode == IMX_NOC_MODE_FIXED) { in imx_icc_node_set()
50 prio = node_data->setting->prio_level; in imx_icc_node_set()
53 writel(node_data->setting->mode, base + IMX_NOC_MODE_REG); in imx_icc_node_set()
54 writel(node_data->setting->ext_control, base + IMX_NOC_EXT_CTL_REG); in imx_icc_node_set()
56 node_data->desc->name, node_data->setting->mode, prio, in imx_icc_node_set()
57 node_data->setting->ext_control); in imx_icc_node_set()
58 } else if (node_data->setting->mode == IMX_NOC_MODE_UNCONFIGURED) { in imx_icc_node_set()
[all …]
/linux-6.6.21/drivers/acpi/arm64/
Diort.c297 ncomp = (struct acpi_iort_named_component *)node->node_data; in iort_match_node_callback()
306 pci_rc = (struct acpi_iort_root_complex *)node->node_data; in iort_match_node_callback()
424 smmu = (struct acpi_iort_smmu_v3 *)node->node_data; in iort_get_id_mapping_index()
445 pmcg = (struct acpi_iort_pmcg *)node->node_data; in iort_get_id_mapping_index()
671 its = (struct acpi_iort_its_group *)node->node_data; in iort_dev_find_its_id()
738 its = (struct acpi_iort_its_group *)msi_parent->node_data; in iort_set_device_domain()
781 its = (struct acpi_iort_its_group *)msi_parent->node_data; in iort_get_platform_device_domain()
892 struct acpi_iort_rmr *rmr = (struct acpi_iort_rmr *)node->node_data; in iort_get_rmrs()
994 rmr = (struct acpi_iort_rmr *)node->node_data; in iort_node_get_rmr_info()
1095 smmu = (struct acpi_iort_smmu_v3 *)iommu->node_data; in iort_get_msi_resv_iommu()
[all …]
/linux-6.6.21/arch/loongarch/include/asm/
Dmmzone.h12 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[(nid)])
/linux-6.6.21/arch/arm64/include/asm/
Dmmzone.h9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[(nid)])
/linux-6.6.21/arch/riscv/include/asm/
Dmmzone.h9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[(nid)])
/linux-6.6.21/arch/x86/include/asm/
Dmmzone_32.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
Dmmzone_64.h13 extern struct pglist_data *node_data[];
15 #define NODE_DATA(nid) (node_data[nid])
/linux-6.6.21/arch/s390/include/asm/
Dmmzone.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
/linux-6.6.21/arch/x86/kernel/
Dcrash_core_32.c11 VMCOREINFO_SYMBOL(node_data); in arch_crash_save_vmcoreinfo()
12 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); in arch_crash_save_vmcoreinfo()
Dcrash_core_64.c18 VMCOREINFO_SYMBOL(node_data); in arch_crash_save_vmcoreinfo()
19 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); in arch_crash_save_vmcoreinfo()
/linux-6.6.21/arch/sparc/include/asm/
Dmmzone.h9 extern struct pglist_data *node_data[];
11 #define NODE_DATA(nid) (node_data[nid])
/linux-6.6.21/arch/powerpc/include/asm/
Dmmzone.h23 extern struct pglist_data *node_data[];
27 #define NODE_DATA(nid) (node_data[nid])
/linux-6.6.21/arch/mips/include/asm/mach-ip27/
Dmmzone.h18 struct node_data { struct
23 extern struct node_data *__node_data[]; argument
/linux-6.6.21/arch/s390/kernel/
Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES]; variable
18 EXPORT_SYMBOL(node_data);
/linux-6.6.21/arch/sparc/kernel/
Dvio.c425 struct vio_remove_node_data *node_data; in vio_md_node_match() local
428 node_data = (struct vio_remove_node_data *)arg; in vio_md_node_match()
430 node = vio_vdev_node(node_data->hp, vdev); in vio_md_node_match()
432 if (node == node_data->node) in vio_md_node_match()
440 struct vio_remove_node_data node_data; in vio_remove() local
443 node_data.hp = hp; in vio_remove()
444 node_data.node = node; in vio_remove()
446 dev = device_find_child(&root_vdev->dev, (void *)&node_data, in vio_remove()
/linux-6.6.21/arch/sh/include/asm/
Dmmzone.h8 extern struct pglist_data *node_data[];
9 #define NODE_DATA(nid) (node_data[nid])
/linux-6.6.21/arch/sh/mm/
Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable
18 EXPORT_SYMBOL_GPL(node_data);
/linux-6.6.21/arch/ia64/mm/
Ddiscontig.c38 struct ia64_node_data *node_data; member
276 mem_data[node].node_data = __va(pernode); in fill_pernode()
408 per_cpu(ia64_cpu_info, cpu).node_data = in initialize_pernode_data()
409 mem_data[node].node_data; in initialize_pernode_data()
418 cpu0_cpu_info->node_data = mem_data[node].node_data; in initialize_pernode_data()

12