Searched refs:ctl3_lock (Results 1 – 1 of 1) sorted by relevance
129 struct mtx ctl3_lock; variable130 #define CTL3_LOCK_INIT() mtx_init(&ctl3_lock, "ctl3_lock", NULL, MTX_DEF)131 #define CTL3_LOCK_DESTROY() mtx_destroy(&ctl3_lock)132 #define CTL3_LOCK() mtx_lock(&ctl3_lock)133 #define CTL3_UNLOCK() mtx_unlock(&ctl3_lock)