Home
last modified time | relevance | path

Searched defs:get_current (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dcurrent.h23 # define get_current() current macro
/kernel/linux/linux-5.10/include/asm-generic/
Dcurrent.h7 #define get_current() (current_thread_info()->task) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcurrent.h13 static __always_inline struct task_struct *get_current(void) in get_current() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function