Searched defs:cache (Results 226 - 250 of 301) sorted by relevance

1234567891011>>

/linux-master/arch/x86/mm/pat/
H A Dset_memory.c371 unsigned long cache = (unsigned long)arg; local
383 static void cpa_flush_all(unsigned long cache) argument
399 static void cpa_flush(struct cpa_data *data, int cache) argument
1843 int ret, cache; local
[all...]
/linux-master/fs/btrfs/
H A Dbackref.c3016 btrfs_backref_init_cache(struct btrfs_fs_info *fs_info, struct btrfs_backref_cache *cache, bool is_reloc) argument
3033 btrfs_backref_alloc_node( struct btrfs_backref_cache *cache, u64 bytenr, int level) argument
3054 btrfs_backref_free_node(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node) argument
3067 btrfs_backref_alloc_edge( struct btrfs_backref_cache *cache) argument
3078 btrfs_backref_free_edge(struct btrfs_backref_cache *cache, struct btrfs_backref_edge *edge) argument
3131 btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node) argument
3165 btrfs_backref_release_cache(struct btrfs_backref_cache *cache) argument
3220 handle_direct_tree_backref(struct btrfs_backref_cache *cache, struct btrfs_key *ref_key, struct btrfs_backref_node *cur) argument
3293 handle_indirect_tree_backref(struct btrfs_trans_handle *trans, struct btrfs_backref_cache *cache, struct btrfs_path *path, struct btrfs_key *ref_key, struct btrfs_key *tree_key, struct btrfs_backref_node *cur) argument
3461 btrfs_backref_add_tree_node(struct btrfs_trans_handle *trans, struct btrfs_backref_cache *cache, struct btrfs_path *path, struct btrfs_backref_iter *iter, struct btrfs_key *node_key, struct btrfs_backref_node *cur) argument
3583 btrfs_backref_finish_upper_links(struct btrfs_backref_cache *cache, struct btrfs_backref_node *start) argument
3684 btrfs_backref_error_cleanup(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node) argument
[all...]
H A Dzoned.c1211 static int calculate_alloc_pointer(struct btrfs_block_group *cache, argument
1556 btrfs_load_block_group_zone_info(struct btrfs_block_group *cache, bool new) argument
1700 btrfs_calc_zone_unusable(struct btrfs_block_group *cache) argument
1723 struct btrfs_block_group *cache; local
[all...]
/linux-master/include/linux/
H A Dbio.h694 struct bio_alloc_cache __percpu *cache; member in struct:bio_set
H A Dnetfs.h65 struct fscache_cookie *cache; member in struct:netfs_inode
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c477 struct __guc_capture_ads_cache *cache = &gc->ads_cache[owner][type][classid]; local
527 struct __guc_capture_ads_cache *cache = &gc->ads_cache[owner][type][classid]; local
1610 struct __guc_capture_ads_cache *cache; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1394 struct device_node *cache; local
[all...]
/linux-master/arch/arm64/kvm/
H A Dmmu.c102 struct kvm_mmu_memory_cache *cache; local
117 struct kvm_mmu_memory_cache *cache; local
1071 struct kvm_mmu_memory_cache cache = { .gfp_zero = __GFP_ZERO }; local
[all...]
/linux-master/drivers/acpi/apei/
H A Dghes.c858 struct ghes_estatus_cache *cache; local
888 struct ghes_estatus_cache *cache; local
914 struct ghes_estatus_cache *cache; local
929 struct ghes_estatus_cache *cache, *new_cache; local
[all...]
/linux-master/sound/firewire/
H A Damdtp-stream.c518 struct seq_desc *cache = s->ctx_data.tx.cache.descs; local
554 const struct seq_desc *cache = target->ctx_data.tx.cache local
[all...]
/linux-master/fs/ext4/
H A Dxattr.c3228 void ext4_xattr_destroy_cache(struct mb_cache *cache) argument
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c474 static bool someone_adding(struct mlx5_mkey_cache *cache) argument
532 struct mlx5_mkey_cache *cache = &dev->cache; local
628 mlx5_cache_ent_insert(struct mlx5_mkey_cache *cache, struct mlx5_cache_ent *ent) argument
814 struct mlx5_mkey_cache *cache = &dev->cache; local
910 struct mlx5_mkey_cache *cache; local
939 struct mlx5_mkey_cache *cache = &dev->cache; local
1802 struct mlx5_mkey_cache *cache = &dev->cache; local
[all...]
/linux-master/kernel/
H A Dseccomp.c231 struct action_cache cache; member in struct:seccomp_filter
373 const struct action_cache *cache = &sfilter->cache; local
846 struct action_cache *cache = &sfilter->cache; local
[all...]
/linux-master/fs/overlayfs/
H A Dutil.c429 void ovl_set_dir_cache(struct inode *inode, struct ovl_dir_cache *cache) argument
/linux-master/tools/perf/
H A Dbuiltin-stat.c1319 cpu__get_cache_details(struct perf_cpu cpu, struct perf_cache *cache) argument
1394 struct perf_cache cache; local
[all...]
/linux-master/tools/perf/util/
H A Ddso.h148 struct rb_root cache; member in struct:dso_data
288 static inline void dso__set_auxtrace_cache(struct dso *dso, struct auxtrace_cache *cache) argument
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c634 static int use_cpu_reloc(const struct reloc_cache *cache, argument
1120 static void reloc_cache_init(struct reloc_cache *cache, argument
1146 cache_to_ggtt(struct reloc_cache *cache) argument
1153 reloc_cache_unmap(struct reloc_cache *cache) argument
1167 reloc_cache_remap(struct reloc_cache *cache, struct drm_i915_gem_object *obj) argument
1194 reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) argument
1232 reloc_kmap(struct drm_i915_gem_object *obj, struct reloc_cache *cache, unsigned long pageno) argument
1274 struct reloc_cache *cache = &eb->reloc_cache; local
1355 struct reloc_cache *cache = &eb->reloc_cache; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h53 system, processor, cache, adapter, controller, peripheral, memory enumerator in enum:linux_devclass
/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.h594 u8 *cache; member in struct:mv_cesa_ahash_dma_req
616 u8 cache[CESA_MAX_HASH_BLOCK_SIZE]; member in struct:mv_cesa_ahash_req
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h462 u16 cache[CARL9170_HWRNG_CACHE_SIZE / sizeof(u16)]; member in struct:ar9170::__anon2126
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c888 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, argument
[all...]
/linux-master/drivers/video/fbdev/
H A Dffb.c379 int cache = par->fifo_cache; local
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c158 struct vdo_page_cache *cache = info->cache; local
180 static int initialize_info(struct vdo_page_cache *cache) argument
219 allocate_cache_components(struct vdo_page_cache *cache) argument
244 assert_on_cache_thread(struct vdo_page_cache *cache, const char *function_name) argument
255 assert_io_allowed(struct vdo_page_cache *cache) argument
262 report_cache_pressure(struct vdo_page_cache *cache) argument
378 struct vdo_page_cache *cache = info->cache; local
424 find_free_page(struct vdo_page_cache *cache) argument
442 find_page(struct vdo_page_cache *cache, physical_block_number_t pbn) argument
462 select_lru_page(struct vdo_page_cache *cache) argument
558 set_persistent_error(struct vdo_page_cache *cache, const char *context, int result) argument
671 struct vdo_page_cache *cache = info->cache; local
696 struct vdo_page_cache *cache = info->cache; local
738 struct vdo_page_cache *cache = info->cache; local
771 struct vdo_page_cache *cache = info->cache; local
813 save_pages(struct vdo_page_cache *cache) argument
891 struct vdo_page_cache *cache = info->cache; local
938 discard_a_page(struct vdo_page_cache *cache) argument
966 struct vdo_page_cache *cache = vdo_page_comp->cache; local
978 discard_page_if_needed(struct vdo_page_cache *cache) argument
1009 struct vdo_page_cache *cache = info->cache; local
1049 struct vdo_page_cache *cache = info->cache; local
1095 struct vdo_page_cache *cache = ((struct page_info *) flush_completion->parent)->cache; local
1146 struct vdo_page_cache *cache; local
1215 struct vdo_page_cache *cache = &zone->page_cache; local
1329 vdo_invalidate_page_cache(struct vdo_page_cache *cache) argument
2823 struct vdo_page_cache *cache = &zone->page_cache; local
[all...]
/linux-master/drivers/md/
H A Ddm-bufio.c448 struct dm_buffer_cache *cache; member in struct:lock_history
454 static void lh_init(struct lock_history *lh, struct dm_buffer_cache *cache, bool write) argument
1017 struct dm_buffer_cache cache; /* must be last member */ member in struct:dm_bufio_client
[all...]
/linux-master/net/mac80211/
H A Drx.c2150 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache) argument
2158 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache) argument
2167 ieee80211_reassemble_add(struct ieee80211_fragment_cache *cache, argument
2192 ieee80211_reassemble_find(struct ieee80211_fragment_cache *cache, unsigned int frag, unsigned int seq, int rx_queue, struct ieee80211_hdr *hdr) argument
2249 struct ieee80211_fragment_cache *cache = &rx->sdata->frags; local
[all...]

Completed in 522 milliseconds

1234567891011>>