Linux Kernel
3.7.1
|
#include <linux/cpu.h>
#include <linux/cpumask.h>
#include <linux/smp.h>
#include <linux/list.h>
#include <linux/workqueue.h>
Go to the source code of this file.
Data Structures | |
struct | cpu_stop_work |
Typedefs | |
typedef int(* | cpu_stop_fn_t )(void *arg) |
Definition at line 19 of file stop_machine.h.