Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
switch_to.h File Reference

Go to the source code of this file.

Macros

#define switch_to(prev, next, last)
 

Functions

void_switch_to (void *last, void *next)
 

Macro Definition Documentation

#define switch_to (   prev,
  next,
  last 
)
Value:
do { \
} while(0)

Definition at line 17 of file switch_to.h.

Function Documentation

void* _switch_to ( void last,
void next 
)