Searched refs:v_mtx (Results 1 – 2 of 2) sorted by relevance
338 #define v_mtx _.Vmutex macro
2944 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()