Home
last modified time | relevance | path

Searched refs:exit_state (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/kernel/
Dexit.c210 && leader->exit_state == EXIT_ZOMBIE) { in release_task()
218 leader->exit_state = EXIT_DEAD; in release_task()
337 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp()
636 if (unlikely(p->exit_state == EXIT_DEAD)) in reparent_leader()
644 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader()
646 p->exit_state = EXIT_DEAD; in reparent_leader()
726 tsk->exit_state = autoreap ? EXIT_DEAD : EXIT_ZOMBIE; in exit_notify()
727 if (tsk->exit_state == EXIT_DEAD) in exit_notify()
1070 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) in wait_task_zombie()
1151 p->exit_state = state; in wait_task_zombie()
[all …]
Dptrace.c386 if (unlikely(task->exit_state)) in ptrace_attach()
510 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach()
525 p->exit_state = EXIT_DEAD; in __ptrace_detach()
542 WARN_ON(!child->ptrace || child->exit_state); in ptrace_detach()
1067 if (child->exit_state) /* already dead */ in ptrace_request()
Dtaskstats.c231 if (tsk->exit_state) in fill_stats_for_tgid()
Dfork.c677 WARN_ON(!tsk->exit_state); in __put_task_struct()
Dsignal.c1274 if (t->exit_state) in zap_other_threads()
/Linux-v4.19/include/linux/
Drcuwait.h45 WARN_ON(current->exit_state); \
Dsched.h697 int exit_state; member
1326 unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT; in task_state_index()
/Linux-v4.19/drivers/scsi/isci/
Dphy.c1343 .exit_state = sci_phy_starting_await_sas_power_substate_exit,
1347 .exit_state = sci_phy_starting_await_sata_power_substate_exit
1351 .exit_state = sci_phy_starting_await_sata_phy_substate_exit
1355 .exit_state = sci_phy_starting_await_sata_speed_substate_exit
1359 .exit_state = sci_phy_starting_await_sig_fis_uf_substate_exit
1366 .exit_state = sci_phy_ready_state_exit,
Disci.h530 sci_state_transition_t exit_state; /* Called on state exit */ member
Dport.c1579 .exit_state = sci_port_stopped_state_exit
1582 .exit_state = sci_port_stopping_state_exit
1589 .exit_state = scic_sds_port_ready_substate_waiting_exit,
1593 .exit_state = sci_port_ready_substate_operational_exit
1599 .exit_state = sci_port_resetting_state_exit
Dremote_device.c1207 .exit_state = sci_remote_device_ready_state_exit
1226 .exit_state = sci_smp_remote_device_ready_cmd_substate_exit,
1232 .exit_state = sci_remote_device_resetting_state_exit
Dhost.c169 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()
1579 .exit_state = sci_controller_starting_state_exit,
1583 .exit_state = sci_controller_ready_state_exit,
1590 .exit_state = sci_controller_stopping_state_exit,
Dremote_node_context.c413 .exit_state = sci_remote_node_context_await_suspend_state_exit,
/Linux-v4.19/kernel/debug/kdb/
Dkdb_support.c636 (p->exit_state & EXIT_ZOMBIE) ? 'Z' : in kdb_task_state_char()
637 (p->exit_state & EXIT_DEAD) ? 'E' : in kdb_task_state_char()
/Linux-v4.19/fs/
Dexec.c1109 if (likely(leader->exit_state)) in de_thread()
1161 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread()
1162 leader->exit_state = EXIT_DEAD; in de_thread()
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c1019 if (unlikely(p->exit_state)) in posix_cpu_timer_rearm()
1039 } else if (unlikely(p->exit_state) && thread_group_empty(p)) { in posix_cpu_timer_rearm()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c2977 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' : in show_task()
2978 (tsk->exit_state & EXIT_DEAD) ? 'E' : in show_task()
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c2577 if (task->exit_state == EXIT_ZOMBIE) { in pfm_task_incompatible()