work2             245 kernel/stop_machine.c 				    int cpu2, struct cpu_stop_work *work2)
work2             286 kernel/stop_machine.c 	__cpu_stop_queue_work(stopper2, work2, &wakeq);
work2             320 kernel/stop_machine.c 	struct cpu_stop_work work1, work2;
work2             330 kernel/stop_machine.c 	work1 = work2 = (struct cpu_stop_work){
work2             341 kernel/stop_machine.c 	if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2))