Home
last modified time | relevance | path

Searched refs:work1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/
Dstop_machine.c219 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() argument
235 __cpu_stop_queue_work(stopper1, work1); in cpu_stop_queue_two_works()
258 struct cpu_stop_work work1, work2; in stop_two_cpus() local
269 work1 = work2 = (struct cpu_stop_work){ in stop_two_cpus()
280 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) { in stop_two_cpus()