Lines Matching refs:cpu_stopper
37 struct cpu_stopper { struct
49 static DEFINE_PER_CPU(struct cpu_stopper, cpu_stopper); argument
58 struct cpu_stopper *stopper = per_cpu_ptr(&cpu_stopper, task_cpu(task)); in print_stop_info()
84 static void __cpu_stop_queue_work(struct cpu_stopper *stopper, in __cpu_stop_queue_work()
95 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_queue_work()
264 struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); in cpu_stop_queue_two_works()
265 struct cpu_stopper *stopper2 = per_cpu_ptr(&cpu_stopper, cpu2); in cpu_stop_queue_two_works()
408 work = &per_cpu(cpu_stopper.stop_work, cpu); in queue_stop_cpus_work()
476 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_should_run()
488 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stopper_thread()
528 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in stop_machine_park()
540 sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu)); in cpu_stop_create()
545 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_park()
552 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in stop_machine_unpark()
559 .store = &cpu_stopper.thread,
573 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_init()