Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dexit.c1123 EXIT_TRACE : EXIT_DEAD; in wait_task_zombie()
1196 if (state == EXIT_TRACE) { in wait_task_zombie()
1400 if (unlikely(exit_state == EXIT_TRACE)) { in wait_consider_task()
/openbmc/linux/include/linux/
H A Dsched.h93 #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD) macro
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c106 #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD) macro