Home
last modified time | relevance | path

Searched defs:cache (Results 676 - 700 of 1053) sorted by relevance

1...<<21222324252627282930>>...43

/kernel/linux/linux-6.6/fs/overlayfs/
H A 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; ovl_dir_reset() local
396 struct ovl_dir_cache *cache; ovl_cache_get() local
603 struct ovl_dir_cache *cache; ovl_cache_get_impure() local
646 struct ovl_dir_cache *cache; global() member
767 struct ovl_dir_cache *cache; ovl_iterate() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.h716 xfs_btree_alloc_cursor( struct xfs_mount *mp, struct xfs_trans *tp, xfs_btnum_t btnum, uint8_t maxlevels, struct kmem_cache *cache) xfs_btree_alloc_cursor() argument
/kernel/linux/linux-6.6/include/linux/
H A Dhost1x.h46 static inline void host1x_bo_cache_init(struct host1x_bo_cache *cache) in host1x_bo_cache_init() argument
52 static inline void host1x_bo_cache_destroy(struct host1x_bo_cache *cache) in host1x_bo_cache_destroy() argument
110 struct host1x_bo_cache cache; global() member
132 struct host1x_bo_cache *cache; global() member
[all...]
H A Dfscache.h82 struct fscache_cache *cache; /* Th member
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.c162 struct btrfs_block_group *cache; in btrfs_put_transaction() local
/kernel/linux/linux-6.6/include/net/
H A Dnetlabel.h198 struct netlbl_lsm_cache *cache; member
280 struct netlbl_lsm_cache *cache; netlbl_secattr_cache_alloc() local
296 netlbl_secattr_cache_free(struct netlbl_lsm_cache *cache) netlbl_secattr_cache_free() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c600 struct kmem_cache *cache; in ssh_ctrl_packet_cache_init() local
/kernel/linux/linux-6.6/drivers/block/
H A 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; ps3vram_cache_load() local
353 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_flush() local
367 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_match() local
[all...]
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dinternal.h153 void *cache; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1071 static int kfd_parse_subtype_cache(struct crat_subtype_cache *cache, in kfd_parse_subtype_cache() argument
1222 struct crat_subtype_cache *cache; kfd_parse_subtype() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dbio.c416 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache) in bio_alloc_irq_cache_splice() argument
436 struct bio_alloc_cache *cache; in bio_alloc_percpu_cache() local
703 __bio_alloc_cache_prune(struct bio_alloc_cache *cache, unsigned int nr) __bio_alloc_cache_prune() argument
719 bio_alloc_cache_prune(struct bio_alloc_cache *cache, unsigned int nr) bio_alloc_cache_prune() argument
735 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); bio_cpu_dead() local
751 struct bio_alloc_cache *cache; bio_alloc_cache_destroy() local
762 struct bio_alloc_cache *cache; bio_put_percpu_cache() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmaengine.c1311 struct kmem_cache *cache; member
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dhash.c840 mv_cesa_ahash_export(struct ahash_request *req, void *hash, u64 *len, void *cache) mv_cesa_ahash_export() argument
858 mv_cesa_ahash_import(struct ahash_request *req, const void *hash, u64 len, const void *cache) mv_cesa_ahash_import() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1184 u8 cache; in tulip_mwi_config() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcache.c1056 struct ib_pkey_cache *cache; ib_get_cached_pkey() local
1092 struct ib_pkey_cache *cache; ib_find_cached_pkey() local
1137 struct ib_pkey_cache *cache; ib_find_exact_cached_pkey() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c418 struct mlx4_en_page_cache *cache = &ring->page_cache; in mlx4_en_rx_recycle() local
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dtxrx.c213 static int tx_policy_find(struct tx_policy_cache *cache, in tx_policy_find() argument
234 static inline void tx_policy_use(struct tx_policy_cache *cache, in tx_policy_use() argument
241 tx_policy_release(struct tx_policy_cache *cache, struct tx_policy_cache_entry *entry) tx_policy_release() argument
253 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_clean() local
283 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_init() local
301 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_get() local
340 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_put() local
354 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_upload() local
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dcommon.h260 struct xenvif_hash_cache cache; member
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dinit_64.c366 __init_extra_mapping(unsigned long phys, unsigned long size, enum page_cache_mode cache) __init_extra_mapping() argument
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dmemtype.c192 enum page_cache_mode cache; in pat_get_cache_mode() local
219 enum page_cache_mode cache; init_cache_modes() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Ddev.h165 struct host1x_bo_cache cache; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c78 struct vmw_surface_cache cache; member
1673 const struct vmw_surface_cache *cache = &dirty->cache; in vmw_subres_dirty_add() local
1719 const struct vmw_surface_cache *cache = &dirty->cache; in vmw_subres_dirty_full() local
1743 const struct vmw_surface_cache *cache; vmw_surface_tex_dirty_range_add() local
1792 const struct vmw_surface_cache *cache = &dirty->cache; vmw_surface_buf_dirty_range_add() local
1835 const struct vmw_surface_cache *cache = &dirty->cache; vmw_surface_dirty_sync() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbuild-id.c601 struct probe_cache *cache; in build_id_cache__add_sdt_cache() local
[all...]
H A Ddso.c843 struct dso_cache *cache; in dso_cache__free() local
858 struct dso_cache *cache; in __dso_cache__find() local
884 struct dso_cache *cache; dso_cache__insert() local
912 dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, u64 size, bool out) dso_cache__memcpy() argument
955 struct dso_cache *cache; dso_cache__populate() local
996 struct dso_cache *cache = __dso_cache__find(dso, offset); dso_cache__find() local
1004 struct dso_cache *cache; dso_cache_io() local
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c364 struct mask_cache_entry __percpu *cache = NULL; in tbl_mask_cache_alloc() local
804 u32 cache in ovs_flow_tbl_lookup_stats() local
[all...]

Completed in 37 milliseconds

1...<<21222324252627282930>>...43