Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Damltypes.h338 #define v_mtx _.Vmutex macro
H A Ddsdt.c2944 if (mtx->v_mtx.owner == NULL || scope == mtx->v_mtx.owner) { in acpi_mutex_acquire()
2946 mtx->v_mtx.owner = scope; in acpi_mutex_acquire()
2970 mtx->v_mtx.owner = NULL; in acpi_mutex_release()
4293 rv->v_mtx.synclvl = opargs[1]->v_integer; in aml_parse()