Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
418 * wait for the completion of suspend_threads_started. in suspend_tests()
422 complete_all(&suspend_threads_started); in suspend_tests()
/kernel/linux/linux-6.6/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()
418 * wait for the completion of suspend_threads_started. in suspend_tests()
422 complete_all(&suspend_threads_started); in suspend_tests()

Completed in 2 milliseconds