Home
last modified time | relevance | path

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); in prinit()
236 mutex_enter(&procfs_minor_lock); in prmount()
241 mutex_exit(&procfs_minor_lock); in prmount()