Searched refs:node_data (Results 1 - 25 of 42) sorted by last modified time

12

/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3927 iort_smmu = (struct acpi_iort_smmu_v3 *)node->node_data;
/linux-master/arch/sparc/kernel/
H A Dvio.c425 struct vio_remove_node_data *node_data; local
428 node_data = (struct vio_remove_node_data *)arg;
430 node = vio_vdev_node(node_data->hp, vdev);
432 if (node == node_data->node)
440 struct vio_remove_node_data node_data; local
443 node_data.hp = hp;
444 node_data.node = node;
446 dev = device_find_child(&root_vdev->dev, (void *)&node_data,
/linux-master/arch/powerpc/mm/
H A Dnuma.c46 struct pglist_data *node_data[MAX_NUMNODES]; variable in typeref:struct:pglist_data
50 EXPORT_SYMBOL(node_data); variable
1105 node_data[nid] = nd;
/linux-master/include/linux/
H A Dmemory_hotplug.h24 * node_data[nid] = kzalloc() works well. But it depends on the architecture.
47 extern pg_data_t *node_data[];
50 node_data[nid] = pgdat;
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1979 iort_smmu = (struct acpi_iort_smmu *)node->node_data;
/linux-master/arch/x86/kernel/
H A Dvmcore_info_64.c18 VMCOREINFO_SYMBOL(node_data);
19 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
H A Dvmcore_info_32.c11 VMCOREINFO_SYMBOL(node_data);
12 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/linux-master/arch/sparc/mm/
H A Dinit_64.c1118 struct pglist_data *node_data[MAX_NUMNODES]; variable in typeref:struct:pglist_data
1122 EXPORT_SYMBOL(node_data); variable
/linux-master/arch/sh/kernel/
H A Dvmcore_info.c9 VMCOREINFO_SYMBOL(node_data);
10 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/linux-master/arch/powerpc/kexec/
H A Dvmcore_info.c10 VMCOREINFO_SYMBOL(node_data);
11 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/linux-master/arch/x86/mm/
H A Dnuma.c27 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
28 EXPORT_SYMBOL(node_data); variable
224 node_data[nid] = nd;
715 * node_data[nid] is needed for zone list setup in build_all_zonelists().
/linux-master/arch/mips/sgi-ip27/
H A Dip27-memory.c37 struct node_data *__node_data[MAX_NUMNODES];
381 static struct node_data null_node = {
434 __node_data[nid] = (struct node_data *)pgdat;
/linux-master/include/acpi/
H A Dactbl2.h400 char node_data[]; member in struct:acpi_iort_node
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_in_map_btf.c10 struct node_data { struct
16 struct bpf_list_head head __contains(node_data, node);
48 struct node_data *new;
H A Dnormal_map_btf.c10 struct node_data { struct
16 struct bpf_list_head head __contains(node_data, node);
36 struct node_data *new;
H A Dlocal_kptr_stash.c11 struct node_data { struct
43 struct bpf_rb_root r __contains(node_data, node);
49 struct node_data __kptr *node;
54 /* This is necessary so that LLVM generates BTF for node_data struct
55 * If it's not included, a fwd reference for node_data will be generated but
59 * [34] FWD 'node_data' fwd_kind=struct
62 * (with no node_data struct defined)
65 struct node_data *just_here_because_btf_bug;
77 struct node_data *node_a;
78 struct node_data *node_
[all...]
H A Drefcounted_kptr.c14 struct node_data { struct
23 struct node_data __kptr *node;
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;
54 struct node_data *b;
56 a = container_of(node_a, struct node_data, r);
57 b = container_of(node_b, struct node_data, r);
77 struct node_data *
[all...]
H A Dlocal_kptr_stash_fail.c11 struct node_data { struct
18 struct node_data __kptr *node;
25 /* This is necessary so that LLVM generates BTF for node_data struct
26 * If it's not included, a fwd reference for node_data will be generated but
30 * [34] FWD 'node_data' fwd_kind=struct
33 struct node_data *just_here_because_btf_bug;
70 struct node_data *res;
H A Drbtree_fail.c9 struct node_data { struct
17 private(A) struct bpf_rb_root groot __contains(node_data, node);
18 private(A) struct bpf_rb_root groot2 __contains(node_data, node);
22 struct node_data *node_a;
23 struct node_data *node_b;
25 node_a = container_of(a, struct node_data, node);
26 node_b = container_of(b, struct node_data, node);
35 struct node_data *n;
49 struct node_data *n;
75 struct node_data *
[all...]
H A Drbtree.c10 struct node_data { struct
22 private(A) struct bpf_rb_root groot __contains(node_data, node);
26 struct node_data *node_a;
27 struct node_data *node_b;
29 node_a = container_of(a, struct node_data, node);
30 node_b = container_of(b, struct node_data, node);
38 struct node_data *n, *m;
78 struct node_data *n, *m = NULL;
99 n = container_of(res, struct node_data, node);
116 struct node_data *
[all...]
/linux-master/arch/loongarch/kernel/
H A Dnuma.c30 struct pglist_data *node_data[MAX_NUMNODES]; variable in typeref:struct:pglist_data
33 EXPORT_SYMBOL(node_data); variable
201 pr_err("Cannot find %zu Byte for node_data (initial node: %d)\n", nd_sz, nid);
207 node_data[nid] = nd;
/linux-master/drivers/base/
H A Darch_numa.c18 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
19 EXPORT_SYMBOL(node_data); variable
243 node_data[nid] = nd;
/linux-master/arch/powerpc/include/asm/
H A Dmmzone.h23 extern struct pglist_data *node_data[];
27 #define NODE_DATA(nid) (node_data[nid])
/linux-master/arch/loongarch/include/asm/
H A Dmmzone.h12 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[(nid)])
/linux-master/drivers/acpi/arm64/
H A Diort.c297 ncomp = (struct acpi_iort_named_component *)node->node_data;
306 pci_rc = (struct acpi_iort_root_complex *)node->node_data;
424 smmu = (struct acpi_iort_smmu_v3 *)node->node_data;
445 pmcg = (struct acpi_iort_pmcg *)node->node_data;
671 its = (struct acpi_iort_its_group *)node->node_data;
738 its = (struct acpi_iort_its_group *)msi_parent->node_data;
781 its = (struct acpi_iort_its_group *)msi_parent->node_data;
892 struct acpi_iort_rmr *rmr = (struct acpi_iort_rmr *)node->node_data;
994 rmr = (struct acpi_iort_rmr *)node->node_data;
1095 smmu = (struct acpi_iort_smmu_v3 *)iommu->node_data;
[all...]

Completed in 277 milliseconds

12