Searched defs:hcl_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c55 static kmutex_t hcl_lock; /* for accessing list of classes */ variable
2744 mutex_enter(&hcl_lock);
2750 mutex_exit(&hcl_lock);
2782 * Caller must hold hcl_lock to ensure the class list unmodified while
2792 ASSERT(mutex_owned(&hcl_lock));

Completed in 84 milliseconds