Home
last modified time | relevance | path

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

/haiku/src/system/kernel/vm/
H A Dvm_debug.cpp26 struct cache_info { struct
33 static cache_info* sCacheInfoTable; argument
277 update_cache_info_recursively(VMCache* cache, cache_info& info) in update_cache_info_recursively()
294 const cache_info* a = (const cache_info*)_a; in cache_info_compare_page_count()
295 const cache_info* b = (const cache_info*)_b; in cache_info_compare_page_count()
305 const cache_info* a = (const cache_info*)_a; in cache_info_compare_committed()
306 const cache_info* b = (const cache_info*)_b; in cache_info_compare_committed()
314 dump_caches_recursively(VMCache* cache, cache_info& info, int level) in dump_caches_recursively()
383 cache_info stackInfo; in dump_caches()
384 cache_info& info = rootCount < kCacheInfoTableCount in dump_caches()
[all …]