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

/freebsd-12-stable/sys/kern/
H A Dsubr_unit.c97 static struct mtx unitmtx; variable in typeref:struct:mtx
99 MTX_SYSINIT(unit, &unitmtx, "unit# allocation", MTX_DEF);
107 mtx_lock(&unitmtx);
109 mtx_unlock(&unitmtx);
149 } unitmtx; variable in typeref:struct:mtx
346 uh->mtx = &unitmtx;

Completed in 40 milliseconds