Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dexit.c725 bool autoreap; in exit_notify() local
741 autoreap = do_notify_parent(tsk, sig); in exit_notify()
743 autoreap = thread_group_empty(tsk) && in exit_notify()
746 autoreap = true; in exit_notify()
749 if (autoreap) { in exit_notify()
Dsignal.c2030 bool autoreap = false; in do_notify_parent() local
2107 autoreap = true; in do_notify_parent()
2120 return autoreap; in do_notify_parent()