exit_state       2530 arch/ia64/kernel/perfmon.c 	if (task->exit_state == EXIT_ZOMBIE) {
exit_state       3091 arch/powerpc/xmon/xmon.c 		(tsk->exit_state & EXIT_ZOMBIE) ? 'Z' :
exit_state       3092 arch/powerpc/xmon/xmon.c 		(tsk->exit_state & EXIT_DEAD) ? 'E' :
exit_state        169 drivers/scsi/isci/host.c 	handler = sm->state_table[sm->current_state_id].exit_state;
exit_state       1579 drivers/scsi/isci/host.c 		.exit_state  = sci_controller_starting_state_exit,
exit_state       1583 drivers/scsi/isci/host.c 		.exit_state  = sci_controller_ready_state_exit,
exit_state       1590 drivers/scsi/isci/host.c 		.exit_state = sci_controller_stopping_state_exit,
exit_state        530 drivers/scsi/isci/isci.h 	sci_state_transition_t exit_state;	/* Called on state exit */
exit_state       1344 drivers/scsi/isci/phy.c 		.exit_state  = sci_phy_starting_await_sas_power_substate_exit,
exit_state       1348 drivers/scsi/isci/phy.c 		.exit_state  = sci_phy_starting_await_sata_power_substate_exit
exit_state       1352 drivers/scsi/isci/phy.c 		.exit_state  = sci_phy_starting_await_sata_phy_substate_exit
exit_state       1356 drivers/scsi/isci/phy.c 		.exit_state  = sci_phy_starting_await_sata_speed_substate_exit
exit_state       1360 drivers/scsi/isci/phy.c 		.exit_state  = sci_phy_starting_await_sig_fis_uf_substate_exit
exit_state       1367 drivers/scsi/isci/phy.c 		.exit_state = sci_phy_ready_state_exit,
exit_state       1579 drivers/scsi/isci/port.c 		.exit_state  = sci_port_stopped_state_exit
exit_state       1582 drivers/scsi/isci/port.c 		.exit_state  = sci_port_stopping_state_exit
exit_state       1589 drivers/scsi/isci/port.c 		.exit_state  = scic_sds_port_ready_substate_waiting_exit,
exit_state       1593 drivers/scsi/isci/port.c 		.exit_state  = sci_port_ready_substate_operational_exit
exit_state       1599 drivers/scsi/isci/port.c 		.exit_state  = sci_port_resetting_state_exit
exit_state       1207 drivers/scsi/isci/remote_device.c 		.exit_state  = sci_remote_device_ready_state_exit
exit_state       1226 drivers/scsi/isci/remote_device.c 		.exit_state  = sci_smp_remote_device_ready_cmd_substate_exit,
exit_state       1232 drivers/scsi/isci/remote_device.c 		.exit_state  = sci_remote_device_resetting_state_exit
exit_state        413 drivers/scsi/isci/remote_node_context.c 		.exit_state = sci_remote_node_context_await_suspend_state_exit,
exit_state       1114 fs/exec.c      			if (likely(leader->exit_state))
exit_state       1166 fs/exec.c      		BUG_ON(leader->exit_state != EXIT_ZOMBIE);
exit_state       1167 fs/exec.c      		leader->exit_state = EXIT_DEAD;
exit_state        736 include/linux/sched.h 	int				exit_state;
exit_state       1402 include/linux/sched.h 	unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT;
exit_state        636 kernel/debug/kdb/kdb_support.c 		(p->exit_state & EXIT_ZOMBIE) ? 'Z' :
exit_state        637 kernel/debug/kdb/kdb_support.c 		(p->exit_state & EXIT_DEAD) ? 'E' :
exit_state        217 kernel/exit.c  			&& leader->exit_state == EXIT_ZOMBIE) {
exit_state        225 kernel/exit.c  			leader->exit_state = EXIT_DEAD;
exit_state        277 kernel/exit.c  		    (p->exit_state && thread_group_empty(p)) ||
exit_state        580 kernel/exit.c  	if (unlikely(p->exit_state == EXIT_DEAD))
exit_state        588 kernel/exit.c  	    p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) {
exit_state        590 kernel/exit.c  			p->exit_state = EXIT_DEAD;
exit_state        657 kernel/exit.c  	tsk->exit_state = EXIT_ZOMBIE;
exit_state        672 kernel/exit.c  		tsk->exit_state = EXIT_DEAD;
exit_state        999 kernel/exit.c  	if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE)
exit_state       1080 kernel/exit.c  		p->exit_state = state;
exit_state       1265 kernel/exit.c  	int exit_state = READ_ONCE(p->exit_state);
exit_state       1268 kernel/exit.c  	if (unlikely(exit_state == EXIT_DEAD))
exit_state       1275 kernel/exit.c  	if (unlikely(exit_state == EXIT_TRACE)) {
exit_state       1302 kernel/exit.c  	if (exit_state == EXIT_ZOMBIE) {
exit_state        736 kernel/fork.c  	WARN_ON(!tsk->exit_state);
exit_state       1722 kernel/fork.c  	if (!task || (task->exit_state && thread_group_empty(task)))
exit_state        406 kernel/ptrace.c 	if (unlikely(task->exit_state))
exit_state        530 kernel/ptrace.c 	if (p->exit_state != EXIT_ZOMBIE)
exit_state        545 kernel/ptrace.c 		p->exit_state = EXIT_DEAD;
exit_state        562 kernel/ptrace.c 	WARN_ON(!child->ptrace || child->exit_state);
exit_state       1195 kernel/ptrace.c 		if (child->exit_state)	/* already dead */
exit_state       1359 kernel/signal.c 		if (t->exit_state)
exit_state       1898 kernel/signal.c 	WARN_ON(task->exit_state == 0);
exit_state        221 kernel/taskstats.c 		if (tsk->exit_state)
exit_state        994 kernel/time/posix-cpu-timers.c 		if (unlikely(p->exit_state))
exit_state       1014 kernel/time/posix-cpu-timers.c 		} else if (unlikely(p->exit_state) && thread_group_empty(p)) {