Linux Kernel
3.7.1
|
#include <linux/linkage.h>
Go to the source code of this file.
Macros | |
#define | prepare_to_switch() do { } while (0) |
#define | switch_to(prev, next, last) |
Functions | |
asmlinkage void * | __switch_to (struct thread_struct *prev, struct thread_struct *next, struct task_struct *tsk) |
#define prepare_to_switch | ( | ) | do { } while (0) |
Definition at line 16 of file switch_to.h.
Definition at line 24 of file switch_to.h.
asmlinkage void* __switch_to | ( | struct thread_struct * | prev, |
struct thread_struct * | next, | ||
struct task_struct * | tsk | ||
) |