Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A 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 …]
/OK3568_Linux_fs/kernel/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";
/OK3568_Linux_fs/buildroot/package/irqbalance/
H A D0001-configure.ac-use-pkg-config-to-find-numa.patch4 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 Dirqbalance.mk32 IRQBALANCE_CONF_OPTS += --enable-numa
34 IRQBALANCE_CONF_OPTS += --disable-numa
/OK3568_Linux_fs/buildroot/package/numactl/
H A D0002-link-with-latomic-if-needed.patch8 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 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 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
H A Dindex.rst14 fake-numa-for-cpusets
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/fio/
H A Dfio_3.30.bb17 PACKAGECONFIG_NUMA = "numa"
23 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
/OK3568_Linux_fs/buildroot/package/lttng-libust/
H A Dlttng-libust.mk32 LTTNG_LIBUST_CONF_OPTS += --enable-numa
34 LTTNG_LIBUST_CONF_OPTS += --disable-numa
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto.inc36 KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc…
/OK3568_Linux_fs/kernel/kernel/bpf/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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,
/OK3568_Linux_fs/kernel/arch/alpha/mm/
H A DMakefile10 obj-$(CONFIG_DISCONTIGMEM) += numa.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/
H A Dltp_20220121.bb44 PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dvcpudispatch_stats.rst37 (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 DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/OK3568_Linux_fs/kernel/Documentation/features/sched/numa-balancing/
H A Darch-support.txt2 # Feature name: numa-balancing
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A DMakefile9 obj-$(CONFIG_NUMA) += numa.o
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A DMakefile15 obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
/OK3568_Linux_fs/buildroot/package/pcm-tools/
H A Dpcm-tools.mk13 pcm-core pcm-iio pcm-lspci pcm-memory pcm-msr pcm-numa \
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A DBuild20 perf-$(CONFIG_NUMA) += numa.o
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A Dprocps-ng.mk47 PROCPS_NG_CONF_OPTS += --disable-numa

123