Searched refs:dhchap_auth_mutex (Results 1 – 3 of 3) sorted by relevance
759 mutex_lock(&ctrl->dhchap_auth_mutex); in nvme_queue_auth_work()762 mutex_unlock(&ctrl->dhchap_auth_mutex); in nvme_queue_auth_work()766 mutex_unlock(&ctrl->dhchap_auth_mutex); in nvme_queue_auth_work()807 mutex_lock(&ctrl->dhchap_auth_mutex); in nvme_queue_auth_work()814 mutex_unlock(&ctrl->dhchap_auth_mutex); in nvme_queue_auth_work()819 mutex_unlock(&ctrl->dhchap_auth_mutex); in nvme_queue_auth_work()946 mutex_init(&ctrl->dhchap_auth_mutex); in nvme_auth_init_ctrl()
455 mutex_lock(&ctrl->dhchap_auth_mutex); in nvme_ctrl_dhchap_secret_store()457 mutex_unlock(&ctrl->dhchap_auth_mutex); in nvme_ctrl_dhchap_secret_store()513 mutex_lock(&ctrl->dhchap_auth_mutex); in nvme_ctrl_dhchap_ctrl_secret_store()515 mutex_unlock(&ctrl->dhchap_auth_mutex); in nvme_ctrl_dhchap_ctrl_secret_store()
360 struct mutex dhchap_auth_mutex; member