|
Linux Kernel
3.7.1
|
#include <linux/topology.h>#include <linux/module.h>#include <asm/processor.h>#include <asm/smp.h>Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL (cpu_to_node_map) | |
| EXPORT_SYMBOL (node_to_cpu_mask) | |
| void __cpuinit | map_cpu_to_node (int cpu, int nid) |
| void __cpuinit | unmap_cpu_from_node (int cpu, int nid) |
| void __init | build_cpu_to_node_map (void) |
Variables | |
| u16 cpu_to_node_map[NR_CPUS] | __cacheline_aligned |
| EXPORT_SYMBOL | ( | cpu_to_node_map | ) |
| EXPORT_SYMBOL | ( | node_to_cpu_mask | ) |
| cpumask_t node_to_cpu_mask [MAX_NUMNODES] __cacheline_aligned |
1.8.2