/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | rbtree_fail.c | 9 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 …]
|
D | rbtree.c | 10 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 …]
|
D | refcounted_kptr.c | 14 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 …]
|
D | local_kptr_stash.c | 11 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()
|
D | local_kptr_stash_fail.c | 11 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()
|
D | rbtree_btf_fail__wrong_node_type.c | 13 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()
|
D | rbtree_btf_fail__add_wrong_type.c | 10 struct node_data { struct 35 private(A) struct bpf_rb_root groot __contains(node_data, node); argument
|
/linux-6.6.21/drivers/interconnect/imx/ |
D | imx.c | 42 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/ |
D | iort.c | 297 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/ |
D | mmzone.h | 12 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[(nid)])
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | mmzone.h | 9 extern struct pglist_data *node_data[]; 10 #define NODE_DATA(nid) (node_data[(nid)])
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | mmzone.h | 9 extern struct pglist_data *node_data[]; 10 #define NODE_DATA(nid) (node_data[(nid)])
|
/linux-6.6.21/arch/x86/include/asm/ |
D | mmzone_32.h | 13 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[nid])
|
D | mmzone_64.h | 13 extern struct pglist_data *node_data[]; 15 #define NODE_DATA(nid) (node_data[nid])
|
/linux-6.6.21/arch/s390/include/asm/ |
D | mmzone.h | 13 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[nid])
|
/linux-6.6.21/arch/x86/kernel/ |
D | crash_core_32.c | 11 VMCOREINFO_SYMBOL(node_data); in arch_crash_save_vmcoreinfo() 12 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); in arch_crash_save_vmcoreinfo()
|
D | crash_core_64.c | 18 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/ |
D | mmzone.h | 9 extern struct pglist_data *node_data[]; 11 #define NODE_DATA(nid) (node_data[nid])
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | mmzone.h | 23 extern struct pglist_data *node_data[]; 27 #define NODE_DATA(nid) (node_data[nid])
|
/linux-6.6.21/arch/mips/include/asm/mach-ip27/ |
D | mmzone.h | 18 struct node_data { struct 23 extern struct node_data *__node_data[]; argument
|
/linux-6.6.21/arch/s390/kernel/ |
D | numa.c | 17 struct pglist_data *node_data[MAX_NUMNODES]; variable 18 EXPORT_SYMBOL(node_data);
|
/linux-6.6.21/arch/sparc/kernel/ |
D | vio.c | 425 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/ |
D | mmzone.h | 8 extern struct pglist_data *node_data[]; 9 #define NODE_DATA(nid) (node_data[nid])
|
/linux-6.6.21/arch/sh/mm/ |
D | numa.c | 17 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable 18 EXPORT_SYMBOL_GPL(node_data);
|
/linux-6.6.21/arch/ia64/mm/ |
D | discontig.c | 38 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()
|