Home
last modified time | relevance | path

Searched defs:free_task_struct (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h116 #define free_task_struct(p) \ macro
/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h89 #define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER) macro
/openbmc/linux/kernel/
H A Dfork.c176 static inline void free_task_struct(struct task_struct *tsk) in free_task_struct() function
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1315 #define free_task_struct(p) free_pages((unsigned long)(p),1) macro