Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_transport.c708 complete_all(&cmd->t_transport_stop_comp); in transport_cmd_check_stop_to_fabric()
849 complete_all(&cmd->t_transport_stop_comp); in target_cmd_interrupted()
1411 init_completion(&cmd->t_transport_stop_comp); in __target_init_cmd()
2778 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd()
2810 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf()
3167 while (!wait_for_completion_timeout(&cmd->t_transport_stop_comp, in __transport_wait_for_tasks()
/Linux-v5.15/include/target/
Dtarget_core_base.h518 struct completion t_transport_stop_comp; member