Home
last modified time | relevance | path

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

/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 Disci.h523 sci_state_transition_t exit_state; /* Called on state exit */ member
H A Dremote_node_context.c406 .exit_state = sci_remote_node_context_await_suspend_state_exit,
/linux/fs/
H A Dexec.c975 if (likely(leader->exit_state)) in de_thread()
1023 BUG_ON(leader->exit_state != EXIT_ZOMBIE); in de_thread()
1024 leader->exit_state = EXIT_DEAD; in de_thread()
H A Dpidfs.c323 else if (task->exit_state && !delay_group_leader(task)) in pidfd_poll()
/linux/kernel/time/
H A Dposix-cpu-timers.c1476 if (tsk->exit_state) in run_posix_cpu_timers()
/linux/kernel/
H A Dfork.c784 WARN_ON(!tsk->exit_state); in __put_task_struct()