Searched refs:exit_state (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | exit.c | 194 && leader->exit_state == EXIT_ZOMBIE) { release_task() 202 leader->exit_state = EXIT_DEAD; release_task() 229 (p->exit_state && thread_group_empty(p)) || do_each_pid_task() 525 if (unlikely(p->exit_state == EXIT_DEAD)) reparent_leader() 533 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { reparent_leader() 535 p->exit_state = EXIT_DEAD; reparent_leader() 614 tsk->exit_state = autoreap ? EXIT_DEAD : EXIT_ZOMBIE; exit_notify() 615 if (tsk->exit_state == EXIT_DEAD) exit_notify() 1010 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) wait_task_zombie() 1118 p->exit_state = state; wait_task_zombie() 1305 int exit_state = ACCESS_ONCE(p->exit_state); wait_consider_task() local 1308 if (unlikely(exit_state == EXIT_DEAD)) wait_consider_task() 1329 if (unlikely(exit_state == EXIT_TRACE)) { wait_consider_task() 1356 if (exit_state == EXIT_ZOMBIE) { wait_consider_task()
|
H A D | ptrace.c | 339 if (unlikely(task->exit_state)) ptrace_attach() 461 if (p->exit_state != EXIT_ZOMBIE) __ptrace_detach() 476 p->exit_state = EXIT_DEAD; __ptrace_detach() 494 WARN_ON(!child->ptrace || child->exit_state); ptrace_detach() 1006 if (child->exit_state) /* already dead */ ptrace_request()
|
H A D | taskstats.c | 232 if (tsk->exit_state) fill_stats_for_tgid()
|
H A D | fork.c | 250 WARN_ON(!tsk->exit_state); __put_task_struct()
|
H A D | signal.c | 1251 if (t->exit_state) while_each_thread()
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | phy.c | 1343 .exit_state = sci_phy_starting_await_sas_power_substate_exit, 1347 .exit_state = sci_phy_starting_await_sata_power_substate_exit 1351 .exit_state = sci_phy_starting_await_sata_phy_substate_exit 1355 .exit_state = sci_phy_starting_await_sata_speed_substate_exit 1359 .exit_state = sci_phy_starting_await_sig_fis_uf_substate_exit 1366 .exit_state = sci_phy_ready_state_exit,
|
H A 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
|
H A 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
|
H A D | host.c | 169 handler = sm->state_table[sm->current_state_id].exit_state; 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,
|
H A D | isci.h | 532 sci_state_transition_t exit_state; /* Called on state exit */ member in struct:sci_base_state
|
H A D | remote_node_context.c | 410 .exit_state = sci_remote_node_context_await_suspend_state_exit,
|
/linux-4.1.27/fs/ |
H A D | exec.c | 940 if (likely(leader->exit_state)) de_thread() 991 BUG_ON(leader->exit_state != EXIT_ZOMBIE); de_thread() 992 leader->exit_state = EXIT_DEAD; de_thread()
|
/linux-4.1.27/fs/proc/ |
H A D | array.c | 127 unsigned int state = (tsk->state | tsk->exit_state) & TASK_REPORT; get_task_state()
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_support.c | 636 (p->exit_state & EXIT_ZOMBIE) ? 'Z' : kdb_task_state_char() 637 (p->exit_state & EXIT_DEAD) ? 'E' : kdb_task_state_char()
|
/linux-4.1.27/kernel/time/ |
H A D | posix-cpu-timers.c | 1017 if (unlikely(p->exit_state)) posix_cpu_timer_schedule() 1037 } else if (unlikely(p->exit_state) && thread_group_empty(p)) { posix_cpu_timer_schedule()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 197 * is about runnability, while task->exit_state are 207 /* in tsk->exit_state */ 1370 int exit_state; member in struct:task_struct
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | perfmon.c | 2578 if (task->exit_state == EXIT_ZOMBIE) { pfm_task_incompatible()
|
Completed in 295 milliseconds