Home
last modified time | relevance | path

Searched refs:sync_write_mutex (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/nvec/
Dnvec.c300 mutex_lock(&nvec->sync_write_mutex); in nvec_write_sync()
306 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
316 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
324 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
820 mutex_init(&nvec->sync_write_mutex); in tegra_nvec_probe()
Dnvec.h156 struct mutex sync_write_mutex; member