Home
last modified time | relevance | path

Searched defs:get_task_struct (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h115 #define get_task_struct(p) atomic_inc(&(p)->thread.refcount) macro
/openbmc/linux/include/linux/sched/
H A Dtask.h114 static inline struct task_struct *get_task_struct(struct task_struct *t) in get_task_struct() function
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1316 #define get_task_struct(tsk) atomic_inc(&mem_map[MAP_NR(tsk)].count) macro