Home
last modified time | relevance | path

Searched refs:NUMA (Results 1 – 25 of 89) sorted by relevance

1234

/Linux-v5.15/Documentation/vm/
Dnuma.rst6 What is NUMA?
12 From the hardware perspective, a NUMA system is a computer platform that
21 may not be populated on any given cell. The cells of the NUMA system are
23 point-to-point link are common types of NUMA system interconnects. Both of
24 these types of interconnects can be aggregated to create NUMA platforms with
27 For Linux, the NUMA platforms of interest are primarily what is known as Cache
28 Coherent NUMA or ccNUMA systems. With ccNUMA systems, all memory is visible
36 bandwidths than accesses to memory on other, remote cells. NUMA platforms
39 Platform vendors don't build NUMA systems just to make software developers'
46 This leads to the Linux software view of a NUMA system:
[all …]
/Linux-v5.15/Documentation/powerpc/
Dassociativity.rst2 NUMA resource associativity
10 characteristic is presented in terms of NUMA node distance within the Linux kernel.
24 Form 0 associativity supports only two NUMA distances (LOCAL and REMOTE).
29 device tree properties are used to determine the NUMA distance between resource groups/domains.
41 Linux kernel uses the domainID at the primary domainID index as the NUMA node id.
42 Linux kernel computes NUMA distance between two domains by recursively comparing
44 level of the resource group, the kernel doubles the NUMA distance between the
49 Form 2 associativity format adds separate device tree properties representing NUMA node distance
71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA
/Linux-v5.15/Documentation/devicetree/bindings/
Dnuma.txt2 NUMA binding description.
9 Systems employing a Non Uniform Memory Access (NUMA) architecture contain
11 that comprise what is commonly known as a NUMA node.
12 Processor accesses to memory within the local NUMA node is generally faster
13 than processor accesses to memory outside of the local NUMA node.
14 DT defines interfaces that allow the platform to convey NUMA node
21 For the purpose of identification, each NUMA node is associated with a unique
25 A device node is associated with a NUMA node by the presence of a
/Linux-v5.15/Documentation/translations/zh_CN/filesystems/
Dtmpfs.rst72 tmpfs具有为所有文件设置NUMA内存分配策略挂载选项(如果启用了CONFIG_NUMA),
94 NUMA内存分配策略有可选标志,可以用于模式结合。在挂载tmpfs时指定这些可选
106 请注意,如果内核不支持NUMA,那么使用mpol选项挂载tmpfs将会失败;nodelist指定不
107 在线的节点也会失败。如果您的系统依赖于此,但内核会运行不带NUMA功能(也许是安全
/Linux-v5.15/Documentation/translations/zh_TW/filesystems/
Dtmpfs.rst73 tmpfs具有爲所有文件設置NUMA內存分配策略掛載選項(如果啓用了CONFIG_NUMA),
95 NUMA內存分配策略有可選標誌,可以用於模式結合。在掛載tmpfs時指定這些可選
107 請注意,如果內核不支持NUMA,那麼使用mpol選項掛載tmpfs將會失敗;nodelist指定不
108 在線的節點也會失敗。如果您的系統依賴於此,但內核會運行不帶NUMA功能(也許是安全
/Linux-v5.15/kernel/
DKconfig.hz12 beneficial for servers and NUMA systems that do not need to have
23 100 Hz is a typical choice for servers, SMP and NUMA systems
32 on SMP and NUMA systems. If you are going to be using NTSC video
40 on SMP and NUMA systems and exactly dividing by both PAL and
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-kernel-mm-numa4 Description: Interface for NUMA
14 characteristics instead of plain NUMA systems where
19 is performed before swap. It may move data to a NUMA
Dppc-memtrace14 you want removed from each NUMA node to this file - it must be
16 from each NUMA node in the kernel mappings and the following
27 from the specific NUMA node.
/Linux-v5.15/drivers/acpi/numa/
DKconfig3 bool "NUMA support"
4 depends on NUMA
/Linux-v5.15/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst4 Fake NUMA For CPUSets
13 you can create fake NUMA nodes that represent contiguous chunks of memory and
23 For the purposes of this introduction, we'll assume a very primitive NUMA
65 case (i.e. running the same 'dd' command without assigning it to a fake NUMA
/Linux-v5.15/arch/ia64/
DKconfig17 select ACPI_NUMA if NUMA
61 select NUMA if !FLATMEM
291 config NUMA config
292 bool "NUMA support"
296 Say Y to compile the kernel to support NUMA (Non-Uniform Memory
304 depends on NUMA
312 depends on NUMA
316 depends on NUMA
319 def_bool NUMA
/Linux-v5.15/arch/riscv/
DKconfig173 def_bool !NUMA
330 # Common NUMA Features
331 config NUMA config
332 bool "NUMA Memory Allocation and Scheduler Support"
338 Enable NUMA (Non-Uniform Memory Access) support.
341 local memory of the CPU and add some more NUMA awareness to the kernel.
344 int "Maximum NUMA Nodes (as a power of 2)"
347 depends on NUMA
349 Specify the maximum number of NUMA Nodes available on the target
354 depends on NUMA
[all …]
/Linux-v5.15/arch/mips/sgi-ip27/
DKconfig31 NUMA. If you need to understand it, read the source code.
39 nodes in a NUMA cluster. This trades memory for speed.
/Linux-v5.15/Documentation/features/sched/numa-balancing/
Darch-support.txt4 # description: arch supports NUMA balancing
/Linux-v5.15/arch/sh/mm/
DKconfig107 config NUMA config
108 bool "Non-Uniform Memory Access (NUMA) Support"
123 depends on NUMA
127 depends on !NUMA
/Linux-v5.15/kernel/irq/
DKconfig124 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
125 out the interrupt descriptors in a more NUMA-friendly way. )
/Linux-v5.15/Documentation/scheduler/
Dsched-domains.rst63 node. Each group being a single physical CPU. Then with NUMA, the parent
65 cpumask of a node. Or, you could do multi-level NUMA or Opteron, for example,
66 might have just one domain covering its one NUMA level.
/Linux-v5.15/arch/x86/realmode/rm/
Dtrampoline_32.S33 wbinvd # Needed for NUMA-Q should be harmless for others
/Linux-v5.15/Documentation/admin-guide/mm/
Dnumaperf.rst4 NUMA Locality
65 NUMA Performance
100 NUMA Cache
133 the kernel will append these attributes to the NUMA node memory target.
Dnuma_memory_policy.rst4 NUMA Memory Policy
7 What is NUMA Memory Policy?
11 allocate memory in a NUMA system or in an emulated NUMA system. Linux has
21 programming interface that a NUMA-aware application can take advantage of. When
108 are NOT inheritable across exec(). Thus, only NUMA-aware
165 A NUMA memory policy consists of a "mode", optional mode flags, and
175 NUMA memory policy supports the following 4 behavioral modes:
255 NUMA memory policy supports the following optional mode flags:
354 and NUMA nodes. "Usage" here means one of the following:
401 on different NUMA nodes. This extra overhead can be avoided by always
Dksm.rst94 specifies if pages from different NUMA nodes can be merged.
96 in the memory area of same NUMA node. That brings lower
98 significant NUMA distances, are likely to benefit from the
145 swapping, compaction, NUMA balancing and page migration, in
/Linux-v5.15/Documentation/filesystems/
Dtmpfs.rst89 tmpfs has a mount option to set the NUMA memory allocation policy for
115 NUMA memory allocation policies have optional flags that can be used in
131 running kernel does not support NUMA; and will fail if its nodelist
134 NUMA capability (perhaps a safe recovery kernel), or with fewer nodes
/Linux-v5.15/tools/perf/Documentation/
Dperf-bench.txt59 NUMA scheduling and MM benchmarks.
204 Suite for evaluating NUMA workloads.
/Linux-v5.15/Documentation/translations/zh_CN/virt/
Dne_overview.rst51 一个NUMA节点。
/Linux-v5.15/arch/sparc/
DKconfig255 config NUMA config
256 bool "NUMA support"
260 int "Maximum NUMA Nodes (as a power of 2)"
263 depends on NUMA
265 Specify the maximum number of NUMA Nodes available on the target

1234