Home
last modified time | relevance | path

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

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