Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_transport.c690 complete_all(&cmd->t_transport_stop_comp); in transport_cmd_check_stop_to_fabric()
832 complete_all(&cmd->t_transport_stop_comp); in target_cmd_interrupted()
1385 init_completion(&cmd->t_transport_stop_comp); in transport_init_se_cmd()
2702 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd()
2734 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf()
3104 while (!wait_for_completion_timeout(&cmd->t_transport_stop_comp, in __transport_wait_for_tasks()
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h513 struct completion t_transport_stop_comp; member