Searched refs:suspend_threads_started (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c34 static struct completion suspend_threads_started = variable in typeref:struct:completion
35 COMPLETION_INITIALIZER(suspend_threads_started);
283 wait_for_completion(&suspend_threads_started);
418 * wait for the completion of suspend_threads_started.
422 complete_all(&suspend_threads_started);

Completed in 148 milliseconds