Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c124 struct completion task_ready; member
324 complete(&u->task_ready); in unwindme_func4()
383 complete(&u->task_ready); in unwindme_timer_fn()
392 init_completion(&u->task_ready); in test_unwind_irq()
395 wait_for_completion(&u->task_ready); in test_unwind_irq()
406 init_completion(&u->task_ready); in test_unwind_task()
422 wait_for_completion(&u->task_ready); in test_unwind_task()