/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | rbtree_fail.c | 9 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; 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 * in rbtree_api_remove_unadded_node() [all...] |
H A D | rbtree.c | 10 struct node_data { struct 22 private(A) struct bpf_rb_root groot __contains(node_data, node); 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 * in rbtree_first_and_remove() [all...] |
H A D | refcounted_kptr.c | 14 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; 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 * in __insert_in_tree_and_list() [all...] |
H A D | local_kptr_stash.c | 11 struct node_data { struct 25 struct node_data __kptr *node; 29 /* This is necessary so that LLVM generates BTF for node_data struct 30 * If it's not included, a fwd reference for node_data will be generated but 34 * [34] FWD 'node_data' fwd_kind=struct 37 * (with no node_data struct defined) 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()
|
H A D | local_kptr_stash_fail.c | 11 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; in drop_rb_node_off()
|
H A 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); 26 struct node_data *n; in rbtree_api_add__wrong_node_type()
|
/kernel/linux/linux-6.6/drivers/interconnect/imx/ |
H A 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 in imx_icc_node_set() 101 struct imx_icc_node *node_data = node->data; imx_icc_node_destroy() local 120 struct imx_icc_node *node_data = node->data; imx_icc_node_init_qos() local 168 struct imx_icc_node *node_data; imx_icc_node_add() local [all...] |
/kernel/linux/linux-5.10/drivers/interconnect/imx/ |
H A D | imx.c | 31 struct imx_icc_node *node_data = node->data; in imx_icc_node_set() local 34 if (!node_data->qos_dev) in imx_icc_node_set() 37 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set() 38 do_div(freq, node_data->desc->adj->bw_div); in imx_icc_node_set() 40 node->name, dev_name(node_data->qos_dev), in imx_icc_node_set() 49 dev_pm_qos_update_request(&node_data->qos_req, freq); in imx_icc_node_set() 62 struct imx_icc_node *node_data = node->data; in imx_icc_node_destroy() local 65 if (dev_pm_qos_request_active(&node_data->qos_req)) { in imx_icc_node_destroy() 66 ret = dev_pm_qos_remove_request(&node_data->qos_req); in imx_icc_node_destroy() 70 dev_name(node_data in imx_icc_node_destroy() 81 struct imx_icc_node *node_data = node->data; imx_icc_node_init_qos() local 127 struct imx_icc_node *node_data; imx_icc_node_add() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/arm64/ |
H A D | iort.c | 296 ncomp = (struct acpi_iort_named_component *)node->node_data; in iort_match_node_callback() 305 pci_rc = (struct acpi_iort_root_complex *)node->node_data; in iort_match_node_callback() 419 smmu = (struct acpi_iort_smmu_v3 *)node->node_data; in iort_get_id_mapping_index() 436 pmcg = (struct acpi_iort_pmcg *)node->node_data; in iort_get_id_mapping_index() 662 its = (struct acpi_iort_its_group *)node->node_data; in iort_dev_find_its_id() 729 its = (struct acpi_iort_its_group *)msi_parent->node_data; in iort_set_device_domain() 772 its = (struct acpi_iort_its_group *)msi_parent->node_data; in iort_get_platform_device_domain() 801 smmu = (struct acpi_iort_smmu_v3 *)iommu->node_data; in iort_get_msi_resv_iommu() 869 its = (struct acpi_iort_its_group *)its_node->node_data; in iort_iommu_msi_get_resv_regions() 919 pci_rc = (struct acpi_iort_root_complex *)node->node_data; in iort_pci_rc_supports_ats() [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | mmzone.h | 13 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[nid])
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | mmzone.h | 13 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[nid])
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | mmzone.h | 9 extern struct pglist_data *node_data[]; 10 #define NODE_DATA(nid) (node_data[(nid)])
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | mmzone.h | 12 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[(nid)])
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mmzone_64.h | 13 extern struct pglist_data *node_data[]; 15 #define NODE_DATA(nid) (node_data[nid])
|
H A D | mmzone_32.h | 13 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[nid])
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | mmzone.h | 9 extern struct pglist_data *node_data[]; 11 #define NODE_DATA(nid) (node_data[nid])
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | mmzone.h | 12 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[(nid)])
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | mmzone.h | 9 extern struct pglist_data *node_data[]; 10 #define NODE_DATA(nid) (node_data[(nid)])
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | mmzone.h | 9 extern struct pglist_data *node_data[]; 10 #define NODE_DATA(nid) (node_data[(nid)])
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | mmzone.h | 9 extern struct pglist_data *node_data[]; 11 #define NODE_DATA(nid) (node_data[nid])
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mmzone_32.h | 13 extern struct pglist_data *node_data[]; 14 #define NODE_DATA(nid) (node_data[nid])
|
H A D | mmzone_64.h | 13 extern struct pglist_data *node_data[]; 15 #define NODE_DATA(nid) (node_data[nid])
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmzone.h | 23 extern struct pglist_data *node_data[]; 27 #define NODE_DATA(nid) (node_data[nid])
|