Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c262 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() argument
265 struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); in cpu_stop_queue_two_works()
335 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument
345 .active_cpus = cpumask_of(cpu1), in stop_two_cpus()
358 if (cpu1 > cpu2) in stop_two_cpus()
359 swap(cpu1, cpu2); in stop_two_cpus()
360 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) in stop_two_cpus()