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

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp91 struct swap_file : DoublyLinkedListLinkImpl<swap_file> { struct in inherits:DoublyLinkedListLinkImpl
146 typedef DoublyLinkedList<swap_file> SwapFileList;
153 static swap_file* sSwapFileAlloc = NULL; // allocate from here
242 swap_file* file = it.Next();) {
293 // this swap_file is full, find another
316 static swap_file*
320 swap_file* swapFile = it.Next();) {
340 swap_file* swapFile = find_swap_file(slotIndex);
781 swap_file* swapFil
[all...]

Completed in 15 milliseconds