Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 91) sorted by relevance

1234

/drivers/md/
Ddm-cache-target.c296 struct cache { struct
306 struct dm_cache_metadata *cmd; argument
321 struct dm_dev *cache_dev; argument
330 * Size of the cache device in blocks. argument
332 dm_cblock_t cache_size; argument
337 spinlock_t invalidation_lock;
338 struct list_head invalidation_requests;
340 sector_t migration_threshold;
341 wait_queue_head_t migration_wait;
342 atomic_t nr_allocated_migrations;
[all …]
/drivers/infiniband/hw/hfi1/
Dplatform.c196 u8 *cache = ppd->qsfp_info.cache; in qual_power() local
225 u8 *cache = ppd->qsfp_info.cache; in qual_bitrate() local
251 u8 *cache = ppd->qsfp_info.cache; in set_qsfp_high_power() local
288 u8 *cache = ppd->qsfp_info.cache; in apply_rx_cdr() local
339 u8 *cache = ppd->qsfp_info.cache; in apply_tx_cdr() local
388 u8 *cache = ppd->qsfp_info.cache; in apply_cdr_settings() local
401 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_auto() local
414 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_prog() local
459 u8 rx_eq, *cache = ppd->qsfp_info.cache; in apply_rx_eq_emp() local
503 u8 *cache = ppd->qsfp_info.cache; in apply_eq_settings() local
[all …]
/drivers/acpi/acpica/
Dutcache.c36 struct acpi_memory_list *cache; in acpi_os_create_cache() local
74 acpi_status acpi_os_purge_cache(struct acpi_memory_list *cache) in acpi_os_purge_cache()
120 acpi_status acpi_os_delete_cache(struct acpi_memory_list *cache) in acpi_os_delete_cache()
153 acpi_status acpi_os_release_object(struct acpi_memory_list *cache, void *object) in acpi_os_release_object()
208 void *acpi_os_acquire_object(struct acpi_memory_list *cache) in acpi_os_acquire_object()
/drivers/md/bcache/
Dbcache.h411 struct cache { struct
412 struct cache_set *set; argument
413 struct cache_sb sb; argument
414 struct cache_sb_disk *sb_disk; argument
415 struct bio sb_bio;
416 struct bio_vec sb_bv[1];
440 * cached data in them, and we can't reuse them until after we write argument
448 size_t fifo_last_bucket;
451 struct bucket *buckets;
475 char cache_dev_name[BDEVNAME_SIZE]; argument
[all …]
/drivers/base/regmap/
Dregcache.c599 u8 *cache = base; in regcache_set_val() local
605 u16 *cache = base; in regcache_set_val() local
611 u32 *cache = base; in regcache_set_val() local
618 u64 *cache = base; in regcache_set_val() local
643 const u8 *cache = base; in regcache_get_val() local
648 const u16 *cache = base; in regcache_get_val() local
653 const u32 *cache = base; in regcache_get_val() local
659 const u64 *cache = base; in regcache_get_val() local
Dregcache-flat.c24 unsigned int *cache; in regcache_flat_init() local
57 unsigned int *cache = map->cache; in regcache_flat_read() local
68 unsigned int *cache = map->cache; in regcache_flat_write() local
/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
Ddata_tx.h29 struct tx_policy cache[HIF_TX_RETRY_POLICY_MAX]; member
/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()
Dvmwgfx_surface.c82 struct vmw_surface_cache cache; member
1717 const struct vmw_surface_cache *cache = &dirty->cache; in vmw_subres_dirty_add() local
1763 const struct vmw_surface_cache *cache = &dirty->cache; in vmw_subres_dirty_full() local
1787 const struct vmw_surface_cache *cache; in vmw_surface_tex_dirty_range_add() local
1836 const struct vmw_surface_cache *cache = &dirty->cache; in vmw_surface_buf_dirty_range_add() local
1879 const struct vmw_surface_cache *cache = &dirty->cache; in vmw_surface_dirty_sync() local
/drivers/xen/
Dgrant-table.c824 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
829 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
834 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
844 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
850 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
855 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
860 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
870 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
876 void gnttab_page_cache_init(struct gnttab_page_cache *cache) in gnttab_page_cache_init()
884 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) in gnttab_page_cache_get()
[all …]
/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
/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
Dtxrx.h39 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; member
/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
/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
/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c138 struct kfd_cache_properties *cache; in kfd_release_topology_device() local
342 struct kfd_cache_properties *cache; in kfd_cache_show() local
561 struct kfd_cache_properties *cache; in kfd_remove_sysfs_node_entry() local
624 struct kfd_cache_properties *cache; in kfd_build_sysfs_node_entry() local
1138 struct kfd_cache_properties *cache; in kfd_assign_gpu() local
/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c578 static inline int use_cpu_reloc(const struct reloc_cache *cache, in use_cpu_reloc()
1030 static void reloc_cache_init(struct reloc_cache *cache, in reloc_cache_init()
1056 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache) in cache_to_ggtt()
1063 static void reloc_cache_unmap(struct reloc_cache *cache) in reloc_cache_unmap()
1077 static void reloc_cache_remap(struct reloc_cache *cache, in reloc_cache_remap()
1104 static void reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) in reloc_cache_reset()
1143 struct reloc_cache *cache, in reloc_kmap()
1183 struct reloc_cache *cache = &eb->reloc_cache; in reloc_iomap() local
1250 struct reloc_cache *cache = &eb->reloc_cache; in reloc_vaddr() local
/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cppcore.c163 struct nfp_cpp_area_cache *cache, *ctmp; in nfp_cpp_free() local
794 struct nfp_cpp_area_cache *cache; in nfp_cpp_area_cache_add() local
826 struct nfp_cpp_area_cache *cache; in area_cache_get() local
905 area_cache_put(struct nfp_cpp *cpp, struct nfp_cpp_area_cache *cache) in area_cache_put()
920 struct nfp_cpp_area_cache *cache; in __nfp_cpp_read() local
989 struct nfp_cpp_area_cache *cache; in __nfp_cpp_write() local
/drivers/net/wireguard/
Dsocket.c21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send4()
98 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send6()
/drivers/gpu/drm/i915/
Di915_scheduler.c131 struct sched_cache *cache) in lock_sched_engine()
162 struct sched_cache cache; in __i915_schedule() local
Di915_active_types.h32 struct active_node *cache; member
/drivers/acpi/apei/
Dghes.c739 struct ghes_estatus_cache *cache; in ghes_estatus_cached() local
769 struct ghes_estatus_cache *cache; in ghes_estatus_cache_alloc() local
793 static void ghes_estatus_cache_free(struct ghes_estatus_cache *cache) in ghes_estatus_cache_free()
805 struct ghes_estatus_cache *cache; in ghes_estatus_cache_rcu_free() local
817 struct ghes_estatus_cache *cache, *slot_cache = NULL, *new_cache; in ghes_estatus_cache_add() local
/drivers/infiniband/hw/mlx5/
Dmr.c433 static bool someone_adding(struct mlx5_mr_cache *cache) in someone_adding()
487 struct mlx5_mr_cache *cache = &dev->cache; in __cache_work_func() local
570 struct mlx5_mr_cache *cache = &dev->cache; in mlx5_mr_cache_alloc() local
648 struct mlx5_mr_cache *cache = &dev->cache; in clean_keys() local
686 struct mlx5_mr_cache *cache = &dev->cache; in mlx5_mr_cache_debugfs_init() local
716 struct mlx5_mr_cache *cache = &dev->cache; in mlx5_mr_cache_init() local
908 struct mlx5_mr_cache *cache = &dev->cache; in mr_cache_ent_from_order() local
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchannv50.h13 struct nvkm_gpuobj *cache; member

1234