Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
9 #define current get_current()
/linux-6.15/arch/um/include/asm/
H A Dcurrent.h13 static __always_inline struct task_struct *get_current(void) in get_current() function
19 #define current get_current()
/linux-6.15/arch/parisc/include/asm/
H A Dcurrent.h8 static __always_inline struct task_struct *get_current(void) in get_current() function
17 #define current get_current()
/linux-6.15/arch/arm64/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
24 #define current get_current()
/linux-6.15/arch/m68k/include/asm/
H A Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
25 #define current get_current()
H A Dentry.h228 #define GET_CURRENT(tmp) get_current tmp
229 .macro get_current reg=%d0
/linux-6.15/arch/riscv/include/asm/
H A Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
34 #define current get_current()
/linux-6.15/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
26 #define current get_current()
/linux-6.15/arch/x86/include/asm/
H A Dcurrent.h20 static __always_inline struct task_struct *get_current(void) in get_current() function
28 #define current get_current()
/linux-6.15/arch/xtensa/include/asm/
H A Dcurrent.h22 static __always_inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/linux-6.15/arch/s390/include/asm/
H A Dcurrent.h18 static __always_inline struct task_struct *get_current(void) in get_current() function
33 #define current get_current()
/linux-6.15/arch/arm/include/asm/
H A Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
61 #define current get_current()
H A Dassembler.h222 get_current \rd
331 .macro get_current, rd:req
/linux-6.15/drivers/power/supply/
H A Dmax77705_charger.c297 int get_current = 0; in max77705_get_input_current() local
305 get_current = MAX77705_CURRENT_CHGIN_MIN; in max77705_get_input_current()
307 get_current = MAX77705_CURRENT_CHGIN_MAX; in max77705_get_input_current()
309 get_current = (reg_data + 1) * MAX77705_CURRENT_CHGIN_STEP; in max77705_get_input_current()
311 *val = get_current; in max77705_get_input_current()
/linux-6.15/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/linux-6.15/rust/kernel/
H A Dtask.rs126 unsafe { bindings::get_current() } in current_raw()
/linux-6.15/arch/xtensa/mm/
H A Dtlb.c176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
/linux-6.15/arch/um/kernel/
H A Dtime.c859 if (get_current()->mm != NULL) in um_timer()
862 os_alarm_process(get_current()->mm->context.id.pid); in um_timer()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h168 struct task_struct *get_current(void);
169 #define current get_current()
H A Dvma.c51 struct task_struct *get_current(void) in get_current() function
/linux-6.15/arch/arm/mm/
H A Dproc-macros.S34 get_current \rd