Searched refs:epair_n_index_mtx (Results 1 – 1 of 1) sorted by relevance
94 #define EPAIR_LOCK_INIT() mtx_init(&epair_n_index_mtx, "epairidx", \96 #define EPAIR_LOCK_DESTROY() mtx_destroy(&epair_n_index_mtx)97 #define EPAIR_LOCK() mtx_lock(&epair_n_index_mtx)98 #define EPAIR_UNLOCK() mtx_unlock(&epair_n_index_mtx)114 static struct mtx epair_n_index_mtx; variable