Searched refs:exit_state (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/kernel/ |
| D | exit.c | 208 && leader->exit_state == EXIT_ZOMBIE) { in release_task() 216 leader->exit_state = EXIT_DEAD; in release_task() 275 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp() 581 if (unlikely(p->exit_state == EXIT_DEAD)) in reparent_leader() 589 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader() 591 p->exit_state = EXIT_DEAD; in reparent_leader() 658 tsk->exit_state = EXIT_ZOMBIE; in exit_notify() 673 tsk->exit_state = EXIT_DEAD; in exit_notify() 1006 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) in wait_task_zombie() 1087 p->exit_state = state; in wait_task_zombie() [all …]
|
| D | ptrace.c | 400 if (unlikely(task->exit_state)) in ptrace_attach() 524 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach() 539 p->exit_state = EXIT_DEAD; in __ptrace_detach() 556 WARN_ON(!child->ptrace || child->exit_state); in ptrace_detach() 1189 if (child->exit_state) /* already dead */ in ptrace_request()
|
| D | taskstats.c | 217 if (tsk->exit_state) in fill_stats_for_tgid()
|
| D | signal.c | 1360 if (t->exit_state) in zap_other_threads() 1895 WARN_ON(task->exit_state == 0); in do_notify_pidfd()
|
| D | fork.c | 728 WARN_ON(!tsk->exit_state); in __put_task_struct()
|
| /Linux-v5.10/drivers/scsi/isci/ |
| D | phy.c | 1344 .exit_state = sci_phy_starting_await_sas_power_substate_exit, 1348 .exit_state = sci_phy_starting_await_sata_power_substate_exit 1352 .exit_state = sci_phy_starting_await_sata_phy_substate_exit 1356 .exit_state = sci_phy_starting_await_sata_speed_substate_exit 1360 .exit_state = sci_phy_starting_await_sig_fis_uf_substate_exit 1367 .exit_state = sci_phy_ready_state_exit,
|
| D | isci.h | 530 sci_state_transition_t exit_state; /* Called on state exit */ member
|
| D | port.c | 1579 .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
|
| D | remote_device.c | 1207 .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
|
| D | host.c | 169 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,
|
| D | remote_node_context.c | 413 .exit_state = sci_remote_node_context_await_suspend_state_exit,
|
| /Linux-v5.10/kernel/debug/kdb/ |
| D | kdb_support.c | 637 (p->exit_state & EXIT_ZOMBIE) ? 'Z' : in kdb_task_state_char() 638 (p->exit_state & EXIT_DEAD) ? 'E' : in kdb_task_state_char()
|
| /Linux-v5.10/fs/ |
| D | exec.c | 1090 if (likely(leader->exit_state)) in de_thread() 1138 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread() 1139 leader->exit_state = EXIT_DEAD; in de_thread()
|
| /Linux-v5.10/include/linux/ |
| D | sched.h | 766 int exit_state; member 1482 unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT; in task_state_index()
|
| /Linux-v5.10/arch/powerpc/xmon/ |
| D | xmon.c | 3206 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' : in show_task() 3207 (tsk->exit_state & EXIT_DEAD) ? 'E' : in show_task()
|