Lines Matching refs:cpu
18 void numa_clear_node(unsigned int cpu);
35 void __init early_map_cpu_to_node(unsigned int cpu, int nid);
36 int early_cpu_to_node(int cpu);
37 void numa_store_cpu_info(unsigned int cpu);
38 void numa_add_cpu(unsigned int cpu);
39 void numa_remove_cpu(unsigned int cpu);
43 static inline void numa_store_cpu_info(unsigned int cpu) { } in numa_store_cpu_info() argument
44 static inline void numa_add_cpu(unsigned int cpu) { } in numa_add_cpu() argument
45 static inline void numa_remove_cpu(unsigned int cpu) { } in numa_remove_cpu() argument
47 static inline void early_map_cpu_to_node(unsigned int cpu, int nid) { } in early_map_cpu_to_node() argument
48 static inline int early_cpu_to_node(int cpu) { return 0; } in early_cpu_to_node() argument
53 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable);