Searched refs:num_aps (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | mp_init.c | 311 static int start_aps(int ap_count, atomic_t *num_aps) in start_aps() argument 352 wait_for_aps(num_aps, ap_count, 200, 15); in start_aps() 365 if (wait_for_aps(num_aps, ap_count, 10000, 50)) { in start_aps() 367 atomic_read(num_aps), ap_count); in start_aps() 380 int num_aps = num_cpus - 1; in bsp_do_flight_plan() local 388 if (wait_for_aps(&rec->cpus_entered, num_aps, in bsp_do_flight_plan() 487 int num_aps; in mp_init() local 544 num_aps = num_cpus - 1; in mp_init() 545 ret = start_aps(num_aps, ap_count); in mp_init() 549 num_aps); in mp_init()
|