Searched refs:wait_ms (Results 1 – 2 of 2) sorted by relevance
92 int psci_stop_other_cores(unsigned int wait_ms,
990 int psci_stop_other_cores(unsigned int wait_ms, in psci_stop_other_cores() argument1011 if (wait_ms != 0U) { in psci_stop_other_cores()1012 while ((wait_ms-- != 0U) && (psci_is_last_on_cpu() != 0U)) { in psci_stop_other_cores()
Completed in 12 milliseconds