work1             244 kernel/stop_machine.c static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1,
work1             285 kernel/stop_machine.c 	__cpu_stop_queue_work(stopper1, work1, &wakeq);
work1             320 kernel/stop_machine.c 	struct cpu_stop_work work1, work2;
work1             330 kernel/stop_machine.c 	work1 = work2 = (struct cpu_stop_work){
work1             341 kernel/stop_machine.c 	if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2))