Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dtboot.h113 u32 num_in_wfs; member
/linux-5.19.10/arch/x86/kernel/
Dtboot.c326 while (atomic_read((atomic_t *)&tboot->num_in_wfs) != num_aps && in tboot_wait_for_aps()
335 return !(atomic_read((atomic_t *)&tboot->num_in_wfs) == num_aps); in tboot_wait_for_aps()