Searched refs:abrt_compl (Results 1 – 2 of 2) sorted by relevance
1380 cmd->abrt_compl = NULL; in transport_init_se_cmd()2728 WARN_ON_ONCE(cmd->abrt_compl); in target_put_cmd_and_wait()2729 cmd->abrt_compl = &compl; in target_put_cmd_and_wait()2845 struct completion *abrt_compl = se_cmd->abrt_compl; in target_release_cmd_kref() local2858 if (abrt_compl) in target_release_cmd_kref()2859 complete(abrt_compl); in target_release_cmd_kref()
493 struct completion *abrt_compl; member