Searched refs:epoch_sx (Results 1 – 1 of 1) sorted by relevance
145 static struct sx epoch_sx; variable147 #define EPOCH_LOCK() sx_xlock(&epoch_sx)148 #define EPOCH_UNLOCK() sx_xunlock(&epoch_sx)292 sx_init(&epoch_sx, "epoch-sx"); in epoch_init()