Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/
Dhip07.dtsi273 numa-node-id = <0>;
282 numa-node-id = <0>;
291 numa-node-id = <0>;
300 numa-node-id = <0>;
309 numa-node-id = <0>;
318 numa-node-id = <0>;
327 numa-node-id = <0>;
336 numa-node-id = <0>;
345 numa-node-id = <0>;
354 numa-node-id = <0>;
[all …]
Dhip07-d05.dts20 numa-node-id = <0>;
24 compatible = "numa-distance-map-v1";
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst9 Using numa=fake and CPUSets for Resource Management
11 This document describes how the numa=fake x86_64 command-line option can be used
20 more information on the numa=fake command line option and its various ways of
24 emulation setup of "numa=fake=4*512,". This will split our system memory into
30 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg::
Dindex.rst14 fake-numa-for-cpusets
Dboot-options.rst170 numa=off
173 numa=noacpi
176 numa=nohmat
180 numa=fake=<size>[MG]
184 numa=fake=<N>
188 numa=fake=<N>U
/kernel/linux/linux-5.10/arch/alpha/mm/
DMakefile10 obj-$(CONFIG_DISCONTIGMEM) += numa.o
/kernel/linux/linux-5.10/Documentation/vm/
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.rst44 numa
/kernel/linux/linux-5.10/kernel/bpf/
Dcpumap.c417 int numa, err, i, fd = value->bpf_prog.fd; in __cpu_map_entry_alloc() local
423 numa = cpu_to_node(cpu); in __cpu_map_entry_alloc()
425 rcpu = kzalloc_node(sizeof(*rcpu), gfp, numa); in __cpu_map_entry_alloc()
441 rcpu->queue = kzalloc_node(sizeof(*rcpu->queue), gfp, numa); in __cpu_map_entry_alloc()
457 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
/kernel/linux/linux-5.10/arch/ia64/mm/
DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/arch/mips/loongson64/
DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/Documentation/features/sched/numa-balancing/
Darch-support.txt2 # Feature name: numa-balancing
/kernel/linux/build/test/kernel_ltp/
Dgenerate_config.sh58 ./configure --without-numa
/kernel/linux/linux-5.10/arch/arm64/mm/
DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/arch/powerpc/mm/
DMakefile15 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
/kernel/linux/linux-5.10/Documentation/powerpc/
Dvcpudispatch_stats.rst37 (next numa boundary)
44 8. number of times this vcpu was dispatched in a node further away (numa
/kernel/linux/linux-5.10/tools/perf/bench/
DBuild20 perf-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/arch/sh/mm/
DMakefile40 obj-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/arch/x86/mm/
DMakefile46 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-bench.txt58 'numa'::
201 SUITES FOR 'numa'
/kernel/linux/linux-5.10/arch/ia64/kernel/
DMakefile23 obj-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo.c47 int numa[MAX_NODES]; member
274 static void decode_numa_list(int *numa, char *t) in decode_numa_list() argument
279 memset(numa, 0, MAX_NODES * sizeof(int)); in decode_numa_list()
290 numa[node] = nr; in decode_numa_list()
391 store_size(b, s->numa[node]); in slab_numa()
1248 decode_numa_list(slab->numa, t); in read_slab_dir()
/kernel/linux/linux-5.10/arch/s390/kernel/
DMakefile52 obj-$(CONFIG_NUMA) += numa.o
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dinit.c345 int hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, int numa, in hfi1_create_ctxtdata() argument
357 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, numa); in hfi1_create_ctxtdata()
374 rcd->numa_id = numa; in hfi1_create_ctxtdata()
458 GFP_KERNEL, numa); in hfi1_create_ctxtdata()
464 GFP_KERNEL, numa); in hfi1_create_ctxtdata()
484 GFP_KERNEL, numa); in hfi1_create_ctxtdata()

12