Searched refs:num_aps (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/
H A Dtboot.c315 static int tboot_wait_for_aps(int num_aps) argument
320 while (atomic_read((atomic_t *)&tboot->num_in_wfs) != num_aps &&
329 return !(atomic_read((atomic_t *)&tboot->num_in_wfs) == num_aps);

Completed in 31 milliseconds