Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Drbtree_fail.c9 struct node_data { struct
22 struct node_data *node_a; in less()
23 struct node_data *node_b; 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()
112 struct node_data *n; in rbtree_api_remove_no_drop()
136 struct node_data *n; in rbtree_api_add_to_multiple_trees()
155 struct node_data *n; in rbtree_api_add_release_unlock_escape()
231 struct node_data *n; in rbtree_api_first_release_unlock_escape()
[all …]
A Drbtree.c10 struct node_data { struct
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; in rbtree_add_and_remove()
96 n = container_of(res, struct node_data, node); in rbtree_add_and_remove()
114 struct node_data *n, *m, *o; in rbtree_first_and_remove()
145 o = container_of(res, struct node_data, node); in rbtree_first_and_remove()
[all …]
A Drbtree_btf_fail__wrong_node_type.c13 struct node_data { struct
21 struct node_data *node_a; in less() argument
22 struct node_data *node_b; in less()
24 node_a = container_of(a, struct node_data, node); in less()
25 node_b = container_of(b, struct node_data, node); in less()
32 private(A) struct bpf_rb_root groot __contains(node_data, node);
37 struct node_data *n; in rbtree_api_add__wrong_node_type()
A 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.3-rc2/drivers/interconnect/imx/
A Dimx.c48 base = node_data->setting->reg + node_data->imx_provider->noc_base; in imx_icc_node_set()
56 node_data->desc->name, node_data->setting->mode, prio, in imx_icc_node_set()
62 node_data->desc->name, node_data->setting->mode); in imx_icc_node_set()
67 if (!node_data->qos_dev) in imx_icc_node_set()
127 node_data->qos_dev = dev; in imx_icc_node_init_qos()
158 &node_data->qos_req, in imx_icc_node_init_qos()
184 node_data = devm_kzalloc(dev, sizeof(*node_data), GFP_KERNEL); in imx_icc_node_add()
185 if (!node_data) { in imx_icc_node_add()
191 node->data = node_data; in imx_icc_node_add()
192 node_data->desc = node_desc; in imx_icc_node_add()
[all …]
/linux-6.3-rc2/drivers/acpi/arm64/
A Diort.c423 smmu = (struct acpi_iort_smmu_v3 *)node->node_data; in iort_get_id_mapping_index()
444 pmcg = (struct acpi_iort_pmcg *)node->node_data; in iort_get_id_mapping_index()
670 its = (struct acpi_iort_its_group *)node->node_data; in iort_dev_find_its_id()
993 rmr = (struct acpi_iort_rmr *)node->node_data; in iort_node_get_rmr_info()
1460 smmu = (struct acpi_iort_smmu_v3 *)node->node_data; in arm_smmu_v3_count_resources()
1514 smmu = (struct acpi_iort_smmu_v3 *)node->node_data; in arm_smmu_v3_init_resources()
1602 smmu = (struct acpi_iort_smmu *)node->node_data; in arm_smmu_count_resources()
1623 smmu = (struct acpi_iort_smmu *)node->node_data; in arm_smmu_init_resources()
1656 smmu = (struct acpi_iort_smmu *)node->node_data; in arm_smmu_dma_configure()
1673 pmcg = (struct acpi_iort_pmcg *)node->node_data; in arm_smmu_v3_pmcg_count_resources()
[all …]
/linux-6.3-rc2/arch/x86/include/asm/
A Dmmzone_32.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
A Dmmzone_64.h13 extern struct pglist_data *node_data[];
15 #define NODE_DATA(nid) (node_data[nid])
/linux-6.3-rc2/arch/riscv/include/asm/
A Dmmzone.h9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[(nid)])
/linux-6.3-rc2/arch/s390/include/asm/
A Dmmzone.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
/linux-6.3-rc2/arch/arm64/include/asm/
A Dmmzone.h9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[(nid)])
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dmmzone.h12 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[(nid)])
/linux-6.3-rc2/arch/x86/kernel/
A 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()
A 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.3-rc2/arch/sparc/include/asm/
A Dmmzone.h9 extern struct pglist_data *node_data[];
11 #define NODE_DATA(nid) (node_data[nid])
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dmmzone.h23 extern struct pglist_data *node_data[];
27 #define NODE_DATA(nid) (node_data[nid])
/linux-6.3-rc2/arch/mips/include/asm/mach-ip27/
A Dmmzone.h18 struct node_data { struct
23 extern struct node_data *__node_data[]; argument
/linux-6.3-rc2/arch/s390/kernel/
A Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES]; variable
18 EXPORT_SYMBOL(node_data);
/linux-6.3-rc2/arch/sparc/kernel/
A 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.3-rc2/arch/sh/include/asm/
A Dmmzone.h8 extern struct pglist_data *node_data[];
9 #define NODE_DATA(nid) (node_data[nid])
/linux-6.3-rc2/arch/sh/mm/
A Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable
18 EXPORT_SYMBOL_GPL(node_data);
/linux-6.3-rc2/arch/ia64/mm/
A 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()
/linux-6.3-rc2/arch/sh/kernel/
A Dmachine_kexec.c143 VMCOREINFO_SYMBOL(node_data); in arch_crash_save_vmcoreinfo()
144 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); in arch_crash_save_vmcoreinfo()
/linux-6.3-rc2/drivers/base/
A Darch_numa.c18 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable
19 EXPORT_SYMBOL(node_data);
243 node_data[nid] = nd; in setup_node_data()
/linux-6.3-rc2/arch/mips/sgi-ip27/
A Dip27-memory.c36 struct node_data *__node_data[MAX_NUMNODES];
380 static struct node_data null_node = {
433 __node_data[nid] = (struct node_data *)pgdat; in arch_refresh_nodedata()

Completed in 144 milliseconds

12