Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c14247 static struct sx mlu; /* mod load unload */ variable
14248 SX_SYSINIT(cxgbe_mlu, &mlu, "cxgbe mod load/unload");
14258 sx_xlock(&mlu); in mod_event()
14303 sx_xunlock(&mlu); in mod_event()
14307 sx_xlock(&mlu); in mod_event()
14368 sx_xunlock(&mlu); in mod_event()