Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/nvec/
Dnvec.c306 mutex_lock(&nvec->sync_write_mutex); in nvec_write_sync()
311 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
320 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
328 mutex_unlock(&nvec->sync_write_mutex); in nvec_write_sync()
846 mutex_init(&nvec->sync_write_mutex); in tegra_nvec_probe()
Dnvec.h160 struct mutex sync_write_mutex; member