Searched refs:newnum_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c3294 static kmutex_t newnum_lock; variable
3302 mutex_enter(&newnum_lock);
3306 mutex_exit(&newnum_lock);
3514 mutex_init(&newnum_lock, NULL, MUTEX_DEFAULT, NULL);
3565 mutex_destroy(&newnum_lock);

Completed in 52 milliseconds