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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c841 * the hwc_hash_lock.
849 static kmutex_t hwc_hash_lock; /* lock protecting hwc hashes */ variable
864 * Insert a spec into hash table. hwc_hash_lock must be held
951 mutex_enter(&hwc_hash_lock);
968 mutex_exit(&hwc_hash_lock);
979 mutex_enter(&hwc_hash_lock);
993 mutex_exit(&hwc_hash_lock);
1066 mutex_enter(&hwc_hash_lock);
1152 mutex_exit(&hwc_hash_lock);

Completed in 59 milliseconds