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

/linux-master/kernel/
H A Dcpu.c64 * @done_down: Signal completion to the issuer of the task for cpu-down
82 struct completion done_down; member in struct:cpuhp_cpu_state
263 struct completion *done = bringup ? &st->done_up : &st->done_down;
269 struct completion *done = bringup ? &st->done_up : &st->done_down;
357 * Late CPU shutdown synchronization point. Cannot use cpuhp_state::done_down
1200 init_completion(&st->done_down);

Completed in 110 milliseconds