Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dcpu.c74 struct completion done_down; member
247 struct completion *done = bringup ? &st->done_up : &st->done_down; in wait_for_ap_thread()
253 struct completion *done = bringup ? &st->done_up : &st->done_down; in complete_ap_thread()
644 init_completion(&st->done_down); in cpuhp_create()