| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A 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 …]
|
| H A D | hip07-d05.dts | 20 numa-node-id = <0>; 24 compatible = "numa-distance-map-v1";
|
| /OK3568_Linux_fs/buildroot/package/irqbalance/ |
| H A D | 0001-configure.ac-use-pkg-config-to-find-numa.patch | 4 Subject: [PATCH] configure.ac: use pkg-config to find numa 6 Use pkg-config to find numa and fallback to current mechanism. 7 Thanks to pkg-config, numa dependencies such as -latomic will be 20 @@ -23,7 +23,14 @@ AC_CHECK_HEADERS([numa.h]) 24 -AC_CHECK_LIB(numa, numa_available) 25 +PKG_CHECK_MODULES([NUMA], [numa], [has_numa=yes], [AC_CHECK_LIB(numa, numa_available)])
|
| H A D | irqbalance.mk | 32 IRQBALANCE_CONF_OPTS += --enable-numa 34 IRQBALANCE_CONF_OPTS += --disable-numa
|
| /OK3568_Linux_fs/buildroot/package/numactl/ |
| H A D | 0002-link-with-latomic-if-needed.patch | 8 if -latomic is needed and update numa.pc accordingly 16 numa.pc.in | 1 + 44 diff --git a/numa.pc.in b/numa.pc.in 46 --- a/numa.pc.in 47 +++ b/numa.pc.in
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A 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::
|
| H A 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
|
| H A D | index.rst | 14 fake-numa-for-cpusets
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/fio/ |
| H A D | fio_3.30.bb | 17 PACKAGECONFIG_NUMA = "numa" 23 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
|
| /OK3568_Linux_fs/buildroot/package/lttng-libust/ |
| H A D | lttng-libust.mk | 32 LTTNG_LIBUST_CONF_OPTS += --enable-numa 34 LTTNG_LIBUST_CONF_OPTS += --disable-numa
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | linux-yocto.inc | 36 KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc…
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/arch/alpha/mm/ |
| H A D | Makefile | 10 obj-$(CONFIG_DISCONTIGMEM) += numa.o
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ |
| H A D | ltp_20220121.bb | 44 PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | vcpudispatch_stats.rst | 37 (next numa boundary) 44 8. number of times this vcpu was dispatched in a node further away (numa
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
| /OK3568_Linux_fs/kernel/Documentation/features/sched/numa-balancing/ |
| H A D | arch-support.txt | 2 # Feature name: numa-balancing
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | Makefile | 15 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
|
| /OK3568_Linux_fs/buildroot/package/pcm-tools/ |
| H A D | pcm-tools.mk | 13 pcm-core pcm-iio pcm-lspci pcm-memory pcm-msr pcm-numa \
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | Build | 20 perf-$(CONFIG_NUMA) += numa.o
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | procps-ng.mk | 47 PROCPS_NG_CONF_OPTS += --disable-numa
|