Searched refs:abrt_compl (Results 1 – 2 of 2) sorted by relevance
1460 cmd->abrt_compl = NULL; in __target_init_cmd()2925 WARN_ON_ONCE(cmd->abrt_compl); in target_put_cmd_and_wait()2926 cmd->abrt_compl = &compl; in target_put_cmd_and_wait()3036 struct completion *abrt_compl = se_cmd->abrt_compl; in target_release_cmd_kref() local3042 if (abrt_compl) in target_release_cmd_kref()3043 complete(abrt_compl); in target_release_cmd_kref()
501 struct completion *abrt_compl; member