Home
last modified time | relevance | path

Searched refs:EXIT_DEAD (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/
H A Dexit.c274 leader->exit_state = EXIT_DEAD; in release_task()
664 if (unlikely(p->exit_state == EXIT_DEAD)) in reparent_leader()
674 p->exit_state = EXIT_DEAD; in reparent_leader()
756 tsk->exit_state = EXIT_DEAD; in exit_notify()
980 tsk->exit_state = EXIT_DEAD; in make_task_dead()
1123 EXIT_TRACE : EXIT_DEAD; in wait_task_zombie()
1135 if (state == EXIT_DEAD && thread_group_leader(p)) { in wait_task_zombie()
1204 state = EXIT_DEAD; in wait_task_zombie()
1208 if (state == EXIT_DEAD) in wait_task_zombie()
1393 if (unlikely(exit_state == EXIT_DEAD)) in wait_consider_task()
H A Dptrace.c579 p->exit_state = EXIT_DEAD; in __ptrace_detach()
/openbmc/linux/include/linux/
H A Dsched.h91 #define EXIT_DEAD 0x00000010 macro
93 #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD)
127 __TASK_TRACED | EXIT_DEAD | EXIT_ZOMBIE | \
/openbmc/linux/include/trace/events/
H A Dsched.h261 { EXIT_DEAD, "X" },
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c104 #define EXIT_DEAD 16 macro
106 #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD)
/openbmc/linux/fs/
H A Dexec.c1145 leader->exit_state = EXIT_DEAD; in de_thread()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3277 (tsk->exit_state & EXIT_DEAD) ? 'E' : in show_task()