Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c162 mutex_init(&hpriv->restore_phase_mutex); in hl_device_open()
240 mutex_destroy(&hpriv->restore_phase_mutex); in hl_device_open()
H A Dcommand_submission.c1683 mutex_lock(&hpriv->restore_phase_mutex); in hl_cs_ctx_switch()
1702 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ctx_switch()
1721 mutex_unlock(&hpriv->restore_phase_mutex); in hl_cs_ctx_switch()
H A Ddevice.c414 mutex_destroy(&hpriv->restore_phase_mutex); in hpriv_release()
H A Dhabanalabs.h2279 struct mutex restore_phase_mutex; member