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