Searched refs:NUMA (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/memblock/scripts/
H A DMakefile.include5 ifeq ($(NUMA), 1)
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S33 wbinvd # Needed for NUMA-Q should be harmless for others
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh55 ksm tests that do not require >=2 NUMA nodes
57 ksm tests that require >=2 NUMA nodes
380 # KSM test with 2 NUMA nodes and merge_across_nodes = 1
382 # KSM test with 2 NUMA nodes and merge_across_nodes = 0
/linux-master/mm/
H A Dksm.c53 #define NUMA(x) (x) macro
56 #define NUMA(x) (0) macro
119 * stable trees and multiple unstable trees: one of each for each NUMA node.
158 * @nid: NUMA node id of stable tree in which linked (may not match kpfn)
192 * @nid: NUMA node id of unstable tree in which linked (may not match page)
560 rb_erase(&dup->node, root_stable_tree + NUMA(dup->nid));
807 return ksm_merge_across_nodes ? 0 : NUMA(pfn_to_nid(kpfn));
1039 root_unstable_tree + NUMA(rmap_item->nid));
1956 NUMA(stable_node_dup->nid)) {
2231 * If tree_page has been migrated to another NUMA nod
[all...]
H A Dmemory.c96 #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid.
5388 * TODO once we support anonymous PUDs: NUMA case and
/linux-master/kernel/sched/
H A Dtopology.c815 * NUMA topology (first read the regular topology blurb below)
834 * about doing this is to build the domains on 'hops'. For each NUMA level we
837 * For the above NUMA topology that gives 3 levels:
839 * NUMA-2 0-3 0-3 0-3 0-3
842 * NUMA-1 0-1,3 0-2 1-3 0,2-3
845 * NUMA-0 0 1 2 3
854 * domain. For instance Node-0 NUMA-2 would only get groups: 0-1,3 and 1-3.
863 * more complicated. Consider for instance the groups of NODE-1 NUMA-2, both
900 * NUMA-2 0-3 0-3
903 * NUMA
[all...]

Completed in 158 milliseconds