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

123

/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/arm64/
H A Darch_relocate.cpp24 arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) argument
/haiku/headers/private/kernel/vm/
H A Dvm_page.h78 vm_page_free(struct VMCache *cache, struct vm_page *page) 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/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/system/runtime_loader/arch/arm/
H A Darch_relocate.cpp26 relocate_rel(image_t *rootImage, image_t *image, Elf32_Rel *rel, int rel_len, SymbolLookupCache* cache) argument
81 arch_relocate_image(image_t *rootImage, image_t *image, SymbolLookupCache* cache) argument
/haiku/src/system/runtime_loader/arch/riscv64/
H A Darch_relocate.cpp19 relocate_rela(image_t* rootImage, image_t* image, Elf64_Rela* rel, size_t relLength, SymbolLookupCache* cache) argument
78 arch_relocate_image(image_t* rootImage, image_t* image, SymbolLookupCache* 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/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/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/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp101 BRepositoryCache cache; local
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp77 BRepositoryCache cache; local
101 _ShouldRunForRepositoryName( const BString& repoName, BPackageKit::BPackageRoster& roster, BPackageKit::BRepositoryCache* cache) argument
131 _RunForRepositoryName(const BString& repoName, BPackageKit::BContext& context, BPackageKit::BPackageRoster& roster, BPackageKit::BRepositoryCache* cache) argument
[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/ext2/
H A DTransaction.cpp125 void* cache = GetVolume()->BlockCache(); local
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp146 BRepositoryCache cache; local
167 BSolverRepository::SetTo(const BRepositoryCache& cache) 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
/haiku/src/system/kernel/slab/
H A DObjectCache.cpp29 ObjectCache* cache = (ObjectCache*)cookie; local
H A Dallocator.cpp270 ObjectCache* cache = MemoryManager::GetAllocationInfo(address, oldSize); local
[all...]
H A DObjectCache.h156 check_cache_quota(ObjectCache* cache) argument
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp99 BRepositoryBuilder(BSolverRepository& repository, const BRepositoryCache& cache, const BString& errorName) argument
/haiku/src/libs/compat/freebsd_network/
H A Dmbuf.c71 object_cache *cache; local
275 object_cache *cache = NULL; local
[all...]
/haiku/src/system/kernel/fs/
H A DVnode.h28 VMCache* cache; member in struct:vnode
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp179 Block::_SetTo(BlockCache *cache, uint64 number) argument

Completed in 187 milliseconds

123