Lines Matching refs:next
245 op->next = *opList; in addOpToOpList()
254 LargeMemoryBlock *next = head->next; in getFromPutList() local
257 head = next; in getFromPutList()
273 tail->next = h; in addToPutList()
288 opNext = op->next; in operator ()()
326 } while ((curr = curr->next) != nullptr); in operator ()()
332 CacheBinOperation *next = opGet->next; in operator ()() local
335 opGet = next; in operator ()()
403 CacheBinOperation *opNext = opGet->next; in operator ()()
415 curr=curr->next; in operator ()()
432 CacheBinOperation *opNext = opClean->next; in operator ()()
436 opNext = opClean->next; in operator ()()
498 LargeMemoryBlock *helper = toRelease->next; in cleanToThreshold()
519 LargeMemoryBlock *helper = toRelease->next; in releaseAllToBackend()
556 tail->next = nullptr; in putList()
563 tail->next = first; in putList()
588 first = result->next; in get()
651 toRelease = last.load(std::memory_order_relaxed)->next; in cleanToThreshold()
653 last.load(std::memory_order_relaxed)->next = nullptr; in cleanToThreshold()
924 toProcess = curr->next; in putList()
935 n = b->next; in putList()
937 tail->next = b; in putList()
940 toProcess = toProcess->next; in putList()
942 b->prev->next = b->next; in putList()
943 if (b->next) in putList()
944 b->next->prev = b->prev; in putList()
948 tail->next = nullptr; in putList()
960 largeBlock->next = nullptr; in put()