Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dsmpboot.c135 static struct cpumask cpu_started; variable
175 if (cpumask_test_and_set_cpu(cpuid, &cpu_started)) { in start_secondary()
218 for (; !cpumask_test_cpu(cpu, &cpu_started); timeout++) { in __cpu_up()