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.c13238 static struct sx mlu; /* mod load unload */ variable
13239 SX_SYSINIT(cxgbe_mlu, &mlu, "cxgbe mod load/unload");
13249 sx_xlock(&mlu); in mod_event()
13293 sx_xunlock(&mlu); in mod_event()
13297 sx_xlock(&mlu); in mod_event()
13357 sx_xunlock(&mlu); in mod_event()