Searched refs:exit_state (Results 1 - 18 of 18) sorted by relevance

/linux-master/kernel/
H A Dexit.c269 && leader->exit_state == EXIT_ZOMBIE) {
277 leader->exit_state = EXIT_DEAD;
336 (p->exit_state && thread_group_empty(p)) ||
664 if (unlikely(p->exit_state == EXIT_DEAD))
672 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) {
674 p->exit_state = EXIT_DEAD;
741 tsk->exit_state = EXIT_ZOMBIE;
763 tsk->exit_state = EXIT_DEAD;
984 tsk->exit_state = EXIT_DEAD;
1108 if (cmpxchg(&p->exit_state, EXIT_ZOMBI
1370 int exit_state = READ_ONCE(p->exit_state); local
[all...]
H A Dptrace.c457 if (unlikely(task->exit_state))
544 if (p->exit_state != EXIT_ZOMBIE)
559 p->exit_state = EXIT_DEAD;
576 WARN_ON(!child->ptrace || child->exit_state);
H A Dtaskstats.c238 if (tsk->exit_state)
H A Dsignal.c1383 if (t->exit_state)
2036 WARN_ON(task->exit_state == 0);
H A Dfork.c970 WARN_ON(!tsk->exit_state);
/linux-master/drivers/scsi/isci/
H A Disci.h530 sci_state_transition_t exit_state; /* Called on state exit */ member in struct:sci_base_state
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 Dremote_device.c1208 .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
H A Dremote_node_context.c406 .exit_state = sci_remote_node_context_await_suspend_state_exit,
H A Dhost.c167 handler = sm->state_table[sm->current_state_id].exit_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,
/linux-master/fs/
H A Dpidfs.c105 else if (task->exit_state && (thread || thread_group_empty(task)))
H A Dexec.c1112 if (likely(leader->exit_state))
1160 BUG_ON(leader->exit_state != EXIT_ZOMBIE);
1161 leader->exit_state = EXIT_DEAD;
/linux-master/include/linux/
H A Dsched.h88 * is about runnability, while task->exit_state are
100 /* Used in tsk->exit_state: */
886 int exit_state; member in struct:task_struct
1596 return __task_state_index(READ_ONCE(tsk->__state), tsk->exit_state);
/linux-master/include/trace/events/
H A Dsched.h213 state = __task_state_index(prev_state, p->exit_state);
/linux-master/drivers/usb/host/
H A Dxhci.c86 * exit_state parameter, and bails out with an error immediately when xhc_state
87 * has exit_state flag set.
90 u32 mask, u32 done, int usec, unsigned int exit_state)
98 xhci->xhc_state & exit_state,
101 if (result == U32_MAX || xhci->xhc_state & exit_state)
89 xhci_handshake_check_state(struct xhci_hcd *xhci, void __iomem *ptr, u32 mask, u32 done, int usec, unsigned int exit_state) argument
H A Dxhci.h1844 u32 mask, u32 done, int usec, unsigned int exit_state);
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3274 (tsk->exit_state & EXIT_ZOMBIE) ? 'Z' :
3275 (tsk->exit_state & EXIT_DEAD) ? 'E' :

Completed in 270 milliseconds