/linux-4.4.14/arch/s390/numa/ |
D | mode_emu.c | 178 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 …]
|
D | Makefile | 1 obj-y += numa.o
|
/linux-4.4.14/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 | 144 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/ |
D | Makefile | 9 obj-$(CONFIG_DISCONTIGMEM) += numa.o
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | Makefile | 8 obj-$(CONFIG_NUMA) += numa.o
|
/linux-4.4.14/arch/s390/ |
D | Kbuild | 9 obj-$(CONFIG_NUMA) += numa/
|
D | Kconfig | 414 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/ |
D | Makefile | 8 obj-$(CONFIG_NUMA) += numa.o
|
/linux-4.4.14/arch/metag/mm/ |
D | Makefile | 19 obj-$(CONFIG_NUMA) += numa.o
|
/linux-4.4.14/Documentation/features/sched/numa-balancing/ |
D | arch-support.txt | 2 # Feature name: numa-balancing
|
/linux-4.4.14/Documentation/features/vm/numa-memblock/ |
D | arch-support.txt | 2 # Feature name: numa-memblock
|
/linux-4.4.14/tools/perf/bench/ |
D | Build | 13 perf-$(CONFIG_NUMA) += numa.o
|
/linux-4.4.14/arch/x86/mm/ |
D | Makefile | 30 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
|
/linux-4.4.14/arch/powerpc/mm/ |
D | Makefile | 26 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-bench.txt | 55 'numa':: 184 SUITES FOR 'numa'
|
D | perf-script.txt | 223 It currently includes: cpu and numa topology of the host system.
|
D | perf-report.txt | 285 It currently includes: cpu and numa topology of the host system.
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 46 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/ |
D | 00-INDEX | 21 numa
|
D | page_migration | 5 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
|
D | ksm.txt | 61 merge_across_nodes - specifies if pages from different numa nodes can be merged.
|
/linux-4.4.14/arch/sh/mm/ |
D | Makefile | 40 obj-$(CONFIG_NUMA) += numa.o
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile | 23 obj-$(CONFIG_NUMA) += numa.o
|
/linux-4.4.14/drivers/acpi/ |
D | Makefile | 53 acpi-$(CONFIG_ACPI_NUMA) += numa.o
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.h | 176 uint hdrqentsize, int numa);
|
D | pio.c | 668 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/ |
D | Makefile | 594 …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/ |
D | en_main.c | 513 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/ |
D | Kconfig | 394 See <file:Documentation/vm/numa> for more.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 79 memory.numa_stat # show the number of memory usage per numa node 572 useful for providing visibility into the numa locality information within
|
D | cpusets.txt | 707 (part of Andi Kleen's numa package).
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 587 See <file:Documentation/vm/numa> for more.
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 5070 __ATTR(numa, 0644, wq_numa_show, wq_numa_store),
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2448 See <file:Documentation/vm/numa> for more.
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1374 into virtual nodes when booted with "numa=fake=N", where N is the
|