/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
D | hip07.dtsi | 273 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 …]
|
D | hip07-d05.dts | 20 numa-node-id = <0>; 24 compatible = "numa-distance-map-v1";
|
/kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets.rst | 9 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::
|
D | index.rst | 14 fake-numa-for-cpusets
|
D | boot-options.rst | 170 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/ |
D | Makefile | 10 obj-$(CONFIG_DISCONTIGMEM) += numa.o
|
/kernel/linux/linux-5.10/Documentation/vm/ |
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 | 44 numa
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | cpumap.c | 417 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/ |
D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/arch/mips/loongson64/ |
D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/Documentation/features/sched/numa-balancing/ |
D | arch-support.txt | 2 # Feature name: numa-balancing
|
/kernel/linux/build/test/kernel_ltp/ |
D | generate_config.sh | 61 ./configure --without-numa
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | Makefile | 15 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | vcpudispatch_stats.rst | 37 (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/ |
D | Build | 20 perf-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | Makefile | 40 obj-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | Makefile | 46 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-bench.txt | 58 'numa':: 201 SUITES FOR 'numa'
|
/kernel/linux/linux-5.10/tools/vm/ |
D | slabinfo.c | 47 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() 1236 decode_numa_list(slab->numa, t); in read_slab_dir()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | Makefile | 23 obj-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | Makefile | 52 obj-$(CONFIG_NUMA) += numa.o
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | init.c | 345 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()
|