Searched defs:cpu_stop_done (Results 1 – 2 of 2) sorted by relevance
30 struct cpu_stop_done { struct54 static void cpu_stop_init_done(struct cpu_stop_done *done, unsigned int nr_todo) in cpu_stop_init_done() argument
30 struct cpu_stop_done { struct31 atomic_t nr_todo; /* nr left to execute */32 int ret; /* collected return value */33 struct completion completion; /* fired if nr_todo reaches 0 */