Home
last modified time | relevance | path

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

/arch/riscv/include/asm/
Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
34 #define current get_current()
/arch/m68k/include/asm/
Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
25 #define current get_current()
Dentry.h228 #define GET_CURRENT(tmp) get_current tmp
229 .macro get_current reg=%d0
/arch/arm64/include/asm/
Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
24 #define current get_current()
/arch/x86/include/asm/
Dcurrent.h13 static __always_inline struct task_struct *get_current(void) in get_current() function
18 #define current get_current()
/arch/powerpc/include/asm/
Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
26 #define current get_current()
/arch/xtensa/include/asm/
Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/arch/microblaze/include/asm/
Dcurrent.h23 # define get_current() current macro
/arch/um/kernel/
Dtime.c600 if (get_current()->mm != NULL) in um_timer()
603 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
/arch/xtensa/mm/
Dtlb.c169 struct task_struct *task = get_current(); in get_pte_for_vaddr()