Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/smp/
Dsmp.c61 int core_to_start = 0; in smp_init() local
82 ++core_to_start; in smp_init()
127 while (num_cpu_started != (core_to_start + 1)) in smp_init()