Searched refs:Prev (Results 1 – 11 of 11) sorted by relevance
153 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local167 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId]; in AcpiUtRemoveAddressRange()172 if (RangeInfo == Prev) /* Found at list head */ in AcpiUtRemoveAddressRange()178 Prev->Next = RangeInfo->Next; in AcpiUtRemoveAddressRange()191 Prev = RangeInfo; in AcpiUtRemoveAddressRange()
297 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local335 Prev = NULL; /* Start with Root Node */ in AcpiDmDisplayPath()336 while (Prev != Op) in AcpiDmDisplayPath()343 if (Search->Common.Parent == Prev) in AcpiDmDisplayPath()353 if (Prev) in AcpiDmDisplayPath()394 Prev = Search; in AcpiDmDisplayPath()
317 ACPI_OPERAND_OBJECT *Prev; in AcpiPsLinkModuleCode() local328 Prev = Next = AcpiGbl_ModuleCodeList; in AcpiPsLinkModuleCode()331 Prev = Next; in AcpiPsLinkModuleCode()339 if (!Prev || in AcpiPsLinkModuleCode()340 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart)) in AcpiPsLinkModuleCode()374 if (!Prev) in AcpiPsLinkModuleCode()380 Prev->Method.Mutex = MethodObj; in AcpiPsLinkModuleCode()386 "Appending to existing code block: %p\n", Prev)); in AcpiPsLinkModuleCode()388 Prev->Method.AmlLength += AmlLength; in AcpiPsLinkModuleCode()
147 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local178 Prev = Op->Common.Parent->Common.Value.Arg; in AcpiPsCompleteThisOp()179 if (!Prev) in AcpiPsCompleteThisOp()264 if (Prev == Op) in AcpiPsCompleteThisOp()284 else while (Prev) in AcpiPsCompleteThisOp()288 Next = Prev->Common.Next; in AcpiPsCompleteThisOp()296 Prev->Common.Next = ReplacementOp; in AcpiPsCompleteThisOp()302 Prev->Common.Next = Op->Common.Next; in AcpiPsCompleteThisOp()306 Prev = Next; in AcpiPsCompleteThisOp()
765 ACPI_PARSE_OBJECT *Prev = NULL; in AcpiPsGetNextArg() local815 if (Prev) in AcpiPsGetNextArg()817 Prev->Common.Next = Field; in AcpiPsGetNextArg()823 Prev = Field; in AcpiPsGetNextArg()
88 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; in AcpiExUnlinkMutex()91 if (ObjDesc->Mutex.Prev) in AcpiExUnlinkMutex()93 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; in AcpiExUnlinkMutex()101 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel = in AcpiExUnlinkMutex()136 ObjDesc->Mutex.Prev = NULL; in AcpiExLinkMutex()143 ListHead->Mutex.Prev = ObjDesc; in AcpiExLinkMutex()577 ObjDesc->Mutex.Prev = NULL; in AcpiExReleaseAllMutexes()
356 ACPI_OPERAND_OBJECT *Prev; in AcpiNsExecModuleCodeList() local385 Prev = Next; in AcpiNsExecModuleCodeList()390 Prev->Method.Mutex = NULL; in AcpiNsExecModuleCodeList()391 AcpiNsExecModuleCode (Prev, Info); in AcpiNsExecModuleCodeList()396 AcpiUtRemoveReference (Prev); in AcpiNsExecModuleCodeList()
704 ACPI_OPERAND_OBJECT *Prev; in AcpiNsTerminate() local712 Prev = Next; in AcpiNsTerminate()714 Prev->Method.Mutex = NULL; /* Clear the Mutex (cheated) field */ in AcpiNsTerminate()715 AcpiUtRemoveReference (Prev); in AcpiNsTerminate()
137 ASL_ERROR_MSG *Prev; in AeAddToErrorLog() local152 Prev = NULL; in AeAddToErrorLog()158 Prev = Next; in AeAddToErrorLog()166 if (Prev) in AeAddToErrorLog()168 Prev->Next = Enode; in AeAddToErrorLog()
209 DT_FIELD *Prev; in DtLinkField() local213 Prev = Next = Gbl_FieldList; in DtLinkField()217 Prev = Next; in DtLinkField()221 if (Prev) in DtLinkField()223 Prev->Next = Field; in DtLinkField()
189 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member
Completed in 15 milliseconds