Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Dsmp.c24 static int _cpu_count; variable
72 return _cpu_count; in cpu_count()
284 _cpu_count = fwcfg_get_nb_cpus(); in bringup_aps()
286 printf("smp: waiting for %d APs\n", _cpu_count - 1); in bringup_aps()
287 while (_cpu_count != atomic_read(&cpu_online_count)) in bringup_aps()