Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c78 struct completion done_up; member
252 struct completion *done = bringup ? &st->done_up : &st->done_down; in wait_for_ap_thread()
258 struct completion *done = bringup ? &st->done_up : &st->done_down; in complete_ap_thread()
650 init_completion(&st->done_up); in cpuhp_create()