Home
last modified time | relevance | path

Searched refs:numa (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v4.19/Documentation/devicetree/bindings/
Dnuma.txt18 2 - numa-node-id
26 numa-node-id property which contains the node id of the device.
29 /* numa node 0 */
30 numa-node-id = <0>;
32 /* numa node 1 */
33 numa-node-id = <1>;
40 distance (memory latency) between all numa nodes.
42 - compatible : Should at least contain "numa-distance-map-v1".
46 between all numa nodes.
86 compatible = "numa-distance-map-v1";
[all …]
/Linux-v4.19/arch/s390/numa/
Dmode_emu.c191 static struct toptree *node_for_core(struct toptree *numa, struct toptree *core, in node_for_core() argument
200 toptree_for_each(node, numa, NODE) { in node_for_core()
221 static void toptree_to_numa_single(struct toptree *numa, struct toptree *phys, in toptree_to_numa_single() argument
227 node = node_for_core(numa, core, extra); in toptree_to_numa_single()
261 static void move_level_to_numa(struct toptree *numa, struct toptree *phys, in move_level_to_numa() argument
266 toptree_for_each(node, numa, NODE) in move_level_to_numa()
273 static void toptree_to_numa_first(struct toptree *numa, struct toptree *phys) in toptree_to_numa_first() argument
278 move_level_to_numa(numa, phys, DRAWER, true); in toptree_to_numa_first()
279 move_level_to_numa(numa, phys, DRAWER, false); in toptree_to_numa_first()
280 move_level_to_numa(numa, phys, BOOK, true); in toptree_to_numa_first()
[all …]
DMakefile2 obj-y += numa.o
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/
Dhip07.dtsi277 numa-node-id = <0>;
286 numa-node-id = <0>;
295 numa-node-id = <0>;
304 numa-node-id = <0>;
313 numa-node-id = <0>;
322 numa-node-id = <0>;
331 numa-node-id = <0>;
340 numa-node-id = <0>;
349 numa-node-id = <0>;
358 numa-node-id = <0>;
[all …]
Dhip07-d05.dts24 numa-node-id = <0>;
28 compatible = "numa-distance-map-v1";
/Linux-v4.19/Documentation/x86/x86_64/
Dfake-numa-for-cpusets1 Using numa=fake and CPUSets for Resource Management
4 This document describes how the numa=fake x86_64 command-line option can be used
13 more information on the numa=fake command line option and its various ways of
17 emulation setup of "numa=fake=4*512,". This will split our system memory into
23 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg:
D00-INDEX7 fake-numa-for-cpusets
8 - Using numa=fake and CPUSets for Resource Management
Dboot-options.txt145 numa=off Only set up a single NUMA node spanning all memory.
147 numa=noacpi Don't parse the SRAT table for NUMA setup
149 numa=fake=<size>[MG]
153 numa=fake=<N>
157 numa=fake=<N>U
/Linux-v4.19/kernel/bpf/
Dcpumap.c307 int numa, err; in __cpu_map_entry_alloc() local
310 numa = cpu_to_node(cpu); in __cpu_map_entry_alloc()
312 rcpu = kzalloc_node(sizeof(*rcpu), gfp, numa); in __cpu_map_entry_alloc()
323 rcpu->queue = kzalloc_node(sizeof(*rcpu->queue), gfp, numa); in __cpu_map_entry_alloc()
336 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
/Linux-v4.19/Documentation/vm/
D00-INDEX23 numa.rst
40 - automatic binding of swap device to numa node
Dswap_numa.rst4 Automatically bind swap device to numa node
68 global swap_avail_list with a per-numa-node list, i.e. for each numa node,
Dindex.rst39 numa
/Linux-v4.19/arch/alpha/mm/
DMakefile9 obj-$(CONFIG_DISCONTIGMEM) += numa.o
/Linux-v4.19/arch/mips/loongson64/loongson-3/
DMakefile8 obj-$(CONFIG_NUMA) += numa.o
/Linux-v4.19/arch/ia64/mm/
DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/Linux-v4.19/arch/s390/
DKbuild10 obj-$(CONFIG_NUMA) += numa/
/Linux-v4.19/Documentation/features/sched/numa-balancing/
Darch-support.txt2 # Feature name: numa-balancing
/Linux-v4.19/Documentation/features/vm/numa-memblock/
Darch-support.txt2 # Feature name: numa-memblock
/Linux-v4.19/arch/arm64/mm/
DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/Linux-v4.19/tools/perf/bench/
DBuild14 perf-$(CONFIG_NUMA) += numa.o
/Linux-v4.19/tools/perf/Documentation/
Dperf-bench.txt55 'numa'::
184 SUITES FOR 'numa'
/Linux-v4.19/arch/x86/mm/
DMakefile43 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
/Linux-v4.19/tools/vm/
Dslabinfo.c47 int numa[MAX_NODES]; member
267 static void decode_numa_list(int *numa, char *t) in decode_numa_list() argument
272 memset(numa, 0, MAX_NODES * sizeof(int)); in decode_numa_list()
283 numa[node] = nr; in decode_numa_list()
384 store_size(b, s->numa[node]); in slab_numa()
1227 decode_numa_list(slab->numa, t); in read_slab_dir()
/Linux-v4.19/arch/powerpc/mm/
DMakefile30 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
/Linux-v4.19/arch/ia64/kernel/
DMakefile24 obj-$(CONFIG_NUMA) += numa.o

12