Home
last modified time | relevance | path

Searched refs:autoreap (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/
Dexit.c649 bool autoreap; in exit_notify() local
665 autoreap = do_notify_parent(tsk, sig); in exit_notify()
667 autoreap = thread_group_empty(tsk) && in exit_notify()
670 autoreap = true; in exit_notify()
673 if (autoreap) { in exit_notify()
Dsignal.c1912 bool autoreap = false; in do_notify_parent() local
1989 autoreap = true; in do_notify_parent()
2002 return autoreap; in do_notify_parent()