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

/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight.c46 static struct mtx cs_mtx; variable in typeref:struct:mtx
60 mtx_lock(&cs_mtx);
62 mtx_unlock(&cs_mtx);
122 mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF);

Completed in 55 milliseconds