Home
last modified time | relevance | path

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

/drivers/staging/nvec/
Dnvec.c312 mutex_lock(&nvec->sync_write_mutex); in nvec_write_sync()
317 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
326 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
334 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
842 mutex_init(&nvec->sync_write_mutex); in tegra_nvec_probe()
Dnvec.h182 struct mutex sync_write_mutex; member