Linux Kernel
3.7.1
|
#include <smp.h>
Data Fields | |
void(* | smp_prepare_boot_cpu )(void) |
void(* | smp_prepare_cpus )(unsigned max_cpus) |
void(* | smp_cpus_done )(unsigned max_cpus) |
void(* | stop_other_cpus )(int wait) |
void(* | smp_send_reschedule )(int cpu) |
int(* | cpu_up )(unsigned cpu, struct task_struct *tidle) |
int(* | cpu_disable )(void) |
void(* | cpu_die )(unsigned int cpu) |
void(* | play_dead )(void) |
void(* | send_call_func_ipi )(const struct cpumask *mask) |
void(* | send_call_func_single_ipi )(int cpu) |