Home
last modified time | relevance | path

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

12345

/openbmc/linux/Documentation/devicetree/bindings/
H A Dnuma.txt18 2 - numa-node-id
29 /* numa node 0 */
30 numa-node-id = <0>;
32 /* numa node 1 */
33 numa-node-id = <1>;
119 numa-node-id = <0>;
125 numa-node-id = <1>;
160 numa-node-id = <0>;
167 numa-node-id = <1>;
299 numa-node-id = <0>;
[all …]
/openbmc/qemu/tests/vm/
H A Dconf_example_aarch64.yml27 -numa node,cpus=0-3,nodeid=0 -numa node,cpus=4-7,nodeid=1
28 -numa node,cpus=8-11,nodeid=2 -numa node,cpus=12-15,nodeid=3
29 -numa dist,src=0,dst=1,val=15 -numa dist,src=2,dst=3,val=15
30 -numa dist,src=0,dst=2,val=20 -numa dist,src=0,dst=3,val=20
31 -numa dist,src=1,dst=2,val=20 -numa dist,src=1,dst=3,val=20"
H A Dconf_example_x86.yml32 -numa node,cpus=0-1,nodeid=0 -numa node,cpus=2-3,nodeid=1
33 -numa node,cpus=4-5,nodeid=2 -numa node,cpus=6-7,nodeid=3
34 -numa dist,src=0,dst=1,val=15 -numa dist,src=2,dst=3,val=15
35 -numa dist,src=0,dst=2,val=20 -numa dist,src=0,dst=3,val=20
36 -numa dist,src=1,dst=2,val=20 -numa dist,src=1,dst=3,val=20"
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A 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 …]
H A Dhip07-d05.dts20 numa-node-id = <0>;
24 compatible = "numa-distance-map-v1";
/openbmc/linux/Documentation/powerpc/
H A Dassociativity.rst51 domain numbering. With numa distance computation now detached from the index value in
59 "ibm,numa-lookup-index-table" property contains a list of one or more numbers representing
61 used as an index while computing numa distance information via "ibm,numa-distance-table".
67 "ibm,numa-lookup-index-table" = {4, 0, 8, 250, 252}. The offset of domainID 8 (2) is used when
71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA
77 numa-lookup-index-table.
80 ibm,numa-lookup-index-table = <3 0 8 40>;
81 ibm,numa-distace-table = <9>, /bits/ 8 < 10 20 80 20 10 160 80 160 10>;
H A Dvcpudispatch_stats.rst37 (next numa boundary)
44 8. number of times this vcpu was dispatched in a node further away (numa
/openbmc/linux/Documentation/arch/x86/x86_64/
H A 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::
H A Dindex.rst14 fake-numa-for-cpusets
H A Dboot-options.rst163 numa=off
166 numa=noacpi
169 numa=nohmat
173 numa=fake=<size>[MG]
177 numa=fake=<N>
181 numa=fake=<N>U
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/fio/
H A Dfio_3.36.bb17 PACKAGECONFIG_NUMA = "numa"
23 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
/openbmc/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst15 numa node (if applicable).
56 If there are no objects on all numa nodes, a line is omitted. If there
60 as cgroup inode id. If the shrinker is not numa-aware, 0's are printed
110 <cgroup inode id> <numa id> <number of objects to scan>
H A Dswap_numa.rst2 Automatically bind swap device to numa node
66 global swap_avail_list with a per-numa-node list, i.e. for each numa node,
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-numa1 What: /sys/kernel/mm/numa/
6 What: /sys/kernel/mm/numa/demotion_enabled
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto.inc37 KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc…
/openbmc/linux/arch/ia64/mm/
H A DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/openbmc/linux/arch/mips/loongson64/
H A DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/openbmc/linux/Documentation/features/sched/numa-balancing/
H A Darch-support.txt2 # Feature name: numa-balancing
/openbmc/linux/kernel/bpf/
H A Dcpumap.c392 int numa, err, i, fd = value->bpf_prog.fd; in __cpu_map_entry_alloc() local
398 numa = cpu_to_node(cpu); in __cpu_map_entry_alloc()
400 rcpu = bpf_map_kmalloc_node(map, sizeof(*rcpu), gfp | __GFP_ZERO, numa); in __cpu_map_entry_alloc()
417 numa); in __cpu_map_entry_alloc()
434 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
/openbmc/qemu/docs/specs/
H A Dindex.rst16 ppc-spapr-numa
/openbmc/linux/arch/powerpc/mm/
H A DMakefile16 obj-$(CONFIG_NUMA) += numa.o
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dindex.rst50 numa
/openbmc/linux/kernel/sched/
H A Ddebug.c340 struct dentry __maybe_unused *numa; in sched_init_debug() local
366 numa = debugfs_create_dir("numa_balancing", debugfs_sched); in sched_init_debug()
368 debugfs_create_u32("scan_delay_ms", 0644, numa, &sysctl_numa_balancing_scan_delay); in sched_init_debug()
369 debugfs_create_u32("scan_period_min_ms", 0644, numa, &sysctl_numa_balancing_scan_period_min); in sched_init_debug()
370 debugfs_create_u32("scan_period_max_ms", 0644, numa, &sysctl_numa_balancing_scan_period_max); in sched_init_debug()
371 debugfs_create_u32("scan_size_mb", 0644, numa, &sysctl_numa_balancing_scan_size); in sched_init_debug()
372 debugfs_create_u32("hot_threshold_ms", 0644, numa, &sysctl_numa_balancing_hot_threshold); in sched_init_debug()
/openbmc/qemu/hw/riscv/
H A Dmeson.build3 riscv_ss.add(when: 'CONFIG_RISCV_NUMA', if_true: files('numa.c'))
/openbmc/qemu/scripts/ci/org.centos/stream/8/x86_64/
H A Dconfigure97 --disable-numa \
175 --enable-numa \

12345