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

/linux-4.4.14/kernel/
H A Dstop_machine.c220 int cpu2, struct cpu_stop_work *work2) cpu_stop_queue_two_works()
236 __cpu_stop_queue_work(stopper2, work2); cpu_stop_queue_two_works()
258 struct cpu_stop_work work1, work2; stop_two_cpus() local
269 work1 = work2 = (struct cpu_stop_work){ stop_two_cpus()
280 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) { stop_two_cpus()
219 cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, int cpu2, struct cpu_stop_work *work2) cpu_stop_queue_two_works() argument

Completed in 77 milliseconds