Searched refs:abrt_compl (Results 1 – 1 of 1) sorted by relevance
1498 cmd->abrt_compl = NULL; in __target_init_cmd()2985 WARN_ON_ONCE(cmd->abrt_compl); in target_put_cmd_and_wait()2986 cmd->abrt_compl = &compl; in target_put_cmd_and_wait()3096 struct completion *abrt_compl = se_cmd->abrt_compl; in target_release_cmd_kref() local3102 if (abrt_compl) in target_release_cmd_kref()3103 complete(abrt_compl); in target_release_cmd_kref()