Searched refs:epoch_sx (Results 1 – 1 of 1) sorted by relevance
143 static struct sx epoch_sx; variable145 #define EPOCH_LOCK() sx_xlock(&epoch_sx)146 #define EPOCH_UNLOCK() sx_xunlock(&epoch_sx)290 sx_init(&epoch_sx, "epoch-sx"); in epoch_init()