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 386 if (WalkState->Thread->CurrentSyncLevel > ObjDesc->Mutex.SyncLevel)
390 "current SyncLevel is too large (%u)",
397 "Acquiring: Mutex SyncLevel %u, Thread SyncLevel %u, "
399 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
413 ObjDesc->Mutex.SyncLevel;
421 "Acquired: Mutex SyncLevel %u, Thread SyncLevel %u, Depth %u\n",
422 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
577 if (ObjDesc->Mutex.SyncLevel != OwnerThread->CurrentSyncLevel
    [all...]
excreate.c 310 * Mutex (Name[0], SyncLevel[1])
344 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
624 * flag, and SyncLevel for efficiency.
631 * Get the SyncLevel. If method is serialized, a mutex will be
639 * ACPI 1.0: SyncLevel = 0
640 * ACPI 2.0: SyncLevel = SyncLevel in method declaration
642 ObjDesc->Method.SyncLevel = (UINT8)
exdump.c 256 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.SyncLevel), "Sync Level"},
267 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Mutex.SyncLevel), "Sync Level"},
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 299 WalkState->MethodDesc->Method.SyncLevel = 0;
436 MutexDesc->Mutex.SyncLevel = MethodDesc->Method.SyncLevel;
520 ObjDesc->Method.Mutex->Mutex.SyncLevel))
524 ", current SyncLevel is too large (%u)",
551 /* Update the mutex and walk info and save the original SyncLevel */
562 * Update the current SyncLevel only if this is not an auto-
572 ObjDesc->Method.SyncLevel;
578 ObjDesc->Method.Mutex->Mutex.SyncLevel;
1040 MethodDesc->Method.SyncLevel = 0
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 294 UINT8 SyncLevel; /* 0-15, specified in Mutex() call */
326 UINT8 SyncLevel;
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 350 ObjDesc->Mutex.SyncLevel = (UINT8) (ACPI_TO_INTEGER (Val) - 1);
nsxfname.c 784 MethodObj->Method.SyncLevel = (UINT8)
  /src/sys/external/bsd/acpica/dist/parser/
psparse.c 601 * If executing a method, the starting SyncLevel is this method's
602 * SyncLevel
607 WalkState->MethodDesc->Method.SyncLevel;
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 556 AcpiOsPrintf ("%X Arguments, SyncLevel = %X\n",
558 (UINT32) ObjDesc->Method.SyncLevel);

Completed in 20 milliseconds