Searched refs:cache (Results 76 - 100 of 227) sorted by relevance

12345678910

/haiku-fatelf/src/system/kernel/vm/
H A Dvm_page.cpp436 fCache(page->cache),
444 out.Print("page activated: %p, cache: %p", fPage, fCache);
457 fCache(page->cache),
465 out.Print("page deactivated: %p, cache: %p", fPage, fCache);
478 fCache(page->cache),
486 out.Print("page swap freed: %p, cache: %p", fPage, fCache);
519 out.Print("page write: %p, cache: %p", fPage, fCache);
906 kprintf("cache: %p\n", page->Cache());
1026 kprintf("page cache type state wired usage\n");
1523 panic("to be freed page %p has cache", pag
1625 VMCache* cache = page->Cache(); local
2264 struct VMCache* cache = transfer.Cache(); local
2374 VMCache *cache = page->Cache(); local
2633 VMCache* cache = vm_cache_acquire_locked_page_cache(page, true); local
2734 VMCache* cache = vm_cache_acquire_locked_page_cache(page, true); local
2863 VMCache* cache = vm_cache_acquire_locked_page_cache(page, true); local
3083 vm_page_write_modified_page_range(struct VMCache* cache, uint32 firstPage, uint32 endPage) argument
3186 vm_page_write_modified_pages(VMCache *cache) argument
3211 vm_page_schedule_write_page_range(struct VMCache *cache, uint32 firstPage, uint32 endPage) argument
3958 vm_page_free(VMCache *cache, vm_page *page) argument
[all...]
H A DVMAnonymousCache.cpp71 // number of free swap blocks the object cache shall minimally have
98 VMAnonymousCache *cache; member in struct:swap_hash_key
99 off_t page_index; // page index in the cache
103 // SWAP_BLOCK_PAGES continuous pages from the same cache
120 VMAnonymousCache* cache = key.cache; local
121 return blockIndex ^ (size_t)(int*)cache;
133 && key.cache == value->key.cache;
164 SwapTraceEntry(VMAnonymousCache* cache) argument
177 ReadPage(VMAnonymousCache* cache, page_num_t pageIndex, swap_addr_t swapSlotIndex) argument
201 WritePage(VMAnonymousCache* cache, page_num_t pageIndex, swap_addr_t swapSlotIndex) argument
399 WriteCallback(VMAnonymousCache* cache, AsyncIOCallback* callback) argument
1622 VMAnonymousCache* cache = dynamic_cast<VMAnonymousCache*>(page->Cache()); local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dconfigure19 cache_file=./config.cache
86 -cache-file | --cache-file | --cache-fil | --cache-fi \
87 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 -cache-file=* | --cache
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h165 void* cache = GetVolume()->BlockCache(); local
169 void* block = block_cache_get_empty(cache, blockNumber + i,
177 block_cache_put(cache, blockNumber + i);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dtempdic.c174 struct ncache *cache; local
188 if ((cache = _RkFindCache(dm, (long)oldTW)) && cache->nc_count > 0)
196 if (cache) {
197 _RkRehashCache(cache, (long)tn->tn_word);
198 cache->nc_word = mergeTW->word;
300 struct ncache *cache = _RkFindCache(dm, (long)oldTW); local
302 if (!cache || cache->nc_count <= 0) {
312 if (cache) {
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A DMakefile.am36 curve-cache.h \
/haiku-fatelf/src/apps/debugger/debug_info/
H A DGlobalTypeLookup.h37 // cache must be locked
45 // cache locked by method
67 virtual status_t GetType(GlobalTypeCache* cache,
H A DImageDebugInfo.h42 status_t GetType(GlobalTypeCache* cache,
H A DDebuggerImageDebugInfo.cpp53 DebuggerImageDebugInfo::GetType(GlobalTypeCache* cache, argument
H A DDebuggerImageDebugInfo.h30 virtual status_t GetType(GlobalTypeCache* cache,
H A DImageDebugInfo.cpp80 ImageDebugInfo::GetType(GlobalTypeCache* cache, const BString& name, argument
85 status_t error = specificInfo->GetType(cache, name, constraints,
H A DTeamDebugInfo.h46 virtual status_t GetType(GlobalTypeCache* cache,
H A DSpecificImageDebugInfo.h47 virtual status_t GetType(GlobalTypeCache* cache,
/haiku-fatelf/src/system/kernel/slab/
H A DObjectCache.cpp28 ObjectCache* cache = (ObjectCache*)cookie; local
30 MutexLocker _(cache->lock);
31 cache->ReturnObjectToSlab(cache->ObjectSlab(object), object, flags);
181 panic("cache: destroying a slab which isn't empty.");
264 panic("object_cache: to be freed object %p: slab not part of cache!",
273 panic("object_cache: double free of %p (slab %p, cache %p)",
H A DMemoryManager.cpp85 Allocate(ObjectCache* cache, uint32 flags) argument
88 fCache(cache),
96 out.Print("slab memory manager alloc: cache: %p, flags: %#" B_PRIx32,
523 MemoryManager::Allocate(ObjectCache* cache, uint32 flags, void*& _pages) argument
527 T(Allocate(cache, flags));
529 size_t chunkSize = cache->slab_size;
532 B_PRIuSIZE "\n", cache, flags, chunkSize);
556 chunk->reference = (addr_t)cache;
797 ObjectCache* cache = (ObjectCache*)reference; local
798 _size = cache
1471 VMCache* cache = vm_area_get_locked_cache(vmArea); local
1517 VMCache* cache = vm_area_get_locked_cache(vmArea); local
1862 ObjectCache* cache = (ObjectCache*)reference; local
[all...]
/haiku-fatelf/src/system/runtime_loader/arch/m68k/
H A Darch_relocate.cpp76 int rel_len, SymbolLookupCache* cache)
104 status = resolve_symbol(rootImage, image, sym, cache, &S);
276 SymbolLookupCache* cache)
299 cache);
75 relocate_rela(image_t *rootImage, image_t *image, struct Elf32_Rela *rel, int rel_len, SymbolLookupCache* cache) argument
275 arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) argument
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dconfigure22 cache_file=./config.cache
89 -cache-file | --cache-file | --cache-fil | --cache-fi \
90 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
92 -cache-file=* | --cache
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsparc64-tdep.c460 struct sparc_frame_cache cache;
473 return sparc_analyze_prologue (start_pc, 0xffffffffffffffffULL, &cache);
488 struct sparc_frame_cache *cache =
492 if (cache->base == 0)
495 (*this_id) = frame_id_build (cache->base, cache->pc);
504 struct sparc_frame_cache *cache =
517 regnum = cache->frameless_p ? SPARC_O7_REGNUM : SPARC_I7_REGNUM;
526 if (!cache->frameless_p
531 *addrp = cache
458 struct sparc_frame_cache cache; local
486 struct sparc_frame_cache *cache = local
502 struct sparc_frame_cache *cache = local
568 struct sparc_frame_cache *cache = local
[all...]
H A Dhppa-tdep.h175 struct unwind_table_entry *cache; /* Pointer to last entry we found */ member in struct:hppa_unwind_info
/haiku-fatelf/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeCopyText.h36 // cache the color as 32bit value
70 const uint32* cache = (const uint32*)pattern->OpCopyColorCache(); local
74 *p = cache[*covers];
/haiku-fatelf/src/tests/system/kernel/slab/
H A DSlab.h37 void *object_cache_alloc(object_cache_t cache);
38 void *object_cache_alloc_etc(object_cache_t cache, uint32_t flags);
39 void object_cache_free(object_cache_t cache, void *object);
40 void object_cache_destroy(object_cache_t cache);
44 // TODO this values should be dynamically tuned per cache.
99 static status_t AllocatePages(BaseCache *cache, AllocationID *id,
101 static void FreePages(BaseCache *cache, void *pages);
109 static status_t AllocatePages(BaseCache *cache, area_id *id, void **pages,
111 static void FreePages(BaseCache *cache, area_id id);
390 fSlabCache("slab cache",
[all...]
/haiku-fatelf/src/libs/ncurses/
H A DMakefile.os274 config: config.cache
76 config.cache: configure.cmd configure
/haiku-fatelf/headers/private/kernel/vm/
H A Dvm_types.h109 VMCache* cache; member in struct:VMCacheRef
112 VMCacheRef(VMCache* cache);
164 { return cache_ref != NULL ? cache_ref->cache : NULL; }
235 "@! page -m %p; sc %" B_PRId32 "; cache _cache", page,
250 "@! page -m %p; sc %" B_PRId32 "; cache _cache", page,
263 "@! page -m %p; sc %" B_PRId32 "; cache _cache", page, thread, page,
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp179 Block::_SetTo(BlockCache *cache, uint64 number) argument
183 status_t error = (cache ? B_OK : B_BAD_VALUE);
185 fCache = cache;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DBlock.cpp26 #include "cache.h"
178 Block::_SetTo(BlockCache *cache, uint64 number) argument
182 status_t error = (cache ? B_OK : B_BAD_VALUE);
184 fCache = cache;

Completed in 307 milliseconds

12345678910