| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-cache-target.c | 298 struct cache { struct 308 struct dm_cache_metadata *cmd; argument 323 struct dm_dev *cache_dev; argument 332 * Size of the cache device in blocks. argument 334 dm_cblock_t cache_size; argument 339 spinlock_t invalidation_lock; 340 struct list_head invalidation_requests; 342 sector_t migration_threshold; 343 wait_queue_head_t migration_wait; 344 atomic_t nr_allocated_migrations; [all …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-cache-target.c | 366 struct cache { struct 376 struct dm_cache_metadata *cmd; argument 391 struct dm_dev *cache_dev; argument 400 * Size of the cache device in blocks. argument 402 dm_cblock_t cache_size; argument 407 spinlock_t invalidation_lock; 408 struct list_head invalidation_requests; 410 sector_t migration_threshold; 411 wait_queue_head_t migration_wait; 412 atomic_t nr_allocated_migrations; [all …]
|
| /kernel/linux/linux-6.6/fs/cachefiles/ |
| D | daemon.c | 92 struct cachefiles_cache *cache; in cachefiles_daemon_open() local 137 void cachefiles_flush_reqs(struct cachefiles_cache *cache) in cachefiles_flush_reqs() 171 void cachefiles_put_unbind_pincount(struct cachefiles_cache *cache) in cachefiles_put_unbind_pincount() 180 void cachefiles_get_unbind_pincount(struct cachefiles_cache *cache) in cachefiles_get_unbind_pincount() 190 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_release() local 211 static ssize_t cachefiles_do_daemon_read(struct cachefiles_cache *cache, in cachefiles_do_daemon_read() 262 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_read() local 284 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_write() local 360 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_poll() local 394 static int cachefiles_daemon_range_error(struct cachefiles_cache *cache, in cachefiles_daemon_range_error() [all …]
|
| D | cache.c | 17 int cachefiles_add_cache(struct cachefiles_cache *cache) in cachefiles_add_cache() 185 int cachefiles_has_space(struct cachefiles_cache *cache, in cachefiles_has_space() 288 static void cachefiles_withdraw_objects(struct cachefiles_cache *cache) in cachefiles_withdraw_objects() 318 static void cachefiles_withdraw_fscache_volumes(struct cachefiles_cache *cache) in cachefiles_withdraw_fscache_volumes() 350 static void cachefiles_withdraw_volumes(struct cachefiles_cache *cache) in cachefiles_withdraw_volumes() 385 static void cachefiles_sync_cache(struct cachefiles_cache *cache) in cachefiles_sync_cache() 409 void cachefiles_withdraw_cache(struct cachefiles_cache *cache) in cachefiles_withdraw_cache()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | cacheinfo.c | 43 struct cache *cache; member 117 struct cache { struct 118 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument 119 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument 120 int type; /* split cache disambiguation */ argument 122 int group_id; /* id of the group of threads that share this cache */ argument 123 struct list_head list; /* global list of cache objects */ argument 124 struct cache *next_local; /* next cache of >= level */ argument 139 static const char *cache_type_string(const struct cache *cache) in cache_type_string() 144 static void cache_init(struct cache *cache, int type, int level, in cache_init() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | cacheinfo.c | 44 struct cache *cache; member 118 struct cache { struct 119 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument 120 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument 121 int type; /* split cache disambiguation */ argument 123 struct list_head list; /* global list of cache objects */ argument 124 struct cache *next_local; /* next cache of >= level */ argument 139 static const char *cache_type_string(const struct cache *cache) in cache_type_string() 144 static void cache_init(struct cache *cache, int type, int level, in cache_init() 156 struct cache *cache; in new_cache() local [all …]
|
| /kernel/linux/linux-5.10/fs/cachefiles/ |
| D | daemon.c | 85 struct cachefiles_cache *cache; in cachefiles_daemon_open() local 131 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_release() local 160 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_read() local 217 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_write() local 293 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_poll() local 312 static int cachefiles_daemon_range_error(struct cachefiles_cache *cache, in cachefiles_daemon_range_error() 324 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun() 348 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull() 372 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop() 396 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun() [all …]
|
| D | interface.c | 28 struct cachefiles_cache *cache; in cachefiles_alloc_object() local 123 struct cachefiles_cache *cache; in cachefiles_lookup_object() local 208 struct cachefiles_cache *cache; in cachefiles_update_object() local 264 struct cachefiles_cache *cache; in cachefiles_drop_object() local 326 struct fscache_cache *cache; in cachefiles_put_object() local 378 struct cachefiles_cache *cache; in cachefiles_sync_cache() local 408 struct cachefiles_cache *cache; in cachefiles_check_consistency() local 433 struct cachefiles_cache *cache; in cachefiles_attr_changed() local 502 struct cachefiles_cache *cache; in cachefiles_invalidate_object() local 546 static void cachefiles_dissociate_pages(struct fscache_cache *cache) in cachefiles_dissociate_pages()
|
| D | namei.c | 84 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried() 136 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active() 256 void cachefiles_mark_object_inactive(struct cachefiles_cache *cache, in cachefiles_mark_object_inactive() 287 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object() 435 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object() 487 struct cachefiles_cache *cache; in cachefiles_walk_to_object() local 754 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory() 863 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, in cachefiles_check_active() 950 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull() 1010 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_check_in_use()
|
| /kernel/linux/linux-6.6/fs/fscache/ |
| D | cache.c | 26 struct fscache_cache *cache; in fscache_alloc_cache() local 44 static bool fscache_get_cache_maybe(struct fscache_cache *cache, in fscache_get_cache_maybe() 61 struct fscache_cache *candidate, *cache, *unnamed = NULL; in fscache_lookup_cache() local 151 struct fscache_cache *cache; in fscache_acquire_cache() local 179 void fscache_put_cache(struct fscache_cache *cache, in fscache_put_cache() 209 void fscache_relinquish_cache(struct fscache_cache *cache) in fscache_relinquish_cache() 234 int fscache_add_cache(struct fscache_cache *cache, in fscache_add_cache() 289 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_begin_cache_access() 315 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_end_cache_access() 337 void fscache_io_error(struct fscache_cache *cache) in fscache_io_error() [all …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | mbcache.c | 50 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache, in mb_cache_entry_head() 74 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create() 127 void __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry) in __mb_cache_entry_free() 152 static struct mb_cache_entry *__entry_find(struct mb_cache *cache, in __entry_find() 192 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, in mb_cache_entry_find_first() 209 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, in mb_cache_entry_find_next() 222 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get() 250 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete() 291 struct mb_cache_entry *mb_cache_entry_delete_or_get(struct mb_cache *cache, in mb_cache_entry_delete_or_get() 323 void mb_cache_entry_touch(struct mb_cache *cache, in mb_cache_entry_touch() [all …]
|
| /kernel/linux/linux-6.6/fs/ |
| D | mbcache.c | 50 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache, in mb_cache_entry_head() 74 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create() 127 void __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry) in __mb_cache_entry_free() 152 static struct mb_cache_entry *__entry_find(struct mb_cache *cache, in __entry_find() 192 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, in mb_cache_entry_find_first() 209 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, in mb_cache_entry_find_next() 222 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get() 254 struct mb_cache_entry *mb_cache_entry_delete_or_get(struct mb_cache *cache, in mb_cache_entry_delete_or_get() 286 void mb_cache_entry_touch(struct mb_cache *cache, in mb_cache_entry_touch() 296 struct mb_cache *cache = container_of(shrink, struct mb_cache, in mb_cache_count() local [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/tests/ |
| D | free-space-tests.c | 20 static int test_extents(struct btrfs_block_group *cache) in test_extents() 90 static int test_bitmaps(struct btrfs_block_group *cache, u32 sectorsize) in test_bitmaps() 158 static int test_bitmaps_and_extents(struct btrfs_block_group *cache, in test_bitmaps_and_extents() 333 check_num_extents_and_bitmaps(const struct btrfs_block_group *cache, in check_num_extents_and_bitmaps() 353 static int check_cache_empty(struct btrfs_block_group *cache) in check_cache_empty() 395 test_steal_space_from_bitmap_to_extent(struct btrfs_block_group *cache, in test_steal_space_from_bitmap_to_extent() 831 struct btrfs_block_group *cache; in btrfs_test_free_space_cache() local
|
| D | free-space-tree-tests.c | 21 struct btrfs_block_group *cache, in __check_free_space_extents() 108 struct btrfs_block_group *cache, in check_free_space_extents() 151 struct btrfs_block_group *cache, in test_empty_block_group() 165 struct btrfs_block_group *cache, in test_remove_all() 186 struct btrfs_block_group *cache, in test_remove_beginning() 209 struct btrfs_block_group *cache, in test_remove_end() 232 struct btrfs_block_group *cache, in test_remove_middle() 256 struct btrfs_block_group *cache, in test_merge_left() 293 struct btrfs_block_group *cache, in test_merge_right() 331 struct btrfs_block_group *cache, in test_merge_both() [all …]
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs42xattr.c | 64 struct nfs4_xattr_cache *cache; member 106 nfs4_xattr_hash_init(struct nfs4_xattr_cache *cache) in nfs4_xattr_hash_init() 270 struct nfs4_xattr_cache *cache; in nfs4_xattr_free_cache_cb() local 290 struct nfs4_xattr_cache *cache; in nfs4_xattr_alloc_cache() local 310 nfs4_xattr_set_listcache(struct nfs4_xattr_cache *cache, in nfs4_xattr_set_listcache() 385 nfs4_xattr_discard_cache(struct nfs4_xattr_cache *cache) in nfs4_xattr_discard_cache() 430 struct nfs4_xattr_cache *cache, *oldcache, *newcache; in nfs4_xattr_get_cache() local 505 nfs4_xattr_hash_bucket(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_bucket() 527 nfs4_xattr_hash_add(struct nfs4_xattr_cache *cache, in nfs4_xattr_hash_add() 565 nfs4_xattr_hash_remove(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_remove() [all …]
|
| /kernel/linux/linux-6.6/fs/btrfs/tests/ |
| D | free-space-tests.c | 20 static int test_extents(struct btrfs_block_group *cache) in test_extents() 90 static int test_bitmaps(struct btrfs_block_group *cache, u32 sectorsize) in test_bitmaps() 158 static int test_bitmaps_and_extents(struct btrfs_block_group *cache, in test_bitmaps_and_extents() 333 check_num_extents_and_bitmaps(const struct btrfs_block_group *cache, in check_num_extents_and_bitmaps() 353 static int check_cache_empty(struct btrfs_block_group *cache) in check_cache_empty() 395 test_steal_space_from_bitmap_to_extent(struct btrfs_block_group *cache, in test_steal_space_from_bitmap_to_extent() 833 static int test_bytes_index(struct btrfs_block_group *cache, u32 sectorsize) in test_bytes_index() 1008 struct btrfs_block_group *cache; in btrfs_test_free_space_cache() local
|
| D | free-space-tree-tests.c | 22 struct btrfs_block_group *cache, in __check_free_space_extents() 109 struct btrfs_block_group *cache, in check_free_space_extents() 152 struct btrfs_block_group *cache, in test_empty_block_group() 166 struct btrfs_block_group *cache, in test_remove_all() 187 struct btrfs_block_group *cache, in test_remove_beginning() 210 struct btrfs_block_group *cache, in test_remove_end() 233 struct btrfs_block_group *cache, in test_remove_middle() 257 struct btrfs_block_group *cache, in test_merge_left() 294 struct btrfs_block_group *cache, in test_merge_right() 332 struct btrfs_block_group *cache, in test_merge_both() [all …]
|
| /kernel/linux/linux-5.10/fs/fscache/ |
| D | cache.c | 95 struct fscache_cache *cache; in fscache_select_cache_for_object() local 178 void fscache_init_cache(struct fscache_cache *cache, in fscache_init_cache() 213 int fscache_add_cache(struct fscache_cache *cache, in fscache_add_cache() 313 void fscache_io_error(struct fscache_cache *cache) in fscache_io_error() 325 static void fscache_withdraw_all_objects(struct fscache_cache *cache, in fscache_withdraw_all_objects() 361 void fscache_withdraw_cache(struct fscache_cache *cache) in fscache_withdraw_cache()
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| D | nfs42xattr.c | 64 struct nfs4_xattr_cache *cache; member 106 nfs4_xattr_hash_init(struct nfs4_xattr_cache *cache) in nfs4_xattr_hash_init() 270 struct nfs4_xattr_cache *cache; in nfs4_xattr_free_cache_cb() local 290 struct nfs4_xattr_cache *cache; in nfs4_xattr_alloc_cache() local 309 nfs4_xattr_set_listcache(struct nfs4_xattr_cache *cache, in nfs4_xattr_set_listcache() 384 nfs4_xattr_discard_cache(struct nfs4_xattr_cache *cache) in nfs4_xattr_discard_cache() 429 struct nfs4_xattr_cache *cache, *oldcache, *newcache; in nfs4_xattr_get_cache() local 504 nfs4_xattr_hash_bucket(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_bucket() 526 nfs4_xattr_hash_add(struct nfs4_xattr_cache *cache, in nfs4_xattr_hash_add() 564 nfs4_xattr_hash_remove(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_remove() [all …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| D | platform.c | 238 u8 *cache = ppd->qsfp_info.cache; in qual_power() local 267 u8 *cache = ppd->qsfp_info.cache; in qual_bitrate() local 293 u8 *cache = ppd->qsfp_info.cache; in set_qsfp_high_power() local 330 u8 *cache = ppd->qsfp_info.cache; in apply_rx_cdr() local 381 u8 *cache = ppd->qsfp_info.cache; in apply_tx_cdr() local 430 u8 *cache = ppd->qsfp_info.cache; in apply_cdr_settings() local 443 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_auto() local 456 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_prog() local 501 u8 rx_eq, *cache = ppd->qsfp_info.cache; in apply_rx_eq_emp() local 545 u8 *cache = ppd->qsfp_info.cache; in apply_eq_settings() local [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| D | platform.c | 196 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 …]
|
| /kernel/linux/linux-6.6/io_uring/ |
| D | alloc_cache.h | 13 static inline bool io_alloc_cache_put(struct io_alloc_cache *cache, in io_alloc_cache_put() 26 static inline bool io_alloc_cache_empty(struct io_alloc_cache *cache) in io_alloc_cache_empty() 31 static inline struct io_cache_entry *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() 46 static inline void io_alloc_cache_init(struct io_alloc_cache *cache, in io_alloc_cache_init() 55 static inline void io_alloc_cache_free(struct io_alloc_cache *cache, in io_alloc_cache_free()
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | utcache.c | 36 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()
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | utcache.c | 36 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()
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| D | slab.py | 46 def for_each_object(cache, addr, slab_objects): argument 54 def get_info_end(cache): argument 60 def get_orig_size(cache, obj): argument 70 def get_track(cache, object_pointer, alloc): argument 85 def __obj_to_index(cache, addr, obj): argument 99 def freelist_ptr_decode(cache, ptr, ptr_addr): argument 105 def get_freepointer(cache, obj): argument 117 def add_location(loc_track, cache, track, orig_size): argument 155 def __fill_map(obj_map, cache, slab): argument 164 def process_slab(loc_track, slab_list, alloc, cache): argument
|