Home
last modified time | relevance | path

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

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp150 static SwapFileList sSwapFileList; variable
240 for (SwapFileList::Iterator it = sSwapFileList.GetIterator(); in dump_swap_info()
268 if (sSwapFileList.IsEmpty()) { in swap_slot_alloc()
284 sSwapFileAlloc = sSwapFileList.First(); in swap_slot_alloc()
293 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc); in swap_slot_alloc()
306 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc); in swap_slot_alloc()
318 for (SwapFileList::Iterator it = sSwapFileList.GetIterator(); in find_swap_file()
1478 if (sSwapFileList.IsEmpty()) { in swap_file_add()
1483 swap->first_slot = sSwapFileList.Last()->last_slot + 1; in swap_file_add()
1486 sSwapFileList.Add(swap); in swap_file_add()
[all …]