Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcurrent.h7 #define get_current() (current_thread_info()->task) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcurrent.h13 static __always_inline struct task_struct *get_current(void) in get_current() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpower_delivery.h16 int (*get_current)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/include/power/
H A Dfuel_gauge.h19 int (*get_current)(struct udevice *dev); member
H A Dregulator.h211 int (*get_current)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial.c374 static struct serial_device *get_current(void) in get_current() function