Searched refs:cnputs_mtx (Results 1 – 1 of 1) sorted by relevance
108 static struct mtx cnputs_mtx; /* Mutex for cnputs(). */ variable547 if (mtx_owned(&cnputs_mtx)) in cnputsn()549 mtx_lock_spin(&cnputs_mtx); in cnputsn()557 mtx_unlock_spin(&cnputs_mtx); in cnputsn()644 mtx_init(&cnputs_mtx, "cnputs_mtx", NULL, MTX_SPIN | MTX_NOWITNESS); in cn_drvinit()