Searched refs:stopper (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| H A D | stop_machine.c | 58 struct cpu_stopper *stopper = per_cpu_ptr(&cpu_stopper, task_cpu(task)); in print_stop_info() local 60 if (task != stopper->thread) in print_stop_info() 63 printk("%sStopper: %pS <- %pS\n", log_lvl, stopper->fn, (void *)stopper->caller); in print_stop_info() 84 static void __cpu_stop_queue_work(struct cpu_stopper *stopper, in __cpu_stop_queue_work() argument 87 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work() 93 struct cpu_stopper *stopper = &per_cpu(cpu_stopper, cpu); in cpu_stop_queue_work() local 98 raw_spin_lock_irqsave(&stopper->lock, flags); in cpu_stop_queue_work() 99 enabled = stopper->enabled; in cpu_stop_queue_work() 101 __cpu_stop_queue_work(stopper, work); in cpu_stop_queue_work() 104 raw_spin_unlock_irqrestore(&stopper->lock, flags); in cpu_stop_queue_work() [all …]
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 227 mutex for regular read/write and BRA is a show-stopper. Independent
|