Searched refs:sSwapFileAlloc (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp153 static swap_file* sSwapFileAlloc = NULL; // allocate from here variable
284 if (sSwapFileAlloc == NULL)
285 sSwapFileAlloc = sSwapFileList.First();
287 addr = radix_bitmap_alloc(sSwapFileAlloc->bmp, count);
289 addr += sSwapFileAlloc->first_slot;
294 sSwapFileAlloc = sSwapFileList.GetNext(sSwapFileAlloc);
305 if (sSwapFileAlloc->bmp->free_slots
306 < (sSwapFileAlloc->last_slot - sSwapFileAlloc
[all...]

Completed in 51 milliseconds