Searched refs:exit_state (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/ |
| H A D | exit.c | 275 && leader->exit_state == EXIT_ZOMBIE) { in release_task() 286 leader->exit_state = EXIT_DEAD; in release_task() 358 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp() 676 if (unlikely(p->exit_state == EXIT_DEAD)) in reparent_leader() 684 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader() 686 p->exit_state = EXIT_DEAD; in reparent_leader() 748 tsk->exit_state = EXIT_ZOMBIE; in exit_notify() 766 tsk->exit_state = EXIT_DEAD; in exit_notify() 1069 tsk->exit_state = EXIT_DEAD; in make_task_dead() 1193 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) in wait_task_zombie() [all …]
|
| H A D | taskstats.c | 238 if (tsk->exit_state) in fill_stats_for_tgid()
|
| H A D | fork.c | 777 WARN_ON(!tsk->exit_state); in __put_task_struct()
|
| /linux/drivers/scsi/isci/ |
| H A D | phy.c | 1340 .exit_state = sci_phy_starting_await_sas_power_substate_exit, 1344 .exit_state = sci_phy_starting_await_sata_power_substate_exit 1348 .exit_state = sci_phy_starting_await_sata_phy_substate_exit 1352 .exit_state = sci_phy_starting_await_sata_speed_substate_exit 1356 .exit_state = sci_phy_starting_await_sig_fis_uf_substate_exit 1363 .exit_state = sci_phy_ready_state_exit,
|
| H A D | port.c | 1582 .exit_state = sci_port_stopped_state_exit 1585 .exit_state = sci_port_stopping_state_exit 1592 .exit_state = scic_sds_port_ready_substate_waiting_exit, 1596 .exit_state = sci_port_ready_substate_operational_exit 1602 .exit_state = sci_port_resetting_state_exit
|
| H A D | isci.h | 523 sci_state_transition_t exit_state; /* Called on state exit */ member
|
| H A D | host.c | 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,
|
| H A D | remote_node_context.c | 406 .exit_state = sci_remote_node_context_await_suspend_state_exit,
|
| /linux/fs/ |
| H A D | exec.c | 961 if (likely(leader->exit_state)) in de_thread() 1009 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread() 1010 leader->exit_state = EXIT_DEAD; in de_thread()
|
| H A D | pidfs.c | 264 else if (task->exit_state && !delay_group_leader(task)) in pidfd_poll()
|
| /linux/include/linux/ |
| H A D | sched.h | 965 int exit_state; member 1688 return __task_state_index(READ_ONCE(tsk->__state), tsk->exit_state); in task_state_index()
|
| /linux/include/trace/events/ |
| H A D | sched.h | 211 state = __task_state_index(prev_state, p->exit_state); in __trace_sched_switch_state()
|