HomeSort by: relevance | last modified time | path
    Searched refs:SyncLevel (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exmutex.c 278 if (WalkState->Thread->CurrentSyncLevel > ObjDesc->Mutex.SyncLevel)
282 "current SyncLevel is too large (%u)",
289 "Acquiring: Mutex SyncLevel %u, Thread SyncLevel %u, "
291 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
305 ObjDesc->Mutex.SyncLevel;
313 "Acquired: Mutex SyncLevel %u, Thread SyncLevel %u, Depth %u\n",
314 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
469 if (ObjDesc->Mutex.SyncLevel != OwnerThread->CurrentSyncLevel
    [all...]
excreate.c 201 * Mutex (Name[0], SyncLevel[1])
235 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
515 * flag, and SyncLevel for efficiency.
522 * Get the SyncLevel. If method is serialized, a mutex will be
530 * ACPI 1.0: SyncLevel = 0
531 * ACPI 2.0: SyncLevel = SyncLevel in method declaration
533 ObjDesc->Method.SyncLevel = (UINT8)
exdump.c 148 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"},
159 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Mutex.SyncLevel), "Sync Level"},
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 191 WalkState->MethodDesc->Method.SyncLevel = 0;
328 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel;
412 ObjDesc->Method.Mutex->Mutex.SyncLevel))
416 ", current SyncLevel is too large (%u)",
443 /* Update the mutex and walk info and save the original SyncLevel */
454 * Update the current SyncLevel only if this is not an auto-
464 ObjDesc->Method.SyncLevel;
470 ObjDesc->Method.Mutex->Mutex.SyncLevel;
932 MethodDesc->Method.SyncLevel = 0
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 186 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
218 UINT8 SyncLevel;
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 242 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1);
nsxfname.c 676 MethodObj->Method.SyncLevel = (UINT8)
  /src/sys/external/bsd/acpica/dist/parser/
psparse.c 493 * If executing a method, the starting SyncLevel is this method's
494 * SyncLevel
499 WalkState->MethodDesc->Method.SyncLevel;
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 448 AcpiOsPrintf ("%X Arguments, SyncLevel = %X\n",
450 (UINT32) ObjDesc->Method.SyncLevel);

Completed in 36 milliseconds