Home
last modified time | relevance | path

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

/linux/kernel/
H A Dexit.c275 && 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()
706 if (unlikely(p->exit_state == EXIT_DEAD)) in forget_original_parent()
714 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in forget_original_parent()
716 p->exit_state = EXIT_DEAD; in forget_original_parent()
778 tsk->exit_state = EXIT_ZOMBIE; in exit_notify()
794 tsk->exit_state = EXIT_DEAD; in stack_not_used()
1103 tsk->exit_state = EXIT_DEAD; in do_group_exit()
1228 if (cmpxchg(&p->exit_state, EXIT_ZOMBI in wait_task_zombie()
1462 int exit_state = READ_ONCE(p->exit_state); wait_consider_task() local
[all...]
H A Dptrace.c482 if (unlikely(task->exit_state)) in ptrace_attach()
569 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach()
585 p->exit_state = EXIT_DEAD; in ptrace_detach()
602 WARN_ON(!child->ptrace || child->exit_state);
H A Dsignal.c1348 if (t->exit_state) in zap_other_threads()
1970 same_thread_group(t, current) && !current->exit_state) in posixtimer_get_target()
2154 WARN_ON(task->exit_state == 0); in do_notify_pidfd()
H A Dfork.c783 WARN_ON(!tsk->exit_state); in __put_task_struct()
/linux/drivers/scsi/isci/
H A Dphy.c1340 .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 Dport.c1582 .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 Disci.h523 sci_state_transition_t exit_state; /* Called on state exit */ member
H A Dhost.c167 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()
1580 .exit_state = sci_controller_starting_state_exit,
1584 .exit_state = sci_controller_ready_state_exit,
1591 .exit_state = sci_controller_stopping_state_exit,
H A Dremote_node_context.c406 .exit_state = sci_remote_node_context_await_suspend_state_exit,
/linux/include/linux/
H A Dsched.h100 * is about runnability, while task->exit_state are
112 /* Used in tsk->exit_state: */
976 int exit_state;
1712 return __task_state_index(READ_ONCE(tsk->__state), tsk->exit_state);
965 int exit_state; global() member
/linux/fs/
H A Dpidfs.c322 else if (task->exit_state && !delay_group_leader(task)) in pidfd_poll()