Searched refs:ap_boot_mtx (Results 1 – 3 of 3) sorted by relevance
64 struct mtx ap_boot_mtx; variable111 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()191 mtx_lock_spin(&ap_boot_mtx); in init_secondary()200 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()
65 static struct mtx ap_boot_mtx; variable96 mtx_lock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()103 mtx_unlock_spin(&ap_boot_mtx); in machdep_ap_bootstrap()231 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_unleash()
98 static struct mtx ap_boot_mtx; variable194 mtx_lock_spin(&ap_boot_mtx); in init_secondary()203 mtx_unlock_spin(&ap_boot_mtx); in init_secondary()423 mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN); in cpu_mp_start()