Home
last modified time | relevance | path

Searched refs:unwind_task_free (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dunwind_deferred.h34 void unwind_task_free(struct task_struct *task);
69 static inline void unwind_task_free(struct task_struct *task) {} in unwind_task_free() function
/linux/kernel/unwind/
H A Ddeferred.c356 void unwind_task_free(struct task_struct *task) in unwind_task_free() function
/linux/kernel/
H A Dfork.c739 unwind_task_free(tsk); in __put_task_struct()