get_current 15 arch/arm64/include/asm/current.h static __always_inline struct task_struct *get_current(void) get_current 20 arch/m68k/include/asm/current.h static inline struct task_struct *get_current(void) get_current 26 arch/microblaze/include/asm/current.h # define get_current() current get_current 15 arch/powerpc/include/asm/current.h static inline struct task_struct *get_current(void) get_current 27 arch/riscv/include/asm/current.h static __always_inline struct task_struct *get_current(void) get_current 13 arch/x86/include/asm/current.h static __always_inline struct task_struct *get_current(void) get_current 22 arch/xtensa/include/asm/current.h static inline struct task_struct *get_current(void) get_current 7 include/asm-generic/current.h #define get_current() (current_thread_info()->task)