/Linux-v4.19/Documentation/devicetree/bindings/ |
D | numa.txt | 18 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/ |
D | mode_emu.c | 191 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 …]
|
D | Makefile | 2 obj-y += numa.o
|
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/ |
D | hip07.dtsi | 277 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 …]
|
D | hip07-d05.dts | 24 numa-node-id = <0>; 28 compatible = "numa-distance-map-v1";
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 1 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:
|
D | 00-INDEX | 7 fake-numa-for-cpusets 8 - Using numa=fake and CPUSets for Resource Management
|
D | boot-options.txt | 145 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/ |
D | cpumap.c | 307 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/ |
D | 00-INDEX | 23 numa.rst 40 - automatic binding of swap device to numa node
|
D | swap_numa.rst | 4 Automatically bind swap device to numa node 68 global swap_avail_list with a per-numa-node list, i.e. for each numa node,
|
D | index.rst | 39 numa
|
/Linux-v4.19/arch/alpha/mm/ |
D | Makefile | 9 obj-$(CONFIG_DISCONTIGMEM) += numa.o
|
/Linux-v4.19/arch/mips/loongson64/loongson-3/ |
D | Makefile | 8 obj-$(CONFIG_NUMA) += numa.o
|
/Linux-v4.19/arch/ia64/mm/ |
D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
/Linux-v4.19/arch/s390/ |
D | Kbuild | 10 obj-$(CONFIG_NUMA) += numa/
|
/Linux-v4.19/Documentation/features/sched/numa-balancing/ |
D | arch-support.txt | 2 # Feature name: numa-balancing
|
/Linux-v4.19/Documentation/features/vm/numa-memblock/ |
D | arch-support.txt | 2 # Feature name: numa-memblock
|
/Linux-v4.19/arch/arm64/mm/ |
D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
/Linux-v4.19/tools/perf/bench/ |
D | Build | 14 perf-$(CONFIG_NUMA) += numa.o
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-bench.txt | 55 'numa':: 184 SUITES FOR 'numa'
|
/Linux-v4.19/arch/x86/mm/ |
D | Makefile | 43 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
|
/Linux-v4.19/tools/vm/ |
D | slabinfo.c | 47 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/ |
D | Makefile | 30 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
|
/Linux-v4.19/arch/ia64/kernel/ |
D | Makefile | 24 obj-$(CONFIG_NUMA) += numa.o
|