Linux Kernel
3.7.1
|
#include <linux/percpu.h>
Go to the source code of this file.
Macros | |
#define | PERFMON_IS_SYSWIDE() (0) |
#define | IA64_HAS_EXTRA_STATE(t) |
#define | __switch_to(prev, next, last) |
#define | switch_to(prev, next, last) __switch_to(prev, next, last) |
Functions | |
struct task_struct * | ia64_switch_to (void *next_task) |
void | ia64_save_extra (struct task_struct *task) |
void | ia64_load_extra (struct task_struct *task) |
Definition at line 44 of file switch_to.h.
#define IA64_HAS_EXTRA_STATE | ( | t | ) |
Definition at line 40 of file switch_to.h.
#define PERFMON_IS_SYSWIDE | ( | ) | (0) |
Definition at line 37 of file switch_to.h.
Definition at line 76 of file switch_to.h.
void ia64_load_extra | ( | struct task_struct * | task | ) |
void ia64_save_extra | ( | struct task_struct * | task | ) |
|
read |