Searched refs:stopper (Results 1 – 1 of 1) sorted by relevance
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()89 wake_q_add(wakeq, stopper->thread); in __cpu_stop_queue_work()102 enabled = stopper->enabled; in cpu_stop_queue_work()508 stopper->caller = work->caller; in cpu_stopper_thread()509 stopper->fn = fn; in cpu_stopper_thread()518 stopper->fn = NULL; in cpu_stopper_thread()519 stopper->caller = 0; in cpu_stopper_thread()534 stopper->enabled = false; in stop_machine_park()535 kthread_park(stopper->thread); in stop_machine_park()[all …]
Completed in 5 milliseconds