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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c113 static kmutex_t procfs_minor_lock; variable
184 mutex_init(&procfs_minor_lock, NULL, MUTEX_DEFAULT, NULL);
236 mutex_enter(&procfs_minor_lock);
241 mutex_exit(&procfs_minor_lock);

Completed in 57 milliseconds