Searched refs:stopper (Results 1 – 1 of 1) sorted by relevance
76 static void __cpu_stop_queue_work(struct cpu_stopper *stopper, in __cpu_stop_queue_work() argument79 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work()80 wake_up_process(stopper->thread); in __cpu_stop_queue_work()86 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_queue_work() local89 spin_lock_irqsave(&stopper->lock, flags); in cpu_stop_queue_work()90 if (stopper->enabled) in cpu_stop_queue_work()91 __cpu_stop_queue_work(stopper, work); in cpu_stop_queue_work()94 spin_unlock_irqrestore(&stopper->lock, flags); in cpu_stop_queue_work()421 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_should_run() local425 spin_lock_irqsave(&stopper->lock, flags); in cpu_stop_should_run()[all …]