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

/freebsd-9.3-release/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);
129 } unitmtx; variable in typeref:struct:mtx
335 uh->mtx = &unitmtx;

Completed in 89 milliseconds