Searched refs:sSwapFileList (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp151 static SwapFileList sSwapFileList; variable
241 for (SwapFileList::Iterator it = sSwapFileList.GetIterator();
269 if (sSwapFileList.IsEmpty()) {
285 sSwapFileAlloc = sSwapFileList.First();
294 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc);
307 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc);
319 for (SwapFileList::Iterator it = sSwapFileList.GetIterator();
1478 if (sSwapFileList.IsEmpty()) {
1483 swap->first_slot = sSwapFileList.Last()->last_slot + 1;
1486 sSwapFileList
[all...]

Completed in 17 milliseconds