Home
last modified time | relevance | path

Searched defs:cache (Results 26 – 50 of 266) sorted by relevance

1234567891011

/Linux-v5.15/mm/kasan/
Dgeneric.c199 void kasan_cache_shrink(struct kmem_cache *cache) in kasan_cache_shrink()
204 void kasan_cache_shutdown(struct kmem_cache *cache) in kasan_cache_shutdown()
334 struct kmem_cache *cache; in kasan_record_aux_stack() local
351 void kasan_set_free_info(struct kmem_cache *cache, in kasan_set_free_info()
365 struct kasan_track *kasan_get_free_track(struct kmem_cache *cache, in kasan_get_free_track()
Dtags.c20 void kasan_set_free_info(struct kmem_cache *cache, in kasan_set_free_info()
39 struct kasan_track *kasan_get_free_track(struct kmem_cache *cache, in kasan_get_free_track()
Dreport.c162 static void describe_object_addr(struct kmem_cache *cache, void *object, in describe_object_addr()
194 static void describe_object_stacks(struct kmem_cache *cache, void *object, in describe_object_stacks()
228 static void describe_object(struct kmem_cache *cache, void *object, in describe_object()
260 struct kmem_cache *cache = page->slab_cache; in print_address_description() local
/Linux-v5.15/drivers/staging/wfx/
Ddata_tx.c74 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.15/arch/m68k/kernel/
Dsys_m68k.c68 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()
535 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/Linux-v5.15/fs/cachefiles/
Drdwr.c397 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page() local
688 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages() local
801 struct cachefiles_cache *cache; in cachefiles_allocate_page() local
839 struct cachefiles_cache *cache; in cachefiles_allocate_pages() local
882 struct cachefiles_cache *cache; in cachefiles_write_page() local
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmw_surface_cache.h362 static inline u32 vmw_surface_subres(const struct vmw_surface_cache *cache, in vmw_surface_subres()
383 struct vmw_surface_cache *cache) in vmw_surface_setup_cache()
433 vmw_surface_get_loc(const struct vmw_surface_cache *cache, in vmw_surface_get_loc()
477 vmw_surface_inc_loc(const struct vmw_surface_cache *cache, in vmw_surface_inc_loc()
503 vmw_surface_min_loc(const struct vmw_surface_cache *cache, in vmw_surface_min_loc()
522 vmw_surface_max_loc(const struct vmw_surface_cache *cache, in vmw_surface_max_loc()
/Linux-v5.15/fs/fat/
Dcache.c41 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.15/drivers/gpu/drm/i915/display/
Dintel_fbc.c56 static void intel_fbc_get_plane_source_size(const struct intel_fbc_state_cache *cache, in intel_fbc_get_plane_source_size()
66 const struct intel_fbc_state_cache *cache) in intel_fbc_calculate_cfb_size()
695 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_update_state_cache() local
755 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_gen9_wa_cfb_stride() local
797 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_activate() local
932 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_get_reg_params() local
963 const struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_can_flip_nuke() local
1259 struct intel_fbc_state_cache *cache = &fbc->state_cache; in intel_fbc_enable() local
/Linux-v5.15/drivers/xen/
Dgrant-table.c817 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.15/fs/nilfs2/
Dalloc.c263 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.15/drivers/net/wireless/st/cw1200/
Dtxrx.c213 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.15/net/rds/
Dib_recv.c88 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.15/include/linux/
Dslub_def.h173 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj()
185 static inline unsigned int __obj_to_index(const struct kmem_cache *cache, in __obj_to_index()
192 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index()
200 static inline int objs_per_slab_page(const struct kmem_cache *cache, in objs_per_slab_page()
Dslab_def.h90 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj()
108 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index()
115 static inline int objs_per_slab_page(const struct kmem_cache *cache, in objs_per_slab_page()
/Linux-v5.15/fs/btrfs/tests/
Dbtrfs-tests.c214 struct btrfs_block_group *cache; in btrfs_alloc_dummy_block_group() local
240 void btrfs_free_dummy_block_group(struct btrfs_block_group *cache) in btrfs_free_dummy_block_group()
/Linux-v5.15/fs/overlayfs/
Dreaddir.c55 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
325 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset() local
396 struct ovl_dir_cache *cache; in ovl_cache_get() local
600 struct ovl_dir_cache *cache; in ovl_cache_get_impure() local
643 struct ovl_dir_cache *cache; member
762 struct ovl_dir_cache *cache; in ovl_iterate() local
/Linux-v5.15/drivers/hwmon/
Dbt1-pvt.c232 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.15/drivers/block/
Dps3vram.c83 struct ps3vram_cache cache; member
311 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_evict() local
333 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_load() local
353 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_flush() local
367 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_match() local
/Linux-v5.15/arch/powerpc/perf/
Disa207-common.c208 unsigned int cache; in dc_ic_rld_quad_l1_sel() local
357 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local
514 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
/Linux-v5.15/sound/firewire/motu/
Damdtp-motu.c45 struct amdtp_motu_cache *cache; member
303 static void cache_event_offsets(struct amdtp_motu_cache *cache, const __be32 *buf, in cache_event_offsets()
368 static void write_sph(struct amdtp_motu_cache *cache, __be32 *buffer, unsigned int data_blocks, in write_sph()
433 const struct snd_motu_spec *spec, struct amdtp_motu_cache *cache) in amdtp_motu_init()
/Linux-v5.15/fs/btrfs/
Dzoned.c973 static int calculate_alloc_pointer(struct btrfs_block_group *cache, in calculate_alloc_pointer()
1028 int btrfs_load_block_group_zone_info(struct btrfs_block_group *cache, bool new) in btrfs_load_block_group_zone_info()
1238 void btrfs_calc_zone_unusable(struct btrfs_block_group *cache) in btrfs_calc_zone_unusable()
1298 struct btrfs_block_group *cache; in btrfs_use_zone_append() local
1388 struct btrfs_block_group *cache; in btrfs_check_meta_write_pointer() local
1421 void btrfs_revert_meta_write_pointer(struct btrfs_block_group *cache, in btrfs_revert_meta_write_pointer()
/Linux-v5.15/tools/perf/util/
Ddso.c788 struct dso_cache *cache; in dso_cache__free() local
803 struct dso_cache *cache; in __dso_cache__find() local
829 struct dso_cache *cache; in dso_cache__insert() local
857 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, in dso_cache__memcpy()
900 struct dso_cache *cache; in dso_cache__populate() local
941 struct dso_cache *cache = __dso_cache__find(dso, offset); in dso_cache__find() local
949 struct dso_cache *cache; in dso_cache_io() local
/Linux-v5.15/sound/soc/codecs/
Duda1380.c65 u16 *cache = uda1380->reg_cache; in uda1380_read_reg_cache() local
81 u16 *cache = uda1380->reg_cache; in uda1380_write_reg_cache() local
138 u16 *cache = uda1380->reg_cache; in uda1380_sync_cache() local
/Linux-v5.15/fs/fscache/
Doperation.c499 struct fscache_cache *cache; in fscache_put_operation() local
568 struct fscache_cache *cache = in fscache_operation_gc() local

1234567891011