/linux-3.3/arch/mn10300/include/asm/ |
D | current.h | 23 #define get_current() current macro 29 struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/frv/include/asm/ |
D | current.h | 22 #define get_current() current macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | current.h | 6 #define get_current() (current_thread_info()->task) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | current.h | 26 # define get_current() current macro
|
/linux-3.3/include/asm-generic/ |
D | current.h | 6 #define get_current() (current_thread_info()->task) macro
|
/linux-3.3/arch/arm/include/asm/ |
D | current.h | 8 static inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/h8300/include/asm/ |
D | current.h | 18 static inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/cris/include/asm/ |
D | current.h | 8 static inline struct task_struct * get_current(void) in get_current() function
|
/linux-3.3/arch/avr32/include/asm/ |
D | current.h | 8 inline static struct task_struct * get_current(void) in get_current() function
|
/linux-3.3/arch/tile/include/asm/ |
D | current.h | 22 static inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/parisc/include/asm/ |
D | current.h | 8 static inline struct task_struct * get_current(void) in get_current() function
|
/linux-3.3/arch/m68k/include/asm/ |
D | current.h | 19 static inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/m32r/include/asm/ |
D | current.h | 8 static __inline__ struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/x86/include/asm/ |
D | current.h | 12 static __always_inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/powerpc/include/asm/ |
D | current.h | 18 static inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/xtensa/include/asm/ |
D | current.h | 20 static inline struct task_struct *get_current(void) in get_current() function
|
/linux-3.3/arch/um/kernel/ |
D | process.c | 129 void *get_current(void) in get_current() function
|