Searched refs:firmware_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_firmware.c134 static struct mtx firmware_mtx; variable in typeref:struct:mtx
135 MTX_SYSINIT(firmware, &firmware_mtx, "firmware table", MTX_DEF);
151 mtx_assert(&firmware_mtx, MA_OWNED);
173 mtx_lock(&firmware_mtx);
176 mtx_unlock(&firmware_mtx);
181 mtx_unlock(&firmware_mtx);
186 mtx_lock(&firmware_mtx);
189 mtx_unlock(&firmware_mtx);
201 mtx_unlock(&firmware_mtx);
219 mtx_lock(&firmware_mtx);
312 msleep(__DECONST(void *, imagename), &firmware_mtx, 0, local
[all...]

Completed in 100 milliseconds