Searched refs:exit_state (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/kernel/ |
D | exit.c | 268 && leader->exit_state == EXIT_ZOMBIE) { in release_task() 276 leader->exit_state = EXIT_DEAD; in release_task() 334 (p->exit_state && thread_group_empty(p)) || in will_become_orphaned_pgrp() 666 if (unlikely(p->exit_state == EXIT_DEAD)) in reparent_leader() 674 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) { in reparent_leader() 676 p->exit_state = EXIT_DEAD; in reparent_leader() 743 tsk->exit_state = EXIT_ZOMBIE; in exit_notify() 765 tsk->exit_state = EXIT_DEAD; in exit_notify() 1045 tsk->exit_state = EXIT_DEAD; in make_task_dead() 1169 if (cmpxchg(&p->exit_state, EXIT_ZOMBIE, state) != EXIT_ZOMBIE) in wait_task_zombie() [all …]
|
D | ptrace.c | 457 if (unlikely(task->exit_state)) in ptrace_attach() 544 if (p->exit_state != EXIT_ZOMBIE) in __ptrace_detach() 559 p->exit_state = EXIT_DEAD; in __ptrace_detach() 576 WARN_ON(!child->ptrace || child->exit_state); in ptrace_detach()
|
D | taskstats.c | 238 if (tsk->exit_state) in fill_stats_for_tgid()
|
D | signal.c | 1380 if (t->exit_state) in zap_other_threads() 2036 WARN_ON(task->exit_state == 0); in do_notify_pidfd()
|
D | fork.c | 970 WARN_ON(!tsk->exit_state); in __put_task_struct()
|
/linux-6.12.1/drivers/scsi/isci/ |
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,
|
D | isci.h | 530 sci_state_transition_t exit_state; /* Called on state exit */ member
|
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
|
D | remote_device.c | 1208 .exit_state = sci_remote_device_ready_state_exit 1227 .exit_state = sci_smp_remote_device_ready_cmd_substate_exit, 1233 .exit_state = sci_remote_device_resetting_state_exit
|
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,
|
D | remote_node_context.c | 406 .exit_state = sci_remote_node_context_await_suspend_state_exit,
|
/linux-6.12.1/fs/ |
D | pidfs.c | 111 else if (task->exit_state && (thread || thread_group_empty(task))) in pidfd_poll()
|
D | exec.c | 1074 if (likely(leader->exit_state)) in de_thread() 1122 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread() 1123 leader->exit_state = EXIT_DEAD; in de_thread()
|
/linux-6.12.1/include/linux/ |
D | sched.h | 925 int exit_state; member 1638 return __task_state_index(READ_ONCE(tsk->__state), tsk->exit_state); in task_state_index()
|
/linux-6.12.1/include/trace/events/ |
D | sched.h | 213 state = __task_state_index(prev_state, p->exit_state); in __trace_sched_switch_state()
|
/linux-6.12.1/arch/powerpc/xmon/ |
D | xmon.c | 3274 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' : in show_task() 3275 (tsk->exit_state & EXIT_DEAD) ? 'E' : in show_task()
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci.c | 90 u32 mask, u32 done, int usec, unsigned int exit_state) in xhci_handshake_check_state() argument 98 xhci->xhc_state & exit_state, in xhci_handshake_check_state() 101 if (result == U32_MAX || xhci->xhc_state & exit_state) in xhci_handshake_check_state()
|
D | xhci.h | 1839 u32 mask, u32 done, int usec, unsigned int exit_state);
|