Searched refs:Prev (Results 1 – 10 of 10) sorted by relevance
267 Next = Prev; in ExDoExternal()270 Prev = Next; in ExDoExternal()558 Prev = Next; in ExMoveExternals()564 if (Prev == ExternalOp) in ExMoveExternals()590 Next = Prev; in ExMoveExternals()599 if (Next == Prev) in ExMoveExternals()604 Next = Prev; in ExMoveExternals()616 Prev = Next; in ExMoveExternals()655 Next = Prev; in ExMoveExternals()661 Prev = Next; in ExMoveExternals()[all …]
830 DT_FIELD *Prev; in DtLinkField() local834 Prev = Next = AslGbl_FieldList; in DtLinkField()838 Prev = Next; in DtLinkField()842 if (Prev) in DtLinkField()844 Prev->Next = Field; in DtLinkField()
295 ASL_ERROR_MSG *Prev; in AeAddToErrorLog() local310 Prev = NULL; in AeAddToErrorLog()315 Prev = Next; in AeAddToErrorLog()323 if (Prev) in AeAddToErrorLog()325 Prev->Next = Enode; in AeAddToErrorLog()
405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local443 Prev = NULL; /* Start with Root Node */ in AcpiDmDisplayPath()444 while (Prev != Op) in AcpiDmDisplayPath()451 if (Search->Common.Parent == Prev) in AcpiDmDisplayPath()461 if (Prev) in AcpiDmDisplayPath()502 Prev = Search; in AcpiDmDisplayPath()
252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local266 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId]; in AcpiUtRemoveAddressRange()271 if (RangeInfo == Prev) /* Found at list head */ in AcpiUtRemoveAddressRange()277 Prev->Next = RangeInfo->Next; in AcpiUtRemoveAddressRange()290 Prev = RangeInfo; in AcpiUtRemoveAddressRange()
196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev; in AcpiExUnlinkMutex()199 if (ObjDesc->Mutex.Prev) in AcpiExUnlinkMutex()201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next; in AcpiExUnlinkMutex()209 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel = in AcpiExUnlinkMutex()244 ObjDesc->Mutex.Prev = NULL; in AcpiExLinkMutex()251 ListHead->Mutex.Prev = ObjDesc; in AcpiExLinkMutex()685 ObjDesc->Mutex.Prev = NULL; in AcpiExReleaseAllMutexes()
256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local287 Prev = Op->Common.Parent->Common.Value.Arg; in AcpiPsCompleteThisOp()288 if (!Prev) in AcpiPsCompleteThisOp()373 if (Prev == Op) in AcpiPsCompleteThisOp()393 else while (Prev) in AcpiPsCompleteThisOp()397 Next = Prev->Common.Next; in AcpiPsCompleteThisOp()405 Prev->Common.Next = ReplacementOp; in AcpiPsCompleteThisOp()411 Prev->Common.Next = Op->Common.Next; in AcpiPsCompleteThisOp()415 Prev = Next; in AcpiPsCompleteThisOp()
900 ACPI_PARSE_OBJECT *Prev = NULL; in AcpiPsGetNextArg() local954 if (Prev) in AcpiPsGetNextArg()956 Prev->Common.Next = Field; in AcpiPsGetNextArg()962 Prev = Field; in AcpiPsGetNextArg()
299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member
136 0x020200a5 // Prev