| /Linux-v5.10/mm/kasan/ |
| D | generic.c | 195 void kasan_cache_shrink(struct kmem_cache *cache) in kasan_cache_shrink() 200 void kasan_cache_shutdown(struct kmem_cache *cache) in kasan_cache_shutdown() 331 struct kmem_cache *cache; in kasan_record_aux_stack() local 349 void kasan_set_free_info(struct kmem_cache *cache, in kasan_set_free_info() 363 struct kasan_track *kasan_get_free_track(struct kmem_cache *cache, in kasan_get_free_track()
|
| D | tags.c | 165 void kasan_set_free_info(struct kmem_cache *cache, in kasan_set_free_info() 182 struct kasan_track *kasan_get_free_track(struct kmem_cache *cache, in kasan_get_free_track()
|
| D | report.c | 138 static void describe_object_addr(struct kmem_cache *cache, void *object, in describe_object_addr() 170 static void describe_object(struct kmem_cache *cache, void *object, in describe_object() 389 struct kmem_cache *cache = page->slab_cache; in print_address_description() local
|
| /Linux-v5.10/drivers/staging/wfx/ |
| D | data_tx.c | 74 static int wfx_tx_policy_find(struct tx_policy_cache *cache, in wfx_tx_policy_find() 88 static void wfx_tx_policy_use(struct tx_policy_cache *cache, in wfx_tx_policy_use() 95 static int wfx_tx_policy_release(struct tx_policy_cache *cache, in wfx_tx_policy_release() 109 struct tx_policy_cache *cache = &wvif->tx_policy_cache; in wfx_tx_policy_get() local 145 struct tx_policy_cache *cache = &wvif->tx_policy_cache; in wfx_tx_policy_put() local 194 struct tx_policy_cache *cache = &wvif->tx_policy_cache; in wfx_tx_policy_init() local
|
| /Linux-v5.10/arch/m68k/kernel/ |
| D | sys_m68k.c | 68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() 228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() 378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() 533 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
|
| /Linux-v5.10/fs/cachefiles/ |
| D | rdwr.c | 398 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page() local 690 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages() local 804 struct cachefiles_cache *cache; in cachefiles_allocate_page() local 842 struct cachefiles_cache *cache; in cachefiles_allocate_pages() local 885 struct cachefiles_cache *cache; in cachefiles_write_page() local
|
| /Linux-v5.10/fs/fat/ |
| D | cache.c | 41 struct fat_cache *cache = (struct fat_cache *)foo; in init_once() local 67 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free() 74 struct fat_cache *cache) in fat_cache_update_lru() 136 struct fat_cache *cache, *tmp; in fat_cache_add() local 189 struct fat_cache *cache; in __fat_cache_inval_inode() local
|
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_fbc.c | 55 static void intel_fbc_get_plane_source_size(const struct intel_fbc_state_cache *cache, in intel_fbc_get_plane_source_size() 65 const struct intel_fbc_state_cache *cache) in intel_fbc_calculate_cfb_size() 700 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_update_state_cache() local 758 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_gen9_wa_cfb_stride() local 800 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_activate() local 918 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_get_reg_params() local 949 const struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_flip_nuke() local 1245 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_enable() local
|
| /Linux-v5.10/fs/nilfs2/ |
| D | alloc.c | 263 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block() local 282 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block() local 298 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_bitmap_block() local 316 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block() local 331 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_delete_entry_block() local 838 struct nilfs_palloc_cache *cache) in nilfs_palloc_setup_cache() 846 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache() local
|
| /Linux-v5.10/drivers/xen/ |
| D | grant-table.c | 817 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init() 822 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty() 827 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq() 837 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq() 843 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init() 848 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty() 853 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq() 863 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq() 869 void gnttab_page_cache_init(struct gnttab_page_cache *cache) in gnttab_page_cache_init() 877 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) in gnttab_page_cache_get() [all …]
|
| /Linux-v5.10/drivers/net/wireless/st/cw1200/ |
| D | txrx.c | 213 static int tx_policy_find(struct tx_policy_cache *cache, in tx_policy_find() 234 static inline void tx_policy_use(struct tx_policy_cache *cache, in tx_policy_use() 241 static inline int tx_policy_release(struct tx_policy_cache *cache, in tx_policy_release() 253 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_clean() local 283 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_init() local 301 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_get() local 340 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_put() local 354 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_upload() local
|
| /Linux-v5.10/net/rds/ |
| D | ib_recv.c | 88 static void rds_ib_cache_xfer_to_ready(struct rds_ib_refill_cache *cache) in rds_ib_cache_xfer_to_ready() 101 static int rds_ib_recv_alloc_cache(struct rds_ib_refill_cache *cache, gfp_t gfp) in rds_ib_recv_alloc_cache() 135 static void rds_ib_cache_splice_all_lists(struct rds_ib_refill_cache *cache, in rds_ib_cache_splice_all_lists() 478 struct rds_ib_refill_cache *cache) in rds_ib_recv_cache_put() 517 static struct list_head *rds_ib_recv_cache_get(struct rds_ib_refill_cache *cache) in rds_ib_recv_cache_get()
|
| /Linux-v5.10/fs/btrfs/tests/ |
| D | btrfs-tests.c | 207 struct btrfs_block_group *cache; in btrfs_alloc_dummy_block_group() local 233 void btrfs_free_dummy_block_group(struct btrfs_block_group *cache) in btrfs_free_dummy_block_group()
|
| /Linux-v5.10/arch/powerpc/perf/ |
| D | isa207-common.c | 163 unsigned int cache; in dc_ic_rld_quad_l1_sel() local 258 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local 401 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
|
| /Linux-v5.10/include/linux/ |
| D | slab_def.h | 89 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() 107 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index() 114 static inline int objs_per_slab_page(const struct kmem_cache *cache, in objs_per_slab_page()
|
| D | slub_def.h | 166 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() 178 static inline unsigned int __obj_to_index(const struct kmem_cache *cache, in __obj_to_index() 185 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index() 191 static inline int objs_per_slab_page(const struct kmem_cache *cache, in objs_per_slab_page()
|
| /Linux-v5.10/fs/overlayfs/ |
| D | readdir.c | 55 struct ovl_dir_cache *cache; member 230 struct ovl_dir_cache *cache = ovl_dir_cache(inode); in ovl_dir_cache_free() local 240 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put() local 337 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset() local 408 struct ovl_dir_cache *cache; in ovl_cache_get() local 610 struct ovl_dir_cache *cache; in ovl_cache_get_impure() local 653 struct ovl_dir_cache *cache; member 772 struct ovl_dir_cache *cache; in ovl_iterate() local
|
| /Linux-v5.10/drivers/hwmon/ |
| D | bt1-pvt.c | 232 struct pvt_cache *cache; in pvt_soft_isr() local 317 struct pvt_cache *cache = &pvt->cache[type]; in pvt_read_data() local 435 struct pvt_cache *cache; in pvt_hard_isr() local 479 struct pvt_cache *cache = &pvt->cache[type]; in pvt_read_data() local 686 ktime_t kt, cache; in pvt_write_timeout() local
|
| /Linux-v5.10/tools/perf/util/ |
| D | dso.c | 777 struct dso_cache *cache; in dso_cache__free() local 792 struct dso_cache *cache; in __dso_cache__find() local 818 struct dso_cache *cache; in dso_cache__insert() local 846 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, in dso_cache__memcpy() 889 struct dso_cache *cache; in dso_cache__populate() local 928 struct dso_cache *cache = __dso_cache__find(dso, offset); in dso_cache__find() local 936 struct dso_cache *cache; in dso_cache_io() local
|
| /Linux-v5.10/drivers/block/ |
| D | ps3vram.c | 84 struct ps3vram_cache cache; member 312 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_evict() local 334 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_load() local 354 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_flush() local 368 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_match() local
|
| /Linux-v5.10/fs/fscache/ |
| D | cookie.c | 397 struct fscache_cache *cache; in fscache_acquire_non_index_cookie() local 477 static int fscache_alloc_object(struct fscache_cache *cache, in fscache_alloc_object() 555 struct fscache_cache *cache = object->cache; in fscache_attach_object() local
|
| /Linux-v5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_execbuffer.c | 573 static inline int use_cpu_reloc(const struct reloc_cache *cache, in use_cpu_reloc() 984 static void reloc_cache_clear(struct reloc_cache *cache) in reloc_cache_clear() 992 static void reloc_cache_init(struct reloc_cache *cache, in reloc_cache_init() 1019 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache) in cache_to_ggtt() 1026 static void reloc_cache_put_pool(struct i915_execbuffer *eb, struct reloc_cache *cache) in reloc_cache_put_pool() 1042 static void reloc_gpu_flush(struct i915_execbuffer *eb, struct reloc_cache *cache) in reloc_gpu_flush() 1061 static void reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) in reloc_cache_reset() 1103 struct reloc_cache *cache, in reloc_kmap() 1143 struct reloc_cache *cache = &eb->reloc_cache; in reloc_iomap() local 1210 struct reloc_cache *cache = &eb->reloc_cache; in reloc_vaddr() local [all …]
|
| /Linux-v5.10/arch/csky/mm/ |
| D | syscache.c | 9 SYSCALL_DEFINE3(cacheflush, in SYSCALL_DEFINE3() argument
|
| /Linux-v5.10/include/net/ |
| D | dst_cache.h | 12 struct dst_cache_pcpu __percpu *cache; member
|
| /Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga3d_surfacedefs.h | 1489 static inline u32 svga3dsurface_subres(const struct svga3dsurface_cache *cache, in svga3dsurface_subres() 1510 struct svga3dsurface_cache *cache) in svga3dsurface_setup_cache() 1560 svga3dsurface_get_loc(const struct svga3dsurface_cache *cache, in svga3dsurface_get_loc() 1604 svga3dsurface_inc_loc(const struct svga3dsurface_cache *cache, in svga3dsurface_inc_loc() 1630 svga3dsurface_min_loc(const struct svga3dsurface_cache *cache, in svga3dsurface_min_loc() 1648 svga3dsurface_max_loc(const struct svga3dsurface_cache *cache, in svga3dsurface_max_loc()
|