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

12

/linux-master/arch/s390/include/asm/
H A Dmmzone.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
/linux-master/arch/arm64/include/asm/
H A Dmmzone.h9 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[(nid)])
/linux-master/arch/x86/include/asm/
H A Dmmzone_64.h13 extern struct pglist_data *node_data[];
15 #define NODE_DATA(nid) (node_data[nid])
H A Dmmzone_32.h13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
/linux-master/arch/riscv/include/asm/
H A Dmmzone.h9 extern struct pglist_data *node_data[];
10 #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/arch/sparc/include/asm/
H A Dmmzone.h9 extern struct pglist_data *node_data[];
11 #define NODE_DATA(nid) (node_data[nid])
/linux-master/arch/sh/kernel/
H A Dvmcore_info.c9 VMCOREINFO_SYMBOL(node_data);
10 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/linux-master/arch/x86/kernel/
H A Dvmcore_info_32.c11 VMCOREINFO_SYMBOL(node_data);
12 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
H A Dvmcore_info_64.c18 VMCOREINFO_SYMBOL(node_data);
19 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/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/tools/testing/selftests/bpf/progs/
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_btf_fail__wrong_node_type.c13 struct node_data { struct
21 private(A) struct bpf_rb_root groot __contains(node_data, node);
26 struct node_data *n;
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 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...]
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 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 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 Dmap_in_map_btf.c10 struct node_data { struct
16 struct bpf_list_head head __contains(node_data, node);
48 struct node_data *new;
/linux-master/drivers/interconnect/imx/
H A Dimx.c42 struct imx_icc_node *node_data = node->data; local
47 if (node_data->setting && node->peak_bw) {
48 base = node_data->setting->reg + node_data->imx_provider->noc_base;
49 if (node_data->setting->mode == IMX_NOC_MODE_FIXED) {
50 prio = node_data->setting->prio_level;
53 writel(node_data->setting->mode, base + IMX_NOC_MODE_REG);
54 writel(node_data->setting->ext_control, base + IMX_NOC_EXT_CTL_REG);
56 node_data->desc->name, node_data
101 struct imx_icc_node *node_data = node->data; local
120 struct imx_icc_node *node_data = node->data; local
168 struct imx_icc_node *node_data; local
[all...]
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dmmzone.h18 struct node_data { struct
23 extern struct node_data *__node_data[];
/linux-master/arch/sh/include/asm/
H A Dmmzone.h8 extern struct pglist_data *node_data[];
9 #define NODE_DATA(nid) (node_data[nid])
/linux-master/arch/s390/kernel/
H A Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES]; variable in typeref:struct:pglist_data
18 EXPORT_SYMBOL(node_data); variable
/linux-master/arch/powerpc/kexec/
H A Dvmcore_info.c10 VMCOREINFO_SYMBOL(node_data);
11 VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
/linux-master/arch/sh/mm/
H A Dnuma.c17 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
18 EXPORT_SYMBOL_GPL(node_data); variable

Completed in 243 milliseconds

12