Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c236 static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, in cpu_stop_queue_two_works() argument
239 struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); in cpu_stop_queue_two_works()
309 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument
319 .active_cpus = cpumask_of(cpu1), in stop_two_cpus()
331 if (cpu1 > cpu2) in stop_two_cpus()
332 swap(cpu1, cpu2); in stop_two_cpus()
333 if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) in stop_two_cpus()