Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_transport.c1387 cmd->abrt_compl = NULL; in transport_init_se_cmd()
2767 WARN_ON_ONCE(cmd->abrt_compl); in target_put_cmd_and_wait()
2768 cmd->abrt_compl = &compl; in target_put_cmd_and_wait()
2884 struct completion *abrt_compl = se_cmd->abrt_compl; in target_release_cmd_kref() local
2897 if (abrt_compl) in target_release_cmd_kref()
2898 complete(abrt_compl); in target_release_cmd_kref()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h493 struct completion *abrt_compl; member