Home
last modified time | relevance | path

Searched defs:cpu_to_node_map (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/mm/
H A Dnuma.c70 int *cpu_to_node_map = early_per_cpu_ptr(x86_cpu_to_node_map); in numa_set_node() local
/linux/drivers/base/
H A Darch_numa.c19 static int cpu_to_node_map[NR_CPUS] = { [0 ... NR_CPUS-1] = NUMA_NO_NODE }; variable