Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c37 struct cpu_stopper { struct
47 static DEFINE_PER_CPU(struct cpu_stopper, cpu_stopper); argument
68 static void __cpu_stop_queue_work(struct cpu_stopper *stopper, in __cpu_stop_queue_work()
79 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_queue_work()
247 struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); in cpu_stop_queue_two_works()
248 struct cpu_stopper *stopper2 = per_cpu_ptr(&cpu_stopper, cpu2); in cpu_stop_queue_two_works()
390 work = &per_cpu(cpu_stopper.stop_work, cpu); in queue_stop_cpus_work()
487 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_should_run()
499 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stopper_thread()
535 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in stop_machine_park()
[all …]