Searched refs:ctl3_lock (Results 1 – 1 of 1) sorted by relevance
115 static struct mtx ctl3_lock; variable116 #define CTL3_LOCK_INIT() mtx_init(&ctl3_lock, "ctl3_lock", NULL, MTX_DEF)117 #define CTL3_LOCK_DESTROY() mtx_destroy(&ctl3_lock)118 #define CTL3_LOCK() mtx_lock(&ctl3_lock)119 #define CTL3_UNLOCK() mtx_unlock(&ctl3_lock)