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

Go to the source code of this file.

Macros

#define is_dsp_enabled(tsk)   (0)
 
#define __save_dsp(tsk)   do { } while (0)
 
#define __restore_dsp(tsk)   do { } while (0)
 
#define switch_to(prev, next, last)
 
#define finish_arch_switch(prev)
 

Functions

struct task_struct__switch_to (struct task_struct *prev, struct task_struct *next)
 

Macro Definition Documentation

#define __restore_dsp (   tsk)    do { } while (0)

Definition at line 60 of file switch_to_32.h.

#define __save_dsp (   tsk)    do { } while (0)

Definition at line 59 of file switch_to_32.h.

#define finish_arch_switch (   prev)
Value:
do { \
__restore_dsp(prev); \
} while (0)

Definition at line 128 of file switch_to_32.h.

#define is_dsp_enabled (   tsk)    (0)

Definition at line 58 of file switch_to_32.h.

#define switch_to (   prev,
  next,
  last 
)

Definition at line 69 of file switch_to_32.h.

Function Documentation

struct task_struct* __switch_to ( struct task_struct prev,
struct task_struct next 
)
read

Definition at line 297 of file process.c.