Home
last modified time | relevance | path

Searched defs:cpu_stop_done (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/
Dstop_machine.c30 struct cpu_stop_done { struct
54 static void cpu_stop_init_done(struct cpu_stop_done *done, unsigned int nr_todo) in cpu_stop_init_done() argument
/kernel/linux/linux-6.6/kernel/
Dstop_machine.c30 struct cpu_stop_done { struct
31 atomic_t nr_todo; /* nr left to execute */
32 int ret; /* collected return value */
33 struct completion completion; /* fired if nr_todo reaches 0 */