Home
last modified time | relevance | path

Searched defs:cache (Results 476 - 500 of 551) sorted by relevance

1...<<11121314151617181920>>...23

/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h462 u16 cache[CARL9170_HWRNG_CACHE_SIZE / sizeof(u16)]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c403 u32 cache = 0; in kv_program_pt_config_registers() local
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbcache.h416 struct cache { global() struct
527 struct cache *cache; global() member
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c448 struct dm_buffer_cache *cache; member
454 static void lh_init(struct lock_history *lh, struct dm_buffer_cache *cache, bool write) in lh_init() argument
1017 struct dm_buffer_cache cache; /* must be last member */ global() member
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c2905 struct probe_cache *cache = NULL; in __add_probe_trace_events() local
3354 struct probe_cache *cache; in find_cached_events() local
3437 struct probe_cache *cache; find_probe_trace_events_from_cache() local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtscs454.c70 u8 cache[COEFF_RAM_SIZE]; member
75 static inline void init_coeff_ram_cache(u8 *cache) in init_coeff_ram_cache() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_lazy.c888 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, in ZSTD_row_nextCachedHash() argument
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c180 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_flush() local
195 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup() local
211 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup_unknown() local
228 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup_resolve() local
246 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_update_resolve() local
265 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_update() local
326 struct discovery_state *cache = &hdev->discovery; inquiry_cache_dump() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Drx.c2123 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_init_frag_cache() argument
2131 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_destroy_frag_cache() argument
2140 ieee80211_reassemble_add(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_add() argument
2165 ieee80211_reassemble_find(struct ieee80211_fragment_cache *cache, unsigned int frag, unsigned int seq, int rx_queue, struct ieee80211_hdr *hdr) ieee80211_reassemble_find() argument
2222 struct ieee80211_fragment_cache *cache = &rx->sdata->frags; ieee80211_rx_h_defragment() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-target.c366 struct cache { global() struct
490 struct cache *cache; global() member
502 writethrough_mode(struct cache *cache) writethrough_mode() argument
507 writeback_mode(struct cache *cache) writeback_mode() argument
512 passthrough_mode(struct cache *cache) passthrough_mode() argument
519 wake_deferred_bio_worker(struct cache *cache) wake_deferred_bio_worker() argument
524 wake_migration_worker(struct cache *cache) wake_migration_worker() argument
534 alloc_prison_cell(struct cache *cache) alloc_prison_cell() argument
539 free_prison_cell(struct cache *cache, struct dm_bio_prison_cell_v2 *cell) free_prison_cell() argument
544 alloc_migration(struct cache *cache) alloc_migration() argument
560 struct cache *cache = mg->cache; free_migration() local
622 defer_bio(struct cache *cache, struct bio *bio) defer_bio() argument
631 defer_bios(struct cache *cache, struct bio_list *bios) defer_bios() argument
643 bio_detain_shared(struct cache *cache, dm_oblock_t oblock, struct bio *bio) bio_detain_shared() argument
674 is_dirty(struct cache *cache, dm_cblock_t b) is_dirty() argument
679 set_dirty(struct cache *cache, dm_cblock_t cblock) set_dirty() argument
691 force_set_dirty(struct cache *cache, dm_cblock_t cblock) force_set_dirty() argument
698 force_clear_dirty(struct cache *cache, dm_cblock_t cblock) force_clear_dirty() argument
710 block_size_is_power_of_two(struct cache *cache) block_size_is_power_of_two() argument
722 oblocks_per_dblock(struct cache *cache) oblocks_per_dblock() argument
734 oblock_to_dblock(struct cache *cache, dm_oblock_t oblock) oblock_to_dblock() argument
740 set_discard(struct cache *cache, dm_dblock_t b) set_discard() argument
750 clear_discard(struct cache *cache, dm_dblock_t b) clear_discard() argument
757 is_discarded(struct cache *cache, dm_dblock_t b) is_discarded() argument
767 is_discarded_oblock(struct cache *cache, dm_oblock_t b) is_discarded_oblock() argument
781 remap_to_origin(struct cache *cache, struct bio *bio) remap_to_origin() argument
786 remap_to_cache(struct cache *cache, struct bio *bio, dm_cblock_t cblock) remap_to_cache() argument
803 check_if_tick_bio_needed(struct cache *cache, struct bio *bio) check_if_tick_bio_needed() argument
817 __remap_to_origin_clear_discard(struct cache *cache, struct bio *bio, dm_oblock_t oblock, bool bio_has_pbd) __remap_to_origin_clear_discard() argument
827 remap_to_origin_clear_discard(struct cache *cache, struct bio *bio, dm_oblock_t oblock) remap_to_origin_clear_discard() argument
834 remap_to_cache_dirty(struct cache *cache, struct bio *bio, dm_oblock_t oblock, dm_cblock_t cblock) remap_to_cache_dirty() argument
845 get_bio_block(struct cache *cache, struct bio *bio) get_bio_block() argument
857 accountable_bio(struct cache *cache, struct bio *bio) accountable_bio() argument
862 accounted_begin(struct cache *cache, struct bio *bio) accounted_begin() argument
873 accounted_complete(struct cache *cache, struct bio *bio) accounted_complete() argument
880 accounted_request(struct cache *cache, struct bio *bio) accounted_request() argument
888 struct cache *cache = context; issue_op() local
896 remap_to_origin_and_cache(struct cache *cache, struct bio *bio, dm_oblock_t oblock, dm_cblock_t cblock) remap_to_origin_and_cache() argument
917 get_cache_mode(struct cache *cache) get_cache_mode() argument
922 cache_device_name(struct cache *cache) cache_device_name() argument
927 notify_mode_switch(struct cache *cache, enum cache_metadata_mode mode) notify_mode_switch() argument
940 set_cache_mode(struct cache *cache, enum cache_metadata_mode new_mode) set_cache_mode() argument
981 abort_transaction(struct cache *cache) abort_transaction() argument
1000 metadata_operation_failed(struct cache *cache, const char *op, int r) metadata_operation_failed() argument
1010 load_stats(struct cache *cache) load_stats() argument
1021 save_stats(struct cache *cache) save_stats() argument
1060 inc_io_migrations(struct cache *cache) inc_io_migrations() argument
1065 dec_io_migrations(struct cache *cache) dec_io_migrations() argument
1075 calc_discard_block_range(struct cache *cache, struct bio *bio, dm_dblock_t *b, dm_dblock_t *e) calc_discard_block_range() argument
1091 prevent_background_work(struct cache *cache) prevent_background_work() argument
1098 allow_background_work(struct cache *cache) allow_background_work() argument
1105 background_work_begin(struct cache *cache) background_work_begin() argument
1116 background_work_end(struct cache *cache) background_work_end() argument
1125 bio_writes_complete_block(struct cache *cache, struct bio *bio) bio_writes_complete_block() argument
1131 optimisable_bio(struct cache *cache, struct bio *bio, dm_oblock_t block) optimisable_bio() argument
1163 struct cache *cache = mg->cache; copy() local
1179 bio_drop_shared_lock(struct cache *cache, struct bio *bio) bio_drop_shared_lock() argument
1191 struct cache *cache = mg->cache; overwrite_endio() local
1237 struct cache *cache = mg->cache; mg_complete() local
1305 struct cache *cache = mg->cache; mg_update_metadata() local
1407 struct cache *cache = mg->cache; mg_full_copy() local
1460 struct cache *cache = mg->cache; mg_lock_writes() local
1491 mg_start(struct cache *cache, struct policy_work *op, struct bio *bio) mg_start() argument
1518 struct cache *cache = mg->cache; invalidate_complete() local
1539 invalidate_cblock(struct cache *cache, dm_cblock_t cblock) invalidate_cblock() argument
1566 struct cache *cache = mg->cache; invalidate_remove() local
1585 struct cache *cache = mg->cache; invalidate_lock() local
1617 invalidate_start(struct cache *cache, dm_cblock_t cblock, dm_oblock_t oblock, struct bio *bio) invalidate_start() argument
1643 spare_migration_bandwidth(struct cache *cache) spare_migration_bandwidth() argument
1655 inc_hit_counter(struct cache *cache, struct bio *bio) inc_hit_counter() argument
1661 inc_miss_counter(struct cache *cache, struct bio *bio) inc_miss_counter() argument
1669 map_bio(struct cache *cache, struct bio *bio, dm_oblock_t block, bool *commit_needed) map_bio() argument
1784 process_bio(struct cache *cache, struct bio *bio) process_bio() argument
1797 commit(struct cache *cache, bool clean_shutdown) commit() argument
1817 struct cache *cache = context; commit_op() local
1827 process_flush_bio(struct cache *cache, struct bio *bio) process_flush_bio() argument
1840 process_discard_bio(struct cache *cache, struct bio *bio) process_discard_bio() argument
1864 struct cache *cache = container_of(ws, struct cache, deferred_bio_worker); process_deferred_bios() local
1897 requeue_deferred_bios(struct cache *cache) requeue_deferred_bios() argument
1919 struct cache *cache = container_of(to_delayed_work(ws), struct cache, waker); do_waker() local
1931 struct cache *cache = container_of(ws, struct cache, migration_worker); check_migrations() local
1963 destroy(struct cache *cache) destroy() argument
2011 struct cache *cache = ti->private; cache_dtr() local
2320 process_config_option(struct cache *cache, const char *key, const char *value) process_config_option() argument
2335 set_config_value(struct cache *cache, const char *key, const char *value) set_config_value() argument
2348 set_config_values(struct cache *cache, int argc, const char **argv) set_config_values() argument
2369 create_cache_policy(struct cache *cache, struct cache_args *ca, char **error) create_cache_policy() argument
2412 set_cache_size(struct cache *cache, dm_cblock_t size) set_cache_size() argument
2431 struct cache *cache; cache_create() local
2623 copy_ctr_args(struct cache *cache, int argc, const char **argv) copy_ctr_args() argument
2651 struct cache *cache = NULL; cache_ctr() local
2684 struct cache *cache = ti->private; cache_map() local
2716 struct cache *cache = ti->private; cache_end_io() local
2734 write_dirty_bitset(struct cache *cache) write_dirty_bitset() argument
2748 write_discard_bitset(struct cache *cache) write_discard_bitset() argument
2775 write_hints(struct cache *cache) write_hints() argument
2794 sync_metadata(struct cache *cache) sync_metadata() argument
2826 struct cache *cache = ti->private; cache_postsuspend() local
2849 struct cache *cache = context; load_mapping() local
2871 struct cache *cache; global() member
2881 discard_load_info_init(struct cache *cache, struct discard_load_info *li) discard_load_info_init() argument
2948 get_cache_dev_size(struct cache *cache) get_cache_dev_size() argument
2955 can_resize(struct cache *cache, dm_cblock_t new_size) can_resize() argument
2981 resize_cache_dev(struct cache *cache, dm_cblock_t new_size) resize_cache_dev() argument
3000 struct cache *cache = ti->private; cache_preresume() local
3061 struct cache *cache = ti->private; cache_resume() local
3068 emit_flags(struct cache *cache, char *result, unsigned maxlen, ssize_t *sz_ptr) emit_flags() argument
3121 struct cache *cache = ti->private; cache_status() local
3228 parse_cblock_range(struct cache *cache, const char *str, struct cblock_range *result) parse_cblock_range() argument
3265 validate_cblock_range(struct cache *cache, struct cblock_range *range) validate_cblock_range() argument
3297 request_invalidation(struct cache *cache, struct cblock_range *range) request_invalidation() argument
3319 process_invalidate_cblocks_message(struct cache *cache, unsigned count, const char **cblock_ranges) process_invalidate_cblocks_message() argument
3363 struct cache *cache = ti->private; cache_message() local
3387 struct cache *cache = ti->private; cache_iterate_devices() local
3407 disable_passdown_if_not_supported(struct cache *cache) disable_passdown_if_not_supported() argument
3430 set_discard_limits(struct cache *cache, struct queue_limits *limits) set_discard_limits() argument
3456 struct cache *cache = ti->private; cache_io_hints() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dci_dpm.c558 u32 cache = 0; in ci_program_pt_config_registers() local
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c837 } cache; member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h820 void *cache; member
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas.h395 struct hisi_sas_iost_itct_cache *cache; member
399 struct hisi_sas_iost_itct_cache *cache; member
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h472 } cache; member
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c1065 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level) in cpu_cache_level__read() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c4579 emit_fiemap_extent(struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache, u64 offset, u64 phys, u64 len, u32 flags) emit_fiemap_extent() argument
4652 emit_last_fiemap_cache(struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache) emit_last_fiemap_cache() argument
4685 struct fiemap_cache cache = { 0 }; extent_fiemap() local
[all...]
H A Dvolumes.c3234 struct btrfs_block_group *cache; in btrfs_may_alloc_data_chunk() local
3443 struct btrfs_block_group *cache; in chunk_usage_range_filter() local
3476 struct btrfs_block_group *cache; chunk_usage_filter() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dslab.c374 index_to_obj(struct kmem_cache *cache, struct page *page, unsigned int idx) index_to_obj() argument
2190 drain_freelist(struct kmem_cache *cache, struct kmem_cache_node *n, int tofree) drain_freelist() argument
2552 slab_map_pages(struct kmem_cache *cache, struct page *page, void *freelist) slab_map_pages() argument
2683 verify_redzone_free(struct kmem_cache *cache, void *obj) verify_redzone_free() argument
3095 fallback_alloc(struct kmem_cache *cache, gfp_t flags) fallback_alloc() argument
3260 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) __do_cache_alloc() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c185 struct kmem_cache *cache; in __alloc_skb() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.h269 unsigned char cache:1; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c3408 struct btrfs_block_group *cache; in btrfs_may_alloc_data_chunk() local
3617 struct btrfs_block_group *cache; in chunk_usage_range_filter() local
3648 struct btrfs_block_group *cache; chunk_usage_filter() local
6067 struct btrfs_block_group *cache; is_block_group_to_copy() local
7961 struct btrfs_block_group *cache = data; relocating_repair_kthread() local
8009 struct btrfs_block_group *cache; btrfs_repair_one_zone() local
[all...]
H A Dtree-log.c2548 struct btrfs_block_group *cache; in unaccount_log_buffer() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.h276 unsigned char cache:1; member
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h471 } cache; member

Completed in 79 milliseconds

1...<<11121314151617181920>>...23