Home
last modified time | relevance | path

Searched refs:t_transport_stop_comp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_transport.c732 * inside transport_wait_for_tasks() for t_transport_stop_comp.
749 complete_all(&cmd->t_transport_stop_comp); in transport_cmd_check_stop_to_fabric()
898 complete_all(&cmd->t_transport_stop_comp); in target_cmd_interrupted()
1458 init_completion(&cmd->t_transport_stop_comp); in __target_init_cmd()
2865 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd()
2897 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf()
3280 while (!wait_for_completion_timeout(&cmd->t_transport_stop_comp, in __transport_wait_for_tasks()
3288 "t_transport_stop_comp) for ITT: 0x%08llx\n", cmd->tag); in __transport_wait_for_tasks()
3294 * transport_wait_for_tasks - set CMD_T_STOP and wait for t_transport_stop_comp
/linux/include/target/
H A Dtarget_core_base.h531 struct completion t_transport_stop_comp; member