Home
last modified time | relevance | path

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

/freebsd/sys/dev/mge/
H A Dif_mgevar.h157 sx_assert(&sx_smi, SA_UNLOCKED); \
158 sx_xlock(&sx_smi); \
161 #define MGE_SMI_UNLOCK() sx_unlock(&sx_smi)
162 #define MGE_SMI_LOCK_ASSERT() sx_assert(&sx_smi, SA_XLOCKED)
H A Dif_mge.c204 static struct sx sx_smi; variable
811 sx_init(&sx_smi, "mge_tick() SMI access threads interlock"); in mge_attach()
972 sx_destroy(&sx_smi); in mge_detach()