Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cons.c117 static struct mtx constty_mtx; /* Mutex for constty assignment. */ variable
118 MTX_SYSINIT(constty_mtx, &constty_mtx, "constty_mtx", MTX_DEF);
616 mtx_lock(&constty_mtx); in constty_set()
618 mtx_unlock(&constty_mtx); in constty_set()
628 mtx_unlock(&constty_mtx); in constty_set()
647 mtx_lock(&constty_mtx); in constty_clear()
649 mtx_unlock(&constty_mtx); in constty_clear()