Searched defs:cache (Results 176 - 200 of 301) sorted by relevance

1234567891011>>

/linux-master/drivers/dma/
H A Ddmaengine.c1311 struct kmem_cache *cache; member in struct:dmaengine_unmap_pool
/linux-master/fs/cachefiles/
H A Dinternal.h40 struct cachefiles_cache *cache; member in struct:cachefiles_volume
87 struct fscache_cache *cache; /* Cache cookie */ member in struct:cachefiles_cache
132 cachefiles_in_ondemand_mode(struct cachefiles_cache *cache) argument
164 cachefiles_state_changed(struct cachefiles_cache *cache) argument
343 cachefiles_ondemand_daemon_read(struct cachefiles_cache *cache, char __user *_buffer, size_t buflen) argument
387 cachefiles_begin_secure(struct cachefiles_cache *cache, const struct cred **_saved_cred) argument
393 cachefiles_end_secure(struct cachefiles_cache *cache, const struct cred *saved_cred) argument
[all...]
/linux-master/tools/perf/util/
H A Ddso.c845 struct dso_cache *cache; local
860 struct dso_cache *cache; local
886 struct dso_cache *cache; local
914 dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, u64 size, bool out) argument
957 struct dso_cache *cache; local
998 struct dso_cache *cache = __dso_cache__find(dso, offset); local
1006 struct dso_cache *cache; local
[all...]
H A Ddso.h198 struct rb_root cache; member in struct:dso::__anon307
/linux-master/fs/overlayfs/
H A Dreaddir.c57 struct ovl_dir_cache *cache; member in struct:ovl_dir_file
234 struct ovl_dir_cache *cache = ovl_dir_cache(inode); local
244 struct ovl_dir_cache *cache = od->cache; local
329 struct ovl_dir_cache *cache = od->cache; local
403 struct ovl_dir_cache *cache; local
617 struct ovl_dir_cache *cache; local
660 struct ovl_dir_cache *cache; member in struct:ovl_readdir_translate
781 struct ovl_dir_cache *cache; local
[all...]
/linux-master/mm/kasan/
H A Dkasan.h218 struct kmem_cache *cache; member in struct:kasan_report_info
378 static inline void kasan_print_aux_stacks(struct kmem_cache *cache, const void *object) { } argument
394 static inline void kasan_init_object_meta(struct kmem_cache *cache, const void *object) { } argument
408 kasan_quarantine_put(struct kmem_cache *cache, void *object) argument
410 kasan_quarantine_remove_cache(struct kmem_cache *cache) argument
[all...]
H A Dkasan_test.c931 struct kmem_cache *cache; local
953 struct kmem_cache *cache; local
974 struct kmem_cache *cache; local
1003 struct kmem_cache *cache; local
1017 struct kmem_cache *cache; local
1041 struct kmem_cache *cache; local
1088 struct kmem_cache *cache; local
1174 struct kmem_cache *cache; local
1237 struct kmem_cache *cache; local
[all...]
/linux-master/drivers/gpu/host1x/
H A Ddev.h172 struct host1x_bo_cache cache; member in struct:host1x
/linux-master/fs/btrfs/
H A Dspace-info.c539 struct btrfs_block_group *cache; local
[all...]
H A Dtransaction.c160 struct btrfs_block_group *cache; local
/linux-master/block/
H A Dbio.c416 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache) argument
436 struct bio_alloc_cache *cache; local
703 __bio_alloc_cache_prune(struct bio_alloc_cache *cache, unsigned int nr) argument
719 bio_alloc_cache_prune(struct bio_alloc_cache *cache, unsigned int nr) argument
735 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); local
751 struct bio_alloc_cache *cache; local
762 struct bio_alloc_cache *cache; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c418 struct mlx4_en_page_cache *cache = &ring->page_cache; local
/linux-master/drivers/block/
H A Dps3vram.c83 struct ps3vram_cache cache; member in struct:ps3vram_priv
311 struct ps3vram_cache *cache = &priv->cache; local
333 struct ps3vram_cache *cache = &priv->cache; local
353 struct ps3vram_cache *cache = &priv->cache; local
367 struct ps3vram_cache *cache = &priv->cache; local
[all...]
/linux-master/mm/
H A Dslab.h321 static inline void *nearest_obj(struct kmem_cache *cache, argument
334 static inline unsigned int __obj_to_index(const struct kmem_cache *cache, argument
341 static inline unsigned int obj_to_index(const struct kmem_cache *cache, argument
349 objs_per_slab(const struct kmem_cache *cache, const struct slab *slab) argument
[all...]
/linux-master/include/net/
H A Dnetlabel.h197 struct netlbl_lsm_cache *cache; member in struct:netlbl_lsm_secattr
279 struct netlbl_lsm_cache *cache; local
295 netlbl_secattr_cache_free(struct netlbl_lsm_cache *cache) argument
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.c107 static inline union invalidate_counter get_invalidate_counter(struct page_cache *cache, argument
115 static inline void set_invalidate_counter(struct page_cache *cache, argument
129 begin_pending_search(struct page_cache *cache, u32 physical_page, unsigned int zone_number) argument
149 end_pending_search(struct page_cache *cache, unsigned int zone_number) argument
167 wait_for_pending_searches(struct page_cache *cache, u32 physical_page) argument
204 clear_cache_page(struct page_cache *cache, struct cached_page *page) argument
212 make_page_most_recent(struct page_cache *cache, struct cached_page *page) argument
223 select_victim_in_cache(struct page_cache *cache) argument
256 put_page_in_cache(struct page_cache *cache, u32 physical_page, struct cached_page *page) argument
282 cancel_page_in_cache(struct page_cache *cache, u32 physical_page, struct cached_page *page) argument
309 read_queue_is_full(struct page_cache *cache) argument
314 enqueue_read(struct page_cache *cache, struct uds_request *request, u32 physical_page) argument
372 reserve_read_queue_entry(struct page_cache *cache) argument
602 struct page_cache *cache = &volume->page_cache; local
644 get_page_and_index(struct page_cache *cache, u32 physical_page, int *queue_index, struct cached_page **page_ptr) argument
681 get_page_from_cache(struct page_cache *cache, u32 physical_page, struct cached_page **page) argument
1030 invalidate_page(struct page_cache *cache, u32 physical_page) argument
1491 initialize_page_cache(struct page_cache *cache, const struct index_geometry *geometry, u32 chapters_in_cache, unsigned int zone_count) argument
1649 uninitialize_page_cache(struct page_cache *cache) argument
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c77 struct vmw_surface_cache cache; member in struct:vmw_surface_dirty
1669 const struct vmw_surface_cache *cache = &dirty->cache; local
1715 const struct vmw_surface_cache *cache = &dirty->cache; local
1739 const struct vmw_surface_cache *cache; local
1788 const struct vmw_surface_cache *cache = &dirty->cache; local
1831 const struct vmw_surface_cache *cache = &dirty->cache; local
[all...]
/linux-master/arch/x86/mm/
H A Dinit_64.c366 __init_extra_mapping(unsigned long phys, unsigned long size, enum page_cache_mode cache) argument
/linux-master/drivers/base/regmap/
H A Dinternal.h154 void *cache; member in struct:regmap
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1160 static int kfd_parse_subtype_cache(struct crat_subtype_cache *cache, argument
1311 struct crat_subtype_cache *cache; local
[all...]
/linux-master/drivers/auxdisplay/
H A Dht16k33.c86 uint8_t *cache; member in struct:ht16k33_fbdev
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.h666 xfs_btree_alloc_cursor( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_btree_ops *ops, uint8_t maxlevels, struct kmem_cache *cache) argument
/linux-master/drivers/acpi/numa/
H A Dhmat.c476 struct acpi_hmat_cache *cache = (void *)header; local
[all...]
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c192 enum page_cache_mode cache; local
219 enum page_cache_mode cache; local
[all...]
/linux-master/net/bluetooth/
H A Dhci_debugfs.c364 struct discovery_state *cache = &hdev->discovery; local

Completed in 215 milliseconds

1234567891011>>