Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/habanalabs/common/
Dhabanalabs_drv.c111 mutex_init(&hpriv->restore_phase_mutex); in hl_device_open()
172 mutex_destroy(&hpriv->restore_phase_mutex); in hl_device_open()
Dcommand_submission.c1068 mutex_lock(&hpriv->restore_phase_mutex); in hl_cs_ioctl()
1087 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ioctl()
1103 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ioctl()
Ddevice.c54 mutex_destroy(&hpriv->restore_phase_mutex); in hpriv_release()
Dhabanalabs.h1201 struct mutex restore_phase_mutex; member