Home
last modified time | relevance | path

Searched refs:debug_cpumask_set_cpu (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dnuma.h61 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable);
/linux/include/asm-generic/
H A Dnuma.h53 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable);
/linux/arch/x86/mm/
H A Dnuma.c363 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable) in debug_cpumask_set_cpu() function
392 debug_cpumask_set_cpu(cpu, early_cpu_to_node(cpu), enable); in numa_set_cpumask()
/linux/drivers/base/
H A Darch_numa.c356 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable) in debug_cpumask_set_cpu() function
/linux/mm/
H A Dnuma_emulation.c589 debug_cpumask_set_cpu(cpu, nid, enable); in numa_set_cpumask()