Home
last modified time | relevance | path

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

/Linux-v6.1/include/asm-generic/
Dcurrent.h7 #define get_current() (current_thread_info()->task) macro
/Linux-v6.1/arch/microblaze/include/asm/
Dcurrent.h23 # define get_current() current macro
/Linux-v6.1/arch/m68k/include/asm/
Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/riscv/include/asm/
Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/x86/include/asm/
Dcurrent.h13 static __always_inline struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/arm/include/asm/
Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/arm64/include/asm/
Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/parisc/include/asm/
Dcurrent.h8 static __always_inline struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/powerpc/include/asm/
Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
/Linux-v6.1/arch/xtensa/include/asm/
Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function