Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_transport.c716 complete_all(&cmd->t_transport_stop_comp); in transport_cmd_check_stop_to_fabric()
865 complete_all(&cmd->t_transport_stop_comp); in target_cmd_interrupted()
1427 init_completion(&cmd->t_transport_stop_comp); in __target_init_cmd()
2826 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd()
2858 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf()
3215 while (!wait_for_completion_timeout(&cmd->t_transport_stop_comp, in __transport_wait_for_tasks()
/linux-5.19.10/include/target/
Dtarget_core_base.h518 struct completion t_transport_stop_comp; member