Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A 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()
148 } unitmtx; variable
343 uh->mtx = &unitmtx; in init_unrhdr()