Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/numa/
Dmode_emu.c178 static struct toptree *node_for_core(struct toptree *numa, struct toptree *core, in node_for_core() argument
187 toptree_for_each(node, numa, NODE) { in node_for_core()
208 static void toptree_to_numa_single(struct toptree *numa, struct toptree *phys, in toptree_to_numa_single() argument
214 node = node_for_core(numa, core, extra); in toptree_to_numa_single()
248 static void move_level_to_numa(struct toptree *numa, struct toptree *phys, in move_level_to_numa() argument
253 toptree_for_each(node, numa, NODE) in move_level_to_numa()
260 static void toptree_to_numa_first(struct toptree *numa, struct toptree *phys) in toptree_to_numa_first() argument
265 move_level_to_numa(numa, phys, BOOK, true); in toptree_to_numa_first()
266 move_level_to_numa(numa, phys, BOOK, false); in toptree_to_numa_first()
267 move_level_to_numa(numa, phys, MC, true); in toptree_to_numa_first()
[all …]
DMakefile1 obj-y += numa.o
/linux-4.4.14/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.txt144 numa=off Only set up a single NUMA node spanning all memory.
146 numa=noacpi Don't parse the SRAT table for NUMA setup
148 numa=fake=<size>[MG]
152 numa=fake=<N>
/linux-4.4.14/arch/alpha/mm/
DMakefile9 obj-$(CONFIG_DISCONTIGMEM) += numa.o
/linux-4.4.14/arch/mips/loongson64/loongson-3/
DMakefile8 obj-$(CONFIG_NUMA) += numa.o
/linux-4.4.14/arch/s390/
DKbuild9 obj-$(CONFIG_NUMA) += numa/
DKconfig414 numa=<method> to the kernel command line.
416 The default behaviour is identical to appending numa=plain to
/linux-4.4.14/arch/ia64/mm/
DMakefile8 obj-$(CONFIG_NUMA) += numa.o
/linux-4.4.14/arch/metag/mm/
DMakefile19 obj-$(CONFIG_NUMA) += numa.o
/linux-4.4.14/Documentation/features/sched/numa-balancing/
Darch-support.txt2 # Feature name: numa-balancing
/linux-4.4.14/Documentation/features/vm/numa-memblock/
Darch-support.txt2 # Feature name: numa-memblock
/linux-4.4.14/tools/perf/bench/
DBuild13 perf-$(CONFIG_NUMA) += numa.o
/linux-4.4.14/arch/x86/mm/
DMakefile30 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
/linux-4.4.14/arch/powerpc/mm/
DMakefile26 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
/linux-4.4.14/tools/perf/Documentation/
Dperf-bench.txt55 'numa'::
184 SUITES FOR 'numa'
Dperf-script.txt223 It currently includes: cpu and numa topology of the host system.
Dperf-report.txt285 It currently includes: cpu and numa topology of the host system.
/linux-4.4.14/tools/vm/
Dslabinfo.c46 int numa[MAX_NODES]; member
264 static void decode_numa_list(int *numa, char *t) in decode_numa_list() argument
269 memset(numa, 0, MAX_NODES * sizeof(int)); in decode_numa_list()
280 numa[node] = nr; in decode_numa_list()
381 store_size(b, s->numa[node]); in slab_numa()
1220 decode_numa_list(slab->numa, t); in read_slab_dir()
/linux-4.4.14/Documentation/vm/
D00-INDEX21 numa
Dpage_migration5 nodes in a numa system while the process is running. This means that the
22 which provides an interface similar to other numa functionality for page
Dksm.txt61 merge_across_nodes - specifies if pages from different numa nodes can be merged.
/linux-4.4.14/arch/sh/mm/
DMakefile40 obj-$(CONFIG_NUMA) += numa.o
/linux-4.4.14/arch/ia64/kernel/
DMakefile23 obj-$(CONFIG_NUMA) += numa.o
/linux-4.4.14/drivers/acpi/
DMakefile53 acpi-$(CONFIG_ACPI_NUMA) += numa.o
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.h176 uint hdrqentsize, int numa);
Dpio.c668 uint hdrqentsize, int numa) in sc_alloc() argument
685 sc = kzalloc_node(sizeof(struct send_context), GFP_KERNEL, numa); in sc_alloc()
701 sc->node = numa; in sc_alloc()
811 sc->sr_size, GFP_KERNEL, numa); in sc_alloc()
/linux-4.4.14/tools/perf/config/
DMakefile594 …msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numactl…
598 …msg := $(warning Old numa library found, disables 'perf bench numa mem' benchmark, please install …
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c513 static int mlx5e_alloc_sq_db(struct mlx5e_sq *sq, int numa) in mlx5e_alloc_sq_db() argument
518 sq->skb = kzalloc_node(wq_sz * sizeof(*sq->skb), GFP_KERNEL, numa); in mlx5e_alloc_sq_db()
520 numa); in mlx5e_alloc_sq_db()
/linux-4.4.14/arch/ia64/
DKconfig394 See <file:Documentation/vm/numa> for more.
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt79 memory.numa_stat # show the number of memory usage per numa node
572 useful for providing visibility into the numa locality information within
Dcpusets.txt707 (part of Andi Kleen's numa package).
/linux-4.4.14/arch/alpha/
DKconfig587 See <file:Documentation/vm/numa> for more.
/linux-4.4.14/kernel/
Dworkqueue.c5070 __ATTR(numa, 0644, wq_numa_show, wq_numa_store),
/linux-4.4.14/arch/mips/
DKconfig2448 See <file:Documentation/vm/numa> for more.
/linux-4.4.14/arch/x86/
DKconfig1374 into virtual nodes when booted with "numa=fake=N", where N is the