Home
last modified time | relevance | path

Searched refs:t_transport_stop_comp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_transport.c666 * inside transport_wait_for_tasks() for t_transport_stop_comp.
690 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()
1383 init_completion(&cmd->t_transport_stop_comp); in transport_init_se_cmd()
2701 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd()
2733 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf()
3103 while (!wait_for_completion_timeout(&cmd->t_transport_stop_comp,
3111 "t_transport_stop_comp) for ITT: 0x%08llx\n", cmd->tag);
3117 * transport_wait_for_tasks - set CMD_T_STOP and wait for t_transport_stop_comp
/kernel/linux/linux-6.6/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()
2860 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd()
2892 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf()
3275 while (!wait_for_completion_timeout(&cmd->t_transport_stop_comp,
3283 "t_transport_stop_comp) for ITT: 0x%08llx\n", cmd->tag);
3289 * transport_wait_for_tasks - set CMD_T_STOP and wait for t_transport_stop_comp
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h513 struct completion t_transport_stop_comp; member
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h521 struct completion t_transport_stop_comp; member

Completed in 14 milliseconds