Searched refs:cnputs_mtx (Results 1 – 1 of 1) sorted by relevance
98 static struct mtx cnputs_mtx; /* Mutex for cnputs(). */ variable505 if (mtx_owned(&cnputs_mtx)) in cnputs()507 mtx_lock_spin(&cnputs_mtx); in cnputs()515 mtx_unlock_spin(&cnputs_mtx); in cnputs()596 mtx_init(&cnputs_mtx, "cnputs_mtx", NULL, MTX_SPIN | MTX_NOWITNESS); in cn_drvinit()