Home
last modified time | relevance | path

Searched refs:epoch_sx (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_epoch.c145 static struct sx epoch_sx; variable
147 #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()