Searched defs:get_current (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) function
/linux-master/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) function
/linux-master/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/linux-master/arch/m68k/include/asm/
H A Dcurrent.h20 static inline struct task_struct *get_current(void) function
/linux-master/arch/parisc/include/asm/
H A Dcurrent.h8 static __always_inline struct task_struct *get_current(void) function
/linux-master/arch/xtensa/include/asm/
H A Dcurrent.h22 static inline struct task_struct *get_current(void) function
/linux-master/arch/riscv/include/asm/
H A Dcurrent.h29 static __always_inline struct task_struct *get_current(void) function
/linux-master/include/asm-generic/
H A Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
/linux-master/arch/arm/include/asm/
H A Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) function
/linux-master/arch/x86/include/asm/
H A Dcurrent.h44 static __always_inline struct task_struct *get_current(void) function

Completed in 147 milliseconds