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

1234567891011>>

/linux-master/fs/btrfs/
H A Dsysfs.c1628 void btrfs_sysfs_add_block_group_type(struct btrfs_block_group *cache) argument
H A Dzoned.c1211 static int calculate_alloc_pointer(struct btrfs_block_group *cache, argument
1549 btrfs_load_block_group_zone_info(struct btrfs_block_group *cache, bool new) argument
1693 btrfs_calc_zone_unusable(struct btrfs_block_group *cache) argument
1716 struct btrfs_block_group *cache; local
[all...]
H A Dblock-group.c141 void btrfs_get_block_group(struct btrfs_block_group *cache) argument
146 void btrfs_put_block_group(struct btrfs_block_group *cache) argument
184 struct btrfs_block_group *cache; local
222 struct btrfs_block_group *cache, *ret = NULL; local
274 btrfs_next_block_group( struct btrfs_block_group *cache) argument
404 btrfs_get_caching_control( struct btrfs_block_group *cache) argument
440 btrfs_wait_block_group_cache_progress(struct btrfs_block_group *cache, u64 num_bytes) argument
465 btrfs_caching_ctl_wait_done(struct btrfs_block_group *cache, struct btrfs_caching_control *caching_ctl) argument
472 btrfs_wait_block_group_cache_done(struct btrfs_block_group *cache) argument
918 btrfs_cache_block_group(struct btrfs_block_group *cache, bool wait) argument
1337 inc_block_group_ro(struct btrfs_block_group *cache, int force) argument
2138 exclude_super_stripes(struct btrfs_block_group *cache) argument
2195 struct btrfs_block_group *cache; local
2290 struct btrfs_block_group *cache; local
2458 struct btrfs_block_group *cache; local
2803 struct btrfs_block_group *cache; local
2895 btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool do_chunk_alloc) argument
3008 btrfs_dec_block_group_ro(struct btrfs_block_group *cache) argument
3036 update_block_group_item(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_block_group *cache) argument
3273 struct btrfs_block_group *cache, *tmp; local
3311 struct btrfs_block_group *cache; local
3477 struct btrfs_block_group *cache; local
3602 struct btrfs_block_group *cache; local
3713 btrfs_add_reserved_bytes(struct btrfs_block_group *cache, u64 ram_bytes, u64 num_bytes, int delalloc, bool force_wrong_size_class) argument
3767 btrfs_free_reserved_bytes(struct btrfs_block_group *cache, u64 num_bytes, int delalloc) argument
4459 btrfs_freeze_block_group(struct btrfs_block_group *cache) argument
[all...]
H A Dbackref.c3022 btrfs_backref_init_cache(struct btrfs_fs_info *fs_info, struct btrfs_backref_cache *cache, bool is_reloc) argument
3039 btrfs_backref_alloc_node( struct btrfs_backref_cache *cache, u64 bytenr, int level) argument
3060 btrfs_backref_free_node(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node) argument
3073 btrfs_backref_alloc_edge( struct btrfs_backref_cache *cache) argument
3084 btrfs_backref_free_edge(struct btrfs_backref_cache *cache, struct btrfs_backref_edge *edge) argument
3137 btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node) argument
3171 btrfs_backref_release_cache(struct btrfs_backref_cache *cache) argument
3226 handle_direct_tree_backref(struct btrfs_backref_cache *cache, struct btrfs_key *ref_key, struct btrfs_backref_node *cur) argument
3299 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
3467 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
3589 btrfs_backref_finish_upper_links(struct btrfs_backref_cache *cache, struct btrfs_backref_node *start) argument
3690 btrfs_backref_error_cleanup(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node) argument
[all...]
/linux-master/drivers/md/dm-vdo/
H A Drepair.c639 struct vdo_page_cache *cache = &vdo->block_map->zones[0].page_cache; local
/linux-master/drivers/gpu/drm/radeon/
H A Dkv_dpm.c162 u32 cache = 0; local
/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
1803 int ret, cache; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c132 struct kfd_cache_properties *cache; local
345 struct kfd_cache_properties *cache; local
571 struct kfd_cache_properties *cache; local
647 struct kfd_cache_properties *cache; local
1130 struct kfd_cache_properties *cache; local
[all...]
/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/drivers/acpi/apei/
H A Dghes.c774 struct ghes_estatus_cache *cache; local
804 struct ghes_estatus_cache *cache; local
830 struct ghes_estatus_cache *cache; local
845 struct ghes_estatus_cache *cache, *new_cache; local
[all...]
/linux-master/drivers/hwmon/
H A Dltc4282.c794 ltc4282_vdd_source_write_lim(struct ltc4282_state *st, u32 reg, int channel, u32 *cache, long val) argument
/linux-master/tools/perf/
H A Dbuiltin-stat.c1340 cpu__get_cache_details(struct perf_cpu cpu, struct perf_cache *cache) argument
1415 struct perf_cache 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.c3219 void ext4_xattr_destroy_cache(struct mb_cache *cache) argument
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1394 struct device_node *cache; local
[all...]
/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhost.c267 struct kmem_cache *cache; member in struct:ab_task
280 static struct ab_task *ab_task_create_get(struct kmem_cache *cache, argument
300 struct kmem_cache *cache = t->cache; local
/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/net/openvswitch/
H A Dconntrack.c966 struct nf_conntrack_ecache *cache = nf_ct_ecache_find(ct); local
/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/sound/soc/codecs/
H A Dtscs454.c70 u8 cache[COEFF_RAM_SIZE]; member in struct:coeff_ram
75 static inline void init_coeff_ram_cache(u8 *cache) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c452 struct vcap_cache_data *cache = &ri->admin->cache; local
504 struct vcap_cache_data *cache = &ri->admin->cache; local
746 struct vcap_cache_data *cache = &ri->admin->cache; local
785 struct vcap_cache_data *cache = &ri->admin->cache; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dffb.c379 int cache = par->fifo_cache; local

Completed in 339 milliseconds

1234567891011>>