Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dstop_machine.c244 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() argument
285 __cpu_stop_queue_work(stopper1, work1, &wakeq); in cpu_stop_queue_two_works()
320 struct cpu_stop_work work1, work2; in stop_two_cpus() local
330 work1 = work2 = (struct cpu_stop_work){ in stop_two_cpus()
341 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) in stop_two_cpus()