Home
last modified time | relevance | path

Searched refs:restore_phase_mutex (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/habanalabs/
Dhabanalabs_drv.c105 mutex_init(&hpriv->restore_phase_mutex); in hl_device_open()
166 mutex_destroy(&hpriv->restore_phase_mutex); in hl_device_open()
Dcommand_submission.c637 mutex_lock(&hpriv->restore_phase_mutex); in hl_cs_ioctl()
656 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ioctl()
672 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ioctl()
Ddevice.c56 mutex_destroy(&hpriv->restore_phase_mutex); in hpriv_release()
Dhabanalabs.h935 struct mutex restore_phase_mutex; member