| /kernel/linux/linux-6.6/drivers/soc/tegra/cbb/ |
| H A D | tegra-cbb.c | 36 void tegra_cbb_print_cache(struct seq_file *file, u32 cache) in tegra_cbb_print_cache() argument
|
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| H A D | p2sb.c | 88 struct p2sb_res_cache *cache = &p2sb_resources[PCI_FUNC(devfn)]; in p2sb_scan_and_cache_devfn() local 196 struct p2sb_res_cache *cache; in p2sb_bar() local [all...] |
| /kernel/linux/linux-6.6/drivers/usb/core/ |
| H A D | quirks.c | 618 struct usb_interface_cache *cache; in usb_match_any_interface() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
| H A D | fifo.h | 29 struct nvkm_gpuobj *cache; member
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | ordered-events.h | 43 struct list_head cache; member
|
| /kernel/liteos_a/fs/vfs/ |
| H A D | path_cache.c | 106 static void PathCacheInsert(struct Vnode *parent, struct PathCache *cache, const char* name, int len)
in PathCacheInsert() argument
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | swap_slots.c | 115 struct swap_slots_cache *cache; in alloc_swap_slot_cache() local 171 struct swap_slots_cache *cache; drain_slots_cache_cpu() local 259 refill_swap_slots_cache(struct swap_slots_cache *cache) refill_swap_slots_cache() argument 274 struct swap_slots_cache *cache; free_swap_slot() local 305 struct swap_slots_cache *cache; folio_alloc_swap() local [all...] |
| /kernel/linux/linux-6.6/mm/kfence/ |
| H A D | kfence.h | 87 struct kmem_cache *cache; member
|
| /third_party/elfutils/libdw/ |
| H A D | cfi.c | 102 execute_cfi (Dwarf_CFI *cache, in execute_cfi() argument 440 cie_cache_initial_state(Dwarf_CFI *cache, struct dwarf_cie *cie) cie_cache_initial_state() argument 509 __libdw_frame_at_address(Dwarf_CFI *cache, struct dwarf_fde *fde, Dwarf_Addr address, Dwarf_Frame **frame) __libdw_frame_at_address() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | vp9_superframe_bsf.c | 31 AVPacket *cache[MAX_CACHE]; member [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_axcorrelate.c | 40 AVFrame *cache[2]; member [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpdec_qdm2.c | 49 unsigned int cache; ///< number of data packets that we have cached right now member
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-libasound-irq-rw.c | 19 struct frame_cache cache; member [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | GenderInfo.java | 224 private final ICUCache<ULocale, GenderInfo> cache = field in GenderInfo.Cache
|
| /third_party/FreeBSD/sys/sys/ |
| H A D | kobj.h | 86 kobj_method_t *cache[KOBJ_CACHE_SIZE]; member
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | GenderInfo.java | 228 private final ICUCache<ULocale, GenderInfo> cache = field in GenderInfo.Cache
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unifiedcache.h | 270 const UnifiedCache *cache = getInstance(status); getByLocale() local [all...] |
| /third_party/libwebsockets/lib/misc/cache-ttl/ |
| H A D | lws-cache-ttl.c | 46 lws_cache_schedule(struct lws_cache_ttl_lru *cache, sul_cb_t cb, lws_usec_t e) in lws_cache_schedule() argument 56 lws_cache_write_through(struct lws_cache_ttl_lru *cache, in lws_cache_write_through() argument 91 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key, const void **pdata, size_t *psize) lws_cache_lookup() argument 203 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key, const void **pdata, size_t *psize) lws_cache_item_get() argument 219 lws_cache_expunge(struct lws_cache_ttl_lru *cache) lws_cache_expunge() argument 233 lws_cache_item_remove(struct lws_cache_ttl_lru *cache, const char *wildcard_key) lws_cache_item_remove() argument 246 lws_cache_footprint(struct lws_cache_ttl_lru *cache) lws_cache_footprint() argument 252 lws_cache_debug_dump(struct lws_cache_ttl_lru *cache) lws_cache_debug_dump() argument 290 lws_cache_ttl_lru_t *cache = *_cache; lws_cache_destroy() local [all...] |
| /third_party/libdrm/freedreno/ |
| H A D | freedreno_bo.c | 79 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, struct fd_bo_cache *cache) bo_new() argument
|
| /third_party/mbedtls/library/ |
| H A D | ssl_cache.c | 24 void mbedtls_ssl_cache_init(mbedtls_ssl_cache_context *cache) in mbedtls_ssl_cache_init() argument 37 static int ssl_cache_find_entry(mbedtls_ssl_cache_context *cache, in ssl_cache_find_entry() argument 80 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; mbedtls_ssl_cache_get() local 130 ssl_cache_pick_writing_slot(mbedtls_ssl_cache_context *cache, unsigned char const *session_id, size_t session_id_len, mbedtls_ssl_cache_entry **dst) ssl_cache_pick_writing_slot() argument 252 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; mbedtls_ssl_cache_set() local 326 mbedtls_ssl_cache_context *cache = (mbedtls_ssl_cache_context *) data; mbedtls_ssl_cache_remove() local 371 mbedtls_ssl_cache_set_timeout(mbedtls_ssl_cache_context *cache, int timeout) mbedtls_ssl_cache_set_timeout() argument 381 mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max) mbedtls_ssl_cache_set_max_entries() argument 390 mbedtls_ssl_cache_free(mbedtls_ssl_cache_context *cache) mbedtls_ssl_cache_free() argument [all...] |
| /third_party/mbedtls/programs/ssl/ |
| H A D | dtls_server.c | 94 mbedtls_ssl_cache_context cache; in main() local
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_cache.c | 86 struct cso_cache *cache = (struct cso_cache *)user_data; in sanitize_cb() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_disk_cache.c | 79 v3d_disk_cache_compute_key(struct disk_cache *cache, in v3d_disk_cache_compute_key() argument 112 struct disk_cache *cache = screen->disk_cache; in v3d_disk_cache_retrieve() local 196 struct disk_cache *cache in v3d_disk_cache_store() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.h | 49 struct virgl_resource_cache cache; member
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | cache.c | 63 static void inserthashindex(struct CACHE_HEADER *cache, in inserthashindex() argument 103 drophashindex(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *current, int hash) drophashindex() argument 147 ntfs_fetch_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *wanted, cache_compare compare) ntfs_fetch_cache() argument 212 ntfs_enter_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *item, cache_compare compare) ntfs_enter_cache() argument 335 do_invalidate(struct CACHE_HEADER *cache, struct CACHED_GENERIC *current, int flags) do_invalidate() argument 374 ntfs_invalidate_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *item, cache_compare compare, int flags) ntfs_invalidate_cache() argument 432 ntfs_remove_cache(struct CACHE_HEADER *cache, struct CACHED_GENERIC *item, int flags) ntfs_remove_cache() argument 451 ntfs_free_cache(struct CACHE_HEADER *cache) ntfs_free_cache() argument 477 struct CACHE_HEADER *cache; ntfs_create_cache() local [all...] |