Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/
Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
9 #define current get_current()
/linux-6.6.21/arch/arm64/include/asm/
Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
24 #define current get_current()
/linux-6.6.21/arch/parisc/include/asm/
Dcurrent.h8 static __always_inline struct task_struct *get_current(void) in get_current() function
17 #define current get_current()
/linux-6.6.21/arch/riscv/include/asm/
Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
34 #define current get_current()
/linux-6.6.21/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
/linux-6.6.21/arch/powerpc/include/asm/
Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
26 #define current get_current()
/linux-6.6.21/arch/xtensa/include/asm/
Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/linux-6.6.21/arch/x86/include/asm/
Dcurrent.h39 static __always_inline struct task_struct *get_current(void) in get_current() function
44 #define current get_current()
/linux-6.6.21/arch/arm/include/asm/
Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
67 #define current get_current()
Dassembler.h221 get_current \rd
330 .macro get_current, rd:req
/linux-6.6.21/arch/microblaze/include/asm/
Dcurrent.h23 # define get_current() current macro
/linux-6.6.21/rust/kernel/
Dtask.rs105 let ptr = unsafe { bindings::get_current() }; in current()
/linux-6.6.21/arch/um/kernel/
Dtime.c719 if (get_current()->mm != NULL) in um_timer()
722 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
/linux-6.6.21/arch/xtensa/mm/
Dtlb.c176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
/linux-6.6.21/arch/arm/mm/
Dproc-macros.S34 get_current \rd
/linux-6.6.21/drivers/accel/ivpu/
Divpu_ipc.c20 #define IS_KTHREAD() (get_current()->flags & PF_KTHREAD)