Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dunwind_deferred.h42 void unwind_deferred_task_exit(struct task_struct *task);
76 static inline void unwind_deferred_task_exit(struct task_struct *task) {} in unwind_deferred_task_exit() function
/linux/kernel/unwind/
H A Ddeferred.c194 void unwind_deferred_task_exit(struct task_struct *task) in unwind_deferred_task_exit() function
/linux/kernel/
H A Dexit.c937 unwind_deferred_task_exit(tsk); in do_exit()