Home
last modified time | relevance | path

Searched defs:cache (Results 51 - 75 of 1053) sorted by relevance

12345678910>>...43

/kernel/linux/linux-6.6/io_uring/
H A Dalloc_cache.h13 static inline bool io_alloc_cache_put(struct io_alloc_cache *cache, in io_alloc_cache_put() argument
26 static inline bool io_alloc_cache_empty(struct io_alloc_cache *cache) in io_alloc_cache_empty() argument
31 static inline struct io_cache_entry *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() argument
46 io_alloc_cache_init(struct io_alloc_cache *cache, unsigned max_nr, size_t size) io_alloc_cache_init() argument
55 io_alloc_cache_free(struct io_alloc_cache *cache, void (*free)(struct io_cache_entry *)) io_alloc_cache_free() argument
[all...]
H A Dpoll.h22 struct io_cache_entry cache; member
H A Dnet.h18 struct io_cache_entry cache; member
/kernel/linux/linux-6.6/mm/kasan/
H A Dreport_hw_tags.c30 size_t kasan_get_alloc_size(void *object, struct kmem_cache *cache) in kasan_get_alloc_size() argument
H A Dreport_sw_tags.c48 size_t kasan_get_alloc_size(void *object, struct kmem_cache *cache) in kasan_get_alloc_size() argument
/kernel/linux/linux-6.6/mm/
H A Dmm_slot.h24 static inline void *mm_slot_alloc(struct kmem_cache *cache) in mm_slot_alloc() argument
31 static inline void mm_slot_free(struct kmem_cache *cache, void *objp) in mm_slot_free() argument
/third_party/alsa-utils/axfer/
H A Dframe-cache.h32 static inline unsigned int frame_cache_get_count(struct frame_cache *cache) in frame_cache_get_count() argument
37 static inline void frame_cache_increase_count(struct frame_cache *cache, in frame_cache_increase_count() argument
43 static inline void frame_cache_reduce(struct frame_cache *cache, in frame_cache_reduce() argument
[all...]
H A Dframe-cache.c11 static void align_frames_in_i(struct frame_cache *cache, in align_frames_in_i() argument
29 align_frames_in_n(struct frame_cache *cache, unsigned int consumed_count) align_frames_in_n() argument
48 frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, unsigned int bytes_per_sample, unsigned int samples_per_frame, unsigned int frames_per_cache) frame_cache_init() argument
100 frame_cache_destroy(struct frame_cache *cache) frame_cache_destroy() argument
[all...]
/third_party/backends/backend/genesys/
H A Dregister_cache.h61 std::ostream& operator<<(std::ostream& out, const RegisterCache<Value>& cache) in operator <<() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h360 const MeasureFormatCacheData *cache; member in MeasureFormat
/third_party/libwebsockets/lib/misc/lwsac/
H A Dcached-file.c78 lwsac_use_cached_file_start(lwsac_cached_file_t cache) in lwsac_use_cached_file_start() argument
88 lwsac_use_cached_file_end(lwsac_cached_file_t *cache) in lwsac_use_cached_file_end() argument
109 lwsac_use_cached_file_detach(lwsac_cached_file_t *cache) lwsac_use_cached_file_detach() argument
127 lwsac_cached_file(const char *filepath, lwsac_cached_file_t *cache, size_t *len) lwsac_cached_file() argument
[all...]
/third_party/libdrm/etnaviv/
H A Detnaviv_bo_cache.c33 static void add_bucket(struct etna_bo_cache *cache, int size) in add_bucket() argument
44 drm_private void etna_bo_cache_init(struct etna_bo_cache *cache) in etna_bo_cache_init() argument
70 etna_bo_cache_cleanup(struct etna_bo_cache *cache, time_t time) etna_bo_cache_cleanup() argument
96 get_bucket(struct etna_bo_cache *cache, uint32_t size) get_bucket() argument
158 etna_bo_cache_alloc(struct etna_bo_cache *cache, uint32_t *size, uint32_t flags) etna_bo_cache_alloc() argument
181 etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo) etna_bo_cache_free() argument
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_bo_cache.c36 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket() argument
52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() argument
82 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) fd_bo_cache_cleanup() argument
109 get_bucket(struct fd_bo_cache *cache, uint32_t size) get_bucket() argument
162 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) fd_bo_cache_alloc() argument
194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) fd_bo_cache_free() argument
[all...]
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_bo_cache.c30 static void add_bucket(struct etna_bo_cache *cache, int size) in add_bucket() argument
41 void etna_bo_cache_init(struct etna_bo_cache *cache) in etna_bo_cache_init() argument
67 etna_bo_cache_cleanup(struct etna_bo_cache *cache, time_t time) etna_bo_cache_cleanup() argument
94 get_bucket(struct etna_bo_cache *cache, uint32_t size) get_bucket() argument
148 etna_bo_cache_alloc(struct etna_bo_cache *cache, uint32_t *size, uint32_t flags) etna_bo_cache_alloc() argument
172 etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo) etna_bo_cache_free() argument
[all...]
/third_party/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c72 struct util_cache * cache; in main() local
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmeasfmt.h360 const MeasureFormatCacheData *cache; member in MeasureFormat
/third_party/ltp/testcases/kernel/syscalls/cacheflush/
H A Dcacheflush01.c29 int cache; member
/third_party/node/deps/v8/src/compiler/
H A Dper-isolate-compiler-cache.h49 PerIsolateCompilerCache* cache = zone->New<PerIsolateCompilerCache>(zone); in Setup() local
/third_party/node/deps/v8/src/numbers/
H A Dmath-random.cc19 Handle<FixedDoubleArray> cache = Handle<FixedDoubleArray>::cast( in InitializeContext() local
57 FixedDoubleArray cache = in RefillCache() local
/third_party/node/deps/v8/src/objects/
H A Dprototype-info-inl.h45 MaybeObject cache = object_create_map(); in HasObjectCreateMap() local
/third_party/node/deps/v8/src/snapshot/
H A Dserializer-deserializer.cc15 void IterateObjectCache(Isolate* isolate, std::vector<Object>* cache, in IterateObjectCache() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_disk_cache.c37 lima_vs_disk_cache_store(struct disk_cache *cache, in lima_vs_disk_cache_store() argument
65 lima_fs_disk_cache_store(struct disk_cache *cache, in lima_fs_disk_cache_store() argument
92 lima_vs_disk_cache_retrieve(struct disk_cache *cache, struct lima_vs_key *key) lima_vs_disk_cache_retrieve() argument
144 lima_fs_disk_cache_retrieve(struct disk_cache *cache, struct lima_fs_key *key) lima_fs_disk_cache_retrieve() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); in translate_cache_create() local
52 static inline void delete_translates(struct translate_cache *cache) in delete_translates() argument
65 void translate_cache_destroy(struct translate_cache *cache) in translate_cache_destroy() argument
90 translate_cache_find(struct translate_cache *cache, struct translate_key *key) translate_cache_find() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dproplist-util.c248 char *pa_proplist_get_stream_group(pa_proplist *p, const char *prefix, const char *cache) { in pa_proplist_get_stream_group() argument
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmeasfmt.h360 const MeasureFormatCacheData *cache; member in MeasureFormat

Completed in 8 milliseconds

12345678910>>...43