#include <linux/completion.h>
#include <linux/cpu.h>
#include <linux/init.h>
#include <linux/kthread.h>
#include <linux/export.h>
#include <linux/percpu.h>
#include <linux/sched.h>
#include <linux/stop_machine.h>
#include <linux/interrupt.h>
#include <linux/kallsyms.h>
#include <linux/atomic.h>
Go to the source code of this file.
|
int | stop_one_cpu (unsigned int cpu, cpu_stop_fn_t fn, void *arg) |
|
void | stop_one_cpu_nowait (unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf) |
|
int | stop_cpus (const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) |
|
int | try_stop_cpus (const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) |
|
void | sched_set_stop_task (int cpu, struct task_struct *stop) |
|
| early_initcall (cpu_stop_init) |
|
early_initcall |
( |
cpu_stop_init |
| ) |
|