Home
last modified time | relevance | path

Searched defs:cache (Results 651 - 675 of 1093) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp44 Pointer<Byte> cache = task + OFFSET(VertexTask, vertexCache); in generate() local
/third_party/skia/tests/
H A DResourceAllocatorTest.cpp365 auto cache = dContext->priv().getResourceCache(); in memory_budget_test() local
H A DBackendAllocationTest.cpp48 GrResourceCache* cache = dContext->priv().getResourceCache(); in test_wrapping() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp281 Hashtable cache; member in DNCache
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp958 ETSObjectType *ETSObjectType::Substitute(TypeRelation *relation, const Substitution *substitution, bool cache) in Substitute() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp1017 StepCache cache; in StepInner() local
/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_handler.cpp551 unsigned char *cache = (unsigned char *)calloc(dataLength, sizeof(unsigned char)); in CreateSavingSequence() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1267 CacheNode(const char* const tname, const SCENE_NS::INode::Ptr& node, BASE_NS::unordered_map<BASE_NS::string, typename Type::WeakPtr>& cache, fun func) CacheNode() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp393 auto cache = RSImageCache::Instance().GetRenderDrawingImageCacheByPixelMapId(uniqueId_, gettid()); in UploadGpu() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp333 std::vector<uint8_t> cache; in VerifyValue() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp786 IKvDB *KvDBManager::FindKvDBFromCache(const KvDBProperties &properties, const std::map<std::string, IKvDB *> &cache, in FindKvDBFromCache() argument
[all...]
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp185 auto cache = cachedEntity.Structuralize(); in GetLocalCapabilities() local
397 auto cache = cachedEntity.Structuralize(); in GetRestoreBundleNames() local
H A Dsvc_session_manager.cpp208 auto cache = cachedEntity.Structuralize(); in OnBundleExtManageInfo() local
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit_64.c360 __init_extra_mapping(unsigned long phys, unsigned long size, enum page_cache_mode cache) __init_extra_mapping() argument
/kernel/linux/linux-5.10/drivers/block/
H A Dps3vram.c84 struct ps3vram_cache cache; member
312 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_evict() local
334 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_load() local
354 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_flush() local
368 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_match() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmaengine.c1373 struct kmem_cache *cache; member
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dmmu.c504 struct kvm_mmu_memory_cache cache = { 0, __GFP_ZERO, NULL, }; kvm_phys_addr_ioremap() local
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dmmu.c131 static pte_t *kvm_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_walk_pgd() argument
175 kvm_pte_for_gpa(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, unsigned long addr) kvm_pte_for_gpa() argument
780 kvm_get_pud(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, phys_addr_t addr) kvm_get_pud() argument
795 kvm_get_pmd(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, phys_addr_t addr) kvm_get_pmd() argument
817 kvm_set_pmd_huge(struct kvm_vcpu *vcpu, struct kvm_mmu_memory_cache *cache, phys_addr_t addr, const pmd_t *new_pmd) kvm_set_pmd_huge() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacobject.h393 struct acpi_object_cache_list cache; member
/kernel/linux/linux-5.10/drivers/base/
H A Dnode.c250 ATTRIBUTE_GROUPS(cache); variable
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dmmu.c104 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_mips_walk_pgd() argument
143 kvm_mips_pte_for_gpa(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, unsigned long addr) kvm_mips_pte_for_gpa() argument
[all...]
H A Demulate.c2188 u32 cache, op_inst, op, base; in kvm_mips_emulate_cache() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp.c1273 struct device_node *cache; in cpu_to_l2cache() local
[all...]
H A Dcacheinfo.c44 struct cache *cache; member
118 struct cache { global() struct
139 cache_type_string(const struct cache *cache) cache_type_string() argument
144 cache_init(struct cache *cache, int type, int level, struct device_node *ofnode) cache_init() argument
156 struct cache *cache; new_cache() local
165 release_cache_debugcheck(struct cache *cache) release_cache_debugcheck() argument
178 release_cache(struct cache *cache) release_cache() argument
192 cache_cpu_set(struct cache *cache, int cpu) cache_cpu_set() argument
206 cache_size(const struct cache *cache, unsigned int *ret) cache_size() argument
221 cache_size_kb(const struct cache *cache, unsigned int *ret) cache_size_kb() argument
233 cache_get_line_size(const struct cache *cache, unsigned int *ret) cache_get_line_size() argument
256 cache_nr_sets(const struct cache *cache, unsigned int *ret) cache_nr_sets() argument
271 cache_associativity(const struct cache *cache, unsigned int *ret) cache_associativity() argument
303 cache_find_first_sibling(struct cache *cache) cache_find_first_sibling() argument
321 struct cache *cache = NULL; cache_lookup_by_node() local
387 struct cache *cache; cache_do_one_devnode() local
400 struct cache *cache; cache_lookup_or_instantiate() local
434 do_subsidiary_caches_debugcheck(struct cache *cache) do_subsidiary_caches_debugcheck() argument
446 do_subsidiary_caches(struct cache *cache) do_subsidiary_caches() argument
556 struct cache *cache; size_show() local
573 struct cache *cache; line_size_show() local
589 struct cache *cache; nr_sets_show() local
605 struct cache *cache; associativity_show() local
620 struct cache *cache; type_show() local
633 struct cache *cache; level_show() local
659 get_big_core_shared_cpu_map(int cpu, struct cache *cache) get_big_core_shared_cpu_map() argument
671 struct cache *cache; show_shared_cpumap() local
739 struct cache *cache; cacheinfo_create_index_opt_attrs() local
777 cacheinfo_create_index_dir(struct cache *cache, int index, struct cache_dir *cache_dir) cacheinfo_create_index_dir() argument
806 struct cache *cache; cacheinfo_sysfs_populate() local
823 struct cache *cache; cacheinfo_cpu_online() local
840 struct cache *cache; cache_lookup_by_cpu() local
880 cache_cpu_clear(struct cache *cache, int cpu) cache_cpu_clear() argument
904 struct cache *cache; cacheinfo_cpu_offline() local
[all...]
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dinternal.h140 void *cache; member

Completed in 40 milliseconds

1...<<21222324252627282930>>...44