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

/freebsd-current/sys/kern/
H A Dsubr_unit.c95 static struct mtx unitmtx; variable in typeref:struct:mtx
97 MTX_SYSINIT(unit, &unitmtx, "unit# allocation", MTX_DEF);
135 } unitmtx; variable in typeref:struct:mtx
469 uh->mtx = &unitmtx;

Completed in 101 milliseconds