Searched refs:ipg_lock (Results 1 – 1 of 1) sorted by relevance
429 struct mtx ipg_lock; member535 #define INP_GROUP_LOCK_INIT(ipg, d) mtx_init(&(ipg)->ipg_lock, (d), NULL, \537 #define INP_GROUP_LOCK_DESTROY(ipg) mtx_destroy(&(ipg)->ipg_lock)539 #define INP_GROUP_LOCK(ipg) mtx_lock(&(ipg)->ipg_lock)540 #define INP_GROUP_LOCK_ASSERT(ipg) mtx_assert(&(ipg)->ipg_lock, MA_OWNED)541 #define INP_GROUP_UNLOCK(ipg) mtx_unlock(&(ipg)->ipg_lock)