Home
last modified time | relevance | path

Searched refs:EXIT_ZOMBIE (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/
H A Dexit.c270 && leader->exit_state == EXIT_ZOMBIE) { in release_task()
692 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader()
761 tsk->exit_state = EXIT_ZOMBIE; in exit_notify()
1183 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) in wait_task_zombie()
1257 state = EXIT_ZOMBIE; in wait_task_zombie()
1482 if (exit_state == EXIT_ZOMBIE) { in wait_consider_task()
H A Dptrace.c544 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach()
/linux-6.15/include/linux/
H A Dsched.h108 #define EXIT_ZOMBIE 0x00000020 macro
109 #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD)
143 __TASK_TRACED | EXIT_DEAD | EXIT_ZOMBIE | \
/linux-6.15/include/trace/events/
H A Dsched.h260 { EXIT_ZOMBIE, "Z" },
/linux-6.15/fs/
H A Dexec.c1117 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread()
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c3257 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' : in show_task()