Home
last modified time | relevance | path

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

/kernel/sched/
Dcompletion.c315 bool completion_done(struct completion *x) in completion_done() function
331 EXPORT_SYMBOL(completion_done);
/kernel/
Dwatchdog.c377 if (completion_done(this_cpu_ptr(&softlockup_completion))) { in watchdog_timer_fn()
Dstop_machine.c684 while (!completion_done(&done.completion)) in stop_machine_from_inactive_cpu()
/kernel/locking/
Dtest-ww_mutex.c74 if (completion_done(&mtx.done)) { in __test_mutex()