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

/haiku/src/system/libroot/os/
H A Dsystem_info.cpp60 int32 cached_pages; member in struct:__anon30
120 info->cached_pages = std::min(systemInfo.cached_pages, uint64(INT32_MAX));
/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp51 return fSystemInfo.cached_pages * B_PAGE_SIZE;
/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.cpp30 fCachedMemory = (int64)systemInfo.cached_pages * B_PAGE_SIZE / 1024LL;
H A DMemoryBarMenu.cpp79 int64 cachedMemory = (int64)sinfo.cached_pages * B_PAGE_SIZE / 1024;
/haiku/headers/os/kernel/
H A DOS.h447 uint64 cached_pages; member in struct:__anon10
/haiku/src/bin/
H A Dsysinfo.cpp745 B_PAGE_SIZE * (uint64)info->cached_pages);
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp4159 info->cached_pages = sCachedPageQueue.Count() + modifiedNonTemporaryPages
4166 uint32 subtractPages = info->cached_pages + sFreePageQueue.Count()
4171 if (info->used_pages + info->cached_pages > info->max_pages) {
4174 info->cached_pages = info->max_pages - info->used_pages;

Completed in 181 milliseconds