| /linux/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";
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_numa_mpol.c | 152 futex_numa->numa = FUTEX_NO_NODE; in TEST() 155 if (futex_numa->numa == FUTEX_NO_NODE) in TEST() 165 futex_numa->numa = FUTEX_NO_NODE; in TEST() 196 futex_numa->numa = FUTEX_NO_NODE; in TEST() 201 if (futex_numa->numa != i) { in TEST() 203 futex_numa->numa, i); in TEST()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 51 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 D | vcpudispatch_stats.rst | 37 (next numa boundary) 44 8. number of times this vcpu was dispatched in a node further away (numa
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | shrinker_debugfs.rst | 15 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>
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-numa | 1 What: /sys/kernel/mm/numa/ 6 What: /sys/kernel/mm/numa/demotion_enabled 19 is performed before swap if an eligible numa node is
|
| H A D | sysfs-bus-dax | 67 (RO) The target-node attribute is the Linux numa-node that a 72 distinct numa node.
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 433 int numa, err, i, fd = value->bpf_prog.fd; in __cpu_map_entry_alloc() local 439 numa = cpu_to_node(cpu); in __cpu_map_entry_alloc() 441 rcpu = bpf_map_kmalloc_node(map, sizeof(*rcpu), gfp | __GFP_ZERO, numa); in __cpu_map_entry_alloc() 458 numa); in __cpu_map_entry_alloc() 476 rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa, in __cpu_map_entry_alloc()
|
| /linux/Documentation/features/sched/numa-balancing/ |
| H A D | arch-support.txt | 2 # Feature name: numa-balancing
|
| /linux/arch/mips/loongson64/ |
| H A D | Makefile | 9 obj-$(CONFIG_NUMA) += numa.o
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futex2test.h | 56 futex_t numa; member
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | numa.rst | 1 :Original: Documentation/mm/numa.rst
|
| /linux/tools/perf/bench/ |
| H A D | Build | 26 perf-bench-$(CONFIG_NUMA) += numa.o
|
| /linux/arch/sh/mm/ |
| H A D | Makefile | 40 obj-$(CONFIG_NUMA) += numa.o
|
| /linux/arch/x86/mm/ |
| H A D | Makefile | 48 obj-$(CONFIG_NUMA) += numa.o
|
| /linux/Documentation/mm/ |
| H A D | index.rst | 54 numa
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 47 int numa[MAX_NODES]; member 297 static void decode_numa_list(int *numa, char *t) in decode_numa_list() argument 302 memset(numa, 0, MAX_NODES * sizeof(int)); in decode_numa_list() 313 numa[node] = nr; in decode_numa_list() 414 store_size(b, s->numa[node]); in slab_numa() 1279 decode_numa_list(slab->numa, t); in read_slab_dir()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | init.c | 304 int hfi1_create_ctxtdata(struct hfi1_pportdata *ppd, int numa, in hfi1_create_ctxtdata() argument 316 rcd = kzalloc_node(sizeof(*rcd), GFP_KERNEL, numa); in hfi1_create_ctxtdata() 333 rcd->numa_id = numa; in hfi1_create_ctxtdata() 417 GFP_KERNEL, numa); in hfi1_create_ctxtdata() 423 GFP_KERNEL, numa); in hfi1_create_ctxtdata() 443 GFP_KERNEL, numa); in hfi1_create_ctxtdata()
|
| H A D | pio.h | 242 uint hdrqentsize, int numa);
|
| /linux/arch/loongarch/kernel/ |
| H A D | Makefile | 58 obj-$(CONFIG_NUMA) += numa.o
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | workqueue.rst | 339 ``numa`` 526 可以使用严格的“numa”亲和性作用域。
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | early-boot.rst | 9 During early boot, Linux sets up immutable resources (such as numa nodes), while 92 The relevant code exists in: :code:`linux/drivers/acpi/numa/srat.c`.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 58 'numa':: 277 SUITES FOR 'numa'
|
| /linux/Documentation/driver-api/cxl/allocation/ |
| H A D | reclaim.rst | 16 memory. Enabling :code:`kernel/mm/numa/demotion_enabled` will cause vmscan
|