Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
current.h File Reference
#include <linux/compiler.h>
#include <asm/percpu.h>

Go to the source code of this file.

Macros

#define current   get_current()
 

Functions

 DECLARE_PER_CPU (struct task_struct *, current_task)
 

Macro Definition Documentation

#define current   get_current()

Definition at line 17 of file current.h.

Function Documentation

DECLARE_PER_CPU ( struct task_struct ,
current_task   
)