Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/psci/
H A Dpsci_checker.c34 static struct completion suspend_threads_started = variable
35 COMPLETION_INITIALIZER(suspend_threads_started);
283 wait_for_completion(&suspend_threads_started); in suspend_test_thread()
422 complete_all(&suspend_threads_started); in suspend_tests()