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.c13163 static struct sx mlu; /* mod load unload */ variable
13164 SX_SYSINIT(cxgbe_mlu, &mlu, "cxgbe mod load/unload");
13174 sx_xlock(&mlu); in mod_event()
13218 sx_xunlock(&mlu); in mod_event()
13222 sx_xlock(&mlu); in mod_event()
13282 sx_xunlock(&mlu); in mod_event()