Searched refs:exit_state (Results 1 – 14 of 14) sorted by relevance
210 && leader->exit_state == EXIT_ZOMBIE) { in release_task()218 leader->exit_state = EXIT_DEAD; in release_task()602 if (unlikely(p->exit_state == EXIT_DEAD)) in reparent_leader()612 p->exit_state = EXIT_DEAD; in reparent_leader()679 tsk->exit_state = EXIT_ZOMBIE; in exit_notify()694 tsk->exit_state = EXIT_DEAD; in exit_notify()1110 p->exit_state = state; in wait_task_zombie()1295 int exit_state = READ_ONCE(p->exit_state); in wait_consider_task() local1298 if (unlikely(exit_state == EXIT_DEAD)) in wait_consider_task()1305 if (unlikely(exit_state == EXIT_TRACE)) { in wait_consider_task()[all …]
417 if (unlikely(task->exit_state)) in ptrace_attach()541 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach()556 p->exit_state = EXIT_DEAD; in __ptrace_detach()573 WARN_ON(!child->ptrace || child->exit_state); in ptrace_detach()1224 if (child->exit_state) /* already dead */ in ptrace_request()
217 if (tsk->exit_state) in fill_stats_for_tgid()
1372 if (t->exit_state) in zap_other_threads()1998 WARN_ON(task->exit_state == 0); in do_notify_pidfd()
744 WARN_ON(!tsk->exit_state); in __put_task_struct()
1340 .exit_state = sci_phy_starting_await_sas_power_substate_exit,1344 .exit_state = sci_phy_starting_await_sata_power_substate_exit1348 .exit_state = sci_phy_starting_await_sata_phy_substate_exit1352 .exit_state = sci_phy_starting_await_sata_speed_substate_exit1356 .exit_state = sci_phy_starting_await_sig_fis_uf_substate_exit1363 .exit_state = sci_phy_ready_state_exit,
1582 .exit_state = sci_port_stopped_state_exit1585 .exit_state = sci_port_stopping_state_exit1592 .exit_state = scic_sds_port_ready_substate_waiting_exit,1596 .exit_state = sci_port_ready_substate_operational_exit1602 .exit_state = sci_port_resetting_state_exit
530 sci_state_transition_t exit_state; /* Called on state exit */ member
1208 .exit_state = sci_remote_device_ready_state_exit1227 .exit_state = sci_smp_remote_device_ready_cmd_substate_exit,1233 .exit_state = sci_remote_device_resetting_state_exit
167 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()1577 .exit_state = sci_controller_starting_state_exit,1581 .exit_state = sci_controller_ready_state_exit,1588 .exit_state = sci_controller_stopping_state_exit,
406 .exit_state = sci_remote_node_context_await_suspend_state_exit,
1088 if (likely(leader->exit_state)) in de_thread()1136 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread()1137 leader->exit_state = EXIT_DEAD; in de_thread()
864 int exit_state; member1618 unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT; in task_state_index()
3271 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' : in show_task()3272 (tsk->exit_state & EXIT_DEAD) ? 'E' : in show_task()
Completed in 54 milliseconds