Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDsubr_epoch.c143 static struct sx epoch_sx; variable
145 #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()