Searched defs:cache (Results 1 - 25 of 66) sorted by path

123

/haiku/headers/private/kernel/vm/
H A Dvm_page.h78 vm_page_free(struct VMCache *cache, struct vm_page *page) argument
H A DVMArea.h115 VMCache* cache; member in struct:VMArea
H A Dvm_types.h109 VMCache* cache; member in struct:VMCacheRef
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h168 void* cache = GetVolume()->BlockCache(); local
H A DBPlusTree.cpp255 void* cache = fTree->fStream->GetVolume()->BlockCache(); local
H A DInode.h191 void SetFileCache(void* cache) { fCache = cache; } argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp125 void* cache = GetVolume()->BlockCache(); local
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h89 void *cache; // for file cache member in struct:iso9660_inode
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp357 DirectoryCache* cache = attribute ? from->fAttrCache : from->fCache; local
451 bool cache = fFileSystem->GetConfiguration().fCacheMetadata; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.c63 static void inserthashindex(struct CACHE_HEADER *cache, argument
103 drophashindex(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *current, int hash) argument
147 ntfs_fetch_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *wanted, cache_compare compare) argument
212 ntfs_enter_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *item, cache_compare compare) argument
335 do_invalidate(struct CACHE_HEADER *cache, struct CACHED_GENERIC *current, int flags) argument
374 ntfs_invalidate_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *item, cache_compare compare, int flags) argument
432 ntfs_remove_cache(struct CACHE_HEADER *cache, struct CACHED_GENERIC *item, int flags) argument
451 ntfs_free_cache(struct CACHE_HEADER *cache) argument
477 struct CACHE_HEADER *cache; local
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp179 Block::_SetTo(BlockCache *cache, uint64 number) argument
/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp55 DebuggerImageDebugInfo::GetType(GlobalTypeCache* cache, argument
H A DImageDebugInfo.cpp99 ImageDebugInfo::GetType(GlobalTypeCache* cache, const BString& name, argument
H A DTeamDebugInfo.cpp394 TeamDebugInfo::GetType(GlobalTypeCache* cache, const BString& name, argument
440 TeamDebugInfo::HasType(GlobalTypeCache* cache, const BString& name, argument
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp146 BRepositoryCache cache; local
167 BSolverRepository::SetTo(const BRepositoryCache& cache) argument
/haiku/src/system/kernel/fs/
H A DVnode.h28 VMCache* cache; member in struct:vnode
/haiku/src/system/kernel/slab/
H A DObjectCache.h156 check_cache_quota(ObjectCache* cache) argument
/haiku/src/system/runtime_loader/arch/m68k/
H A Darch_relocate.cpp75 relocate_rela(image_t *rootImage, image_t *image, Elf32_Rela *rel, int rel_len, SymbolLookupCache* cache) argument
275 arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) argument
/haiku/src/system/runtime_loader/arch/ppc/
H A Darch_relocate.cpp24 relocate_rel(image_t *rootImage, image_t *image, Elf32_Rel *rel, int rel_len, SymbolLookupCache* cache) argument
34 arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) argument
/haiku/src/system/runtime_loader/arch/sparc/
H A Darch_relocate.cpp25 arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) argument
/haiku/src/system/runtime_loader/arch/x86/
H A Darch_relocate.cpp21 relocate_rel(image_t *rootImage, image_t *image, Elf32_Rel *rel, int rel_len, SymbolLookupCache* cache) argument
111 arch_relocate_image(image_t* rootImage, image_t* image, SymbolLookupCache* cache) argument
/haiku/src/system/runtime_loader/arch/x86_64/
H A Darch_relocate.cpp17 relocate_rela(image_t* rootImage, image_t* image, Elf64_Rela* rel, size_t relLength, SymbolLookupCache* cache) argument
84 arch_relocate_image(image_t* rootImage, image_t* image, SymbolLookupCache* cache) argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.cpp60 cached_write(void* cache, off_t num, const void* _data, off_t numBlocks) argument
79 read_blocks(void* cache, off_t num) argument
97 get_block(void* cache, off_t num) argument
108 release_block(void* cache, off_ argument
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dslab.cpp56 delete_object_cache(object_cache *cache) argument
63 object_cache_set_minimum_reserve(object_cache *cache, size_t objectCount) argument
70 object_cache_alloc(object_cache *cache, uint32 flags) argument
84 object_cache_free(object_cache *cache, voi argument
96 object_cache_reserve(object_cache *cache, size_t object_count, uint32 flags) argument
103 object_cache_get_usage(object_cache *cache, size_t *_allocatedMemory) argument
[all...]
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp39 MallocBackend::AllocatePages(BaseCache *cache, AllocationID *id, void **pages, argument
56 MallocBackend::FreePages(BaseCache *cache, void *pages) argument
63 AreaBackend::AllocatePages(BaseCache *cache, area_id *id, void **pages, argument
81 AreaBackend::FreePages(BaseCache *cache, area_id area) argument
419 object_cache_alloc(object_cache_t cache) argument
426 object_cache_alloc_etc(object_cache_t cache, uint32_t flags) argument
433 object_cache_free(object_cache_t cache, void *object) argument
440 object_cache_destroy(object_cache_t cache) argument
509 object_cache_t cache = object_cache_create("foobar", 16, 0, local
[all...]

Completed in 173 milliseconds

123