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

/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c98 static struct mtx cnputs_mtx; /* Mutex for cnputs(). */ variable in typeref:struct:mtx
99 static int use_cnputs_mtx = 0; /* != 0 if cnputs_mtx locking reqd. */
500 mtx_lock_spin(&cnputs_mtx);
508 mtx_unlock_spin(&cnputs_mtx);
589 mtx_init(&cnputs_mtx, "cnputs_mtx", NULL, MTX_SPIN | MTX_NOWITNESS);

Completed in 95 milliseconds