Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A DbL_switcher.c151 struct completion inbound_alive; in bL_switch_to() local
179 init_completion(&inbound_alive); in bL_switch_to()
180 ipi_nr = register_ipi_completion(&inbound_alive, this_cpu); in bL_switch_to()
204 wait_for_completion(&inbound_alive); in bL_switch_to()