/linux-4.1.27/drivers/md/ |
D | dm-cache-target.c | 178 struct cache { struct 182 struct dm_cache_metadata *cmd; argument 197 struct dm_dev *cache_dev; argument 206 * Size of the cache device in blocks. argument 208 dm_cblock_t cache_size; argument 213 uint32_t sectors_per_block; 214 int sectors_per_block_shift; 238 * cache_size entries, dirty if set argument 240 atomic_t nr_dirty; 241 unsigned long *dirty_bitset; [all …]
|
/linux-4.1.27/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 struct list_head list; /* global list of cache objects */ argument 123 struct cache *next_local; /* next cache of >= level */ argument 138 static const char *cache_type_string(const struct cache *cache) in cache_type_string() 143 static void cache_init(struct cache *cache, int type, int level, in cache_init() 155 struct cache *cache; in new_cache() local [all …]
|
D | eeh_cache.c | 108 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
|
D | smp.c | 620 struct device_node *cache; in cpu_to_l2cache() local
|
/linux-4.1.27/fs/cachefiles/ |
D | daemon.c | 89 struct cachefiles_cache *cache; in cachefiles_daemon_open() local 135 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_release() local 164 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_read() local 214 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_write() local 296 struct cachefiles_cache *cache = file->private_data; in cachefiles_daemon_poll() local 315 static int cachefiles_daemon_range_error(struct cachefiles_cache *cache, in cachefiles_daemon_range_error() 327 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun() 351 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull() 375 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop() 399 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun() [all …]
|
D | interface.c | 32 struct cachefiles_cache *cache; in cachefiles_alloc_object() local 121 struct cachefiles_cache *cache; in cachefiles_lookup_object() local 202 struct cachefiles_cache *cache; in cachefiles_update_object() local 254 struct cachefiles_cache *cache; in cachefiles_drop_object() local 316 struct fscache_cache *cache; in cachefiles_put_object() local 363 struct cachefiles_cache *cache; in cachefiles_sync_cache() local 393 struct cachefiles_cache *cache; in cachefiles_check_consistency() local 418 struct cachefiles_cache *cache; in cachefiles_attr_changed() local 487 struct cachefiles_cache *cache; in cachefiles_invalidate_object() local 532 static void cachefiles_dissociate_pages(struct fscache_cache *cache) in cachefiles_dissociate_pages()
|
D | namei.c | 99 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried() 146 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active() 265 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object() 409 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object() 460 struct cachefiles_cache *cache; in cachefiles_walk_to_object() local 710 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory() 816 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, in cachefiles_check_active() 903 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull() 962 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_check_in_use()
|
D | security.c | 20 int cachefiles_get_security_ID(struct cachefiles_cache *cache) in cachefiles_get_security_ID() 53 static int cachefiles_check_cache_dir(struct cachefiles_cache *cache, in cachefiles_check_cache_dir() 79 int cachefiles_determine_cache_security(struct cachefiles_cache *cache, in cachefiles_determine_cache_security()
|
D | bind.c | 30 int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bind() 84 static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache) in cachefiles_daemon_add_cache() 258 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) in cachefiles_daemon_unbind()
|
D | rdwr.c | 395 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page() local 684 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages() local 801 struct cachefiles_cache *cache; in cachefiles_allocate_page() local 839 struct cachefiles_cache *cache; in cachefiles_allocate_pages() local 882 struct cachefiles_cache *cache; in cachefiles_write_page() local 958 struct cachefiles_cache *cache; in cachefiles_uncache_page() local
|
D | internal.h | 60 struct fscache_cache cache; /* FS-Cache record */ member 128 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) in cachefiles_state_changed() 225 static inline void cachefiles_begin_secure(struct cachefiles_cache *cache, in cachefiles_begin_secure() 231 static inline void cachefiles_end_secure(struct cachefiles_cache *cache, in cachefiles_end_secure()
|
D | xattr.c | 306 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, in cachefiles_remove_object_xattr()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_cache.c | 67 struct fld_cache *cache; in fld_cache_init() local 100 void fld_cache_fini(struct fld_cache *cache) in fld_cache_fini() 125 void fld_cache_entry_delete(struct fld_cache *cache, in fld_cache_entry_delete() 137 static void fld_fix_new_list(struct fld_cache *cache) in fld_fix_new_list() 201 static inline void fld_cache_entry_add(struct fld_cache *cache, in fld_cache_entry_add() 216 static int fld_cache_shrink(struct fld_cache *cache) in fld_cache_shrink() 247 void fld_cache_flush(struct fld_cache *cache) in fld_cache_flush() 260 static void fld_cache_punch_hole(struct fld_cache *cache, in fld_cache_punch_hole() 299 static void fld_cache_overlap_handle(struct fld_cache *cache, in fld_cache_overlap_handle() 381 int fld_cache_insert_nolock(struct fld_cache *cache, in fld_cache_insert_nolock() [all …]
|
/linux-4.1.27/fs/btrfs/tests/ |
D | free-space-tests.c | 27 struct btrfs_block_group_cache *cache; in init_test_block_group() local 60 static int test_extents(struct btrfs_block_group_cache *cache) in test_extents() 130 static int test_bitmaps(struct btrfs_block_group_cache *cache) in test_bitmaps() 200 static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache) in test_bitmaps_and_extents() 377 check_num_extents_and_bitmaps(const struct btrfs_block_group_cache *cache, in check_num_extents_and_bitmaps() 395 static int check_cache_empty(struct btrfs_block_group_cache *cache) in check_cache_empty() 436 test_steal_space_from_bitmap_to_extent(struct btrfs_block_group_cache *cache) in test_steal_space_from_bitmap_to_extent() 881 struct btrfs_block_group_cache *cache; in btrfs_test_free_space_cache() local
|
/linux-4.1.27/fs/fscache/ |
D | cache.c | 99 struct fscache_cache *cache; in fscache_select_cache_for_object() local 182 void fscache_init_cache(struct fscache_cache *cache, in fscache_init_cache() 217 int fscache_add_cache(struct fscache_cache *cache, in fscache_add_cache() 317 void fscache_io_error(struct fscache_cache *cache) in fscache_io_error() 329 static void fscache_withdraw_all_objects(struct fscache_cache *cache, in fscache_withdraw_all_objects() 365 void fscache_withdraw_cache(struct fscache_cache *cache) in fscache_withdraw_cache()
|
D | cookie.c | 194 struct fscache_cache *cache; in fscache_acquire_non_index_cookie() local 278 static int fscache_alloc_object(struct fscache_cache *cache, in fscache_alloc_object() 354 struct fscache_cache *cache = object->cache; in fscache_attach_object() local
|
D | operation.c | 401 struct fscache_cache *cache; in fscache_put_operation() local 465 struct fscache_cache *cache = in fscache_operation_gc() local
|
D | object.c | 293 struct fscache_cache *cache) in fscache_object_init() 674 struct fscache_cache *cache = object->cache; in fscache_drop_object() local
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utcache.c | 70 struct acpi_memory_list *cache; in acpi_os_create_cache() local 108 acpi_status acpi_os_purge_cache(struct acpi_memory_list * cache) in acpi_os_purge_cache() 154 acpi_status acpi_os_delete_cache(struct acpi_memory_list * cache) in acpi_os_delete_cache() 188 acpi_os_release_object(struct acpi_memory_list * cache, void *object) in acpi_os_release_object() 243 void *acpi_os_acquire_object(struct acpi_memory_list *cache) in acpi_os_acquire_object()
|
D | uttrack.c | 96 struct acpi_memory_list *cache; in acpi_ut_create_list() local
|
D | acobject.h | 414 struct acpi_object_cache_list cache; member
|
/linux-4.1.27/fs/ |
D | mbcache.c | 193 struct mb_cache *cache = ce->e_cache; in __mb_cache_entry_forget() local 293 struct mb_cache *cache; in mb_cache_shrink_count() local 328 struct mb_cache *cache = NULL; in mb_cache_create() local 452 mb_cache_destroy(struct mb_cache *cache) in mb_cache_destroy() 502 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc() 582 struct mb_cache *cache = ce->e_cache; in mb_cache_entry_insert() local 661 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_get() 786 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first() 827 struct mb_cache *cache = prev->e_cache; in mb_cache_entry_find_next() local
|
/linux-4.1.27/drivers/base/regmap/ |
D | regcache-flat.c | 22 unsigned int *cache; in regcache_flat_init() local 48 unsigned int *cache = map->cache; in regcache_flat_read() local 58 unsigned int *cache = map->cache; in regcache_flat_write() local
|
D | regcache.c | 516 u8 *cache = base; in regcache_set_val() local 521 u16 *cache = base; in regcache_set_val() local 526 u32 *cache = base; in regcache_set_val() local 549 const u8 *cache = base; in regcache_get_val() local 553 const u16 *cache = base; in regcache_get_val() local 557 const u32 *cache = base; in regcache_get_val() local
|
D | internal.h | 133 void *cache; member
|
/linux-4.1.27/drivers/md/bcache/ |
D | bcache.h | 395 struct cache { struct 396 struct cache_set *set; argument 397 struct cache_sb sb; argument 398 struct bio sb_bio; 399 struct bio_vec sb_bv[1]; 423 * cached data in them, and we can't reuse them until after we write argument 431 size_t fifo_last_bucket; 434 struct bucket *buckets; 443 unsigned invalidate_needs_gc:1; 445 bool discard; /* Get rid of? */ [all …]
|
/linux-4.1.27/fs/squashfs/ |
D | cache.c | 66 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get() 188 struct squashfs_cache *cache = entry->cache; in squashfs_cache_put() local 210 void squashfs_cache_delete(struct squashfs_cache *cache) in squashfs_cache_delete() 240 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); in squashfs_cache_init() local
|
D | squashfs_fs_sb.h | 51 struct squashfs_cache *cache; member
|
/linux-4.1.27/fs/fat/ |
D | cache.c | 40 struct fat_cache *cache = (struct fat_cache *)foo; in init_once() local 66 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free() 73 struct fat_cache *cache) in fat_cache_update_lru() 135 struct fat_cache *cache, *tmp; in fat_cache_add() local 188 struct fat_cache *cache; in __fat_cache_inval_inode() local
|
/linux-4.1.27/drivers/infiniband/core/ |
D | cache.c | 77 struct ib_gid_cache *cache; in ib_get_cached_gid() local 104 struct ib_gid_cache *cache; in ib_find_cached_gid() local 139 struct ib_pkey_cache *cache; in ib_get_cached_pkey() local 166 struct ib_pkey_cache *cache; in ib_find_cached_pkey() local 207 struct ib_pkey_cache *cache; in ib_find_exact_cached_pkey() local
|
/linux-4.1.27/arch/m68k/kernel/ |
D | sys_m68k.c | 67 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() 227 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() 377 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() 525 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | xattr_cache.c | 77 static int ll_xattr_cache_find(struct list_head *cache, in ll_xattr_cache_find() 109 static int ll_xattr_cache_add(struct list_head *cache, in ll_xattr_cache_add() 162 static int ll_xattr_cache_del(struct list_head *cache, in ll_xattr_cache_del() 193 static int ll_xattr_cache_list(struct list_head *cache, in ll_xattr_cache_list()
|
D | lproc_llite.c | 355 struct cl_client_cache *cache = &sbi->ll_cache; in ll_max_cached_mb_seq_show() local 382 struct cl_client_cache *cache = &sbi->ll_cache; in ll_max_cached_mb_seq_write() local
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm9705.c | 207 u16 *cache = codec->reg_cache; in ac97_read() local 228 u16 *cache = codec->reg_cache; in ac97_write() local 325 u16 *cache = codec->reg_cache; in wm9705_soc_resume() local
|
D | uda134x.c | 56 u8 *cache = codec->reg_cache; in uda134x_read_reg_cache() local 69 u8 *cache = codec->reg_cache; in uda134x_write_reg_cache() local 329 u8 *cache = codec->reg_cache; in uda134x_set_bias_level() local
|
D | stac9766.c | 143 u16 *cache = codec->reg_cache; in stac9766_ac97_write() local 163 u16 val = 0, *cache = codec->reg_cache; in stac9766_ac97_read() local
|
D | wm9712.c | 489 u16 *cache = codec->reg_cache; in ac97_read() local 509 u16 *cache = codec->reg_cache; in ac97_write() local 643 u16 *cache = codec->reg_cache; in wm9712_soc_resume() local
|
D | uda1380.c | 66 u16 *cache = codec->reg_cache; in uda1380_read_reg_cache() local 80 u16 *cache = codec->reg_cache; in uda1380_write_reg_cache() local 135 u16 *cache = codec->reg_cache; in uda1380_sync_cache() local
|
D | wm_hubs.c | 157 struct wm_hubs_dcs_cache *cache; in wm_hubs_dcs_cache_get() local 180 struct wm_hubs_dcs_cache *cache; in wm_hubs_dcs_cache_set() local 249 struct wm_hubs_dcs_cache *cache; in enable_dc_servo() local
|
D | wm9713.c | 679 u16 *cache = codec->reg_cache; in ac97_read() local 700 u16 *cache = codec->reg_cache; in ac97_write() local 1198 u16 *cache = codec->reg_cache; in wm9713_soc_resume() local
|
D | tlv320dac33.c | 177 u8 *cache = codec->reg_cache; in dac33_read_reg_cache() local 187 u8 *cache = codec->reg_cache; in dac33_write_reg_cache() local
|
D | sigmadsp.c | 36 uint8_t cache[]; member
|
D | wm_adsp.c | 238 void *cache; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mr.c | 72 struct mlx5_mr_cache *cache = &dev->cache; in order2idx() local 84 struct mlx5_mr_cache *cache = &dev->cache; in reg_mr_callback() local 136 struct mlx5_mr_cache *cache = &dev->cache; in add_keys() local 190 struct mlx5_mr_cache *cache = &dev->cache; in remove_keys() local 343 static int someone_adding(struct mlx5_mr_cache *cache) in someone_adding() 358 struct mlx5_mr_cache *cache = &dev->cache; in __cache_work_func() local 413 struct mlx5_mr_cache *cache = &dev->cache; in alloc_cached_mr() local 457 struct mlx5_mr_cache *cache = &dev->cache; in free_cached_mr() local 481 struct mlx5_mr_cache *cache = &dev->cache; in clean_keys() local 508 struct mlx5_mr_cache *cache = &dev->cache; in mlx5_mr_cache_debugfs_init() local [all …]
|
D | mlx5_ib.h | 433 struct mlx5_mr_cache cache; member
|
/linux-4.1.27/arch/tile/kernel/ |
D | tlb.c | 57 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_page_mm() local 73 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_range() local
|
/linux-4.1.27/mm/kasan/ |
D | kasan.c | 310 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data() 315 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data() 322 void kasan_slab_alloc(struct kmem_cache *cache, void *object) in kasan_slab_alloc() 327 void kasan_slab_free(struct kmem_cache *cache, void *object) in kasan_slab_free() 339 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) in kasan_kmalloc()
|
D | report.c | 110 struct kmem_cache *cache = page->slab_cache; in print_address_description() local
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.c | 220 static int kfd_parse_subtype_cache(struct crat_subtype_cache *cache) in kfd_parse_subtype_cache() 322 struct crat_subtype_cache *cache; in kfd_parse_subtype() local 368 struct kfd_cache_properties *cache; in kfd_release_topology_device() local 597 struct kfd_cache_properties *cache; in kfd_cache_show() local 763 struct kfd_cache_properties *cache; in kfd_remove_sysfs_node_entry() local 817 struct kfd_cache_properties *cache; in kfd_build_sysfs_node_entry() local
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | txrx.c | 216 static int tx_policy_find(struct tx_policy_cache *cache, in tx_policy_find() 237 static inline void tx_policy_use(struct tx_policy_cache *cache, in tx_policy_use() 244 static inline int tx_policy_release(struct tx_policy_cache *cache, in tx_policy_release() 256 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_clean() local 286 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_init() local 304 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_get() local 343 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_put() local 357 struct tx_policy_cache *cache = &priv->tx_policy_cache; in tx_policy_upload() local
|
D | txrx.h | 42 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; member
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 117 block_group_cache_done(struct btrfs_block_group_cache *cache) in block_group_cache_done() 124 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits) in block_group_bits() 129 static void btrfs_get_block_group(struct btrfs_block_group_cache *cache) in btrfs_get_block_group() 134 void btrfs_put_block_group(struct btrfs_block_group_cache *cache) in btrfs_put_block_group() 153 struct btrfs_block_group_cache *cache; in btrfs_add_block_group_cache() local 192 struct btrfs_block_group_cache *cache, *ret = NULL; in block_group_cache_tree_search() local 242 struct btrfs_block_group_cache *cache) in free_excluded_extents() 256 struct btrfs_block_group_cache *cache) in exclude_super_stripes() 314 get_caching_control(struct btrfs_block_group_cache *cache) in get_caching_control() 532 static int cache_block_group(struct btrfs_block_group_cache *cache, in cache_block_group() [all …]
|
D | relocation.c | 207 static void backref_cache_init(struct backref_cache *cache) in backref_cache_init() 218 static void backref_cache_cleanup(struct backref_cache *cache) in backref_cache_cleanup() 246 static struct backref_node *alloc_backref_node(struct backref_cache *cache) in alloc_backref_node() 261 static void free_backref_node(struct backref_cache *cache, in free_backref_node() 270 static struct backref_edge *alloc_backref_edge(struct backref_cache *cache) in alloc_backref_edge() 280 static void free_backref_edge(struct backref_cache *cache, in free_backref_edge() 424 static void remove_backref_node(struct backref_cache *cache, in remove_backref_node() 462 static void update_backref_node(struct backref_cache *cache, in update_backref_node() 477 struct backref_cache *cache) in update_backref_cache() 683 struct backref_cache *cache = &rc->backref_cache; local [all …]
|
D | reada.c | 254 struct btrfs_block_group_cache *cache = NULL; in reada_find_zone() local
|
D | free-space-cache.c | 3508 int test_add_free_space_entry(struct btrfs_block_group_cache *cache, in test_add_free_space_entry() 3574 int test_check_exists(struct btrfs_block_group_cache *cache, in test_check_exists()
|
D | scrub.c | 3383 struct btrfs_block_group_cache *cache; in scrub_enumerate_chunks() local
|
D | volumes.c | 2956 struct btrfs_block_group_cache *cache; in chunk_usage_filter() local
|
D | inode.c | 2778 struct btrfs_block_group_cache *cache; in btrfs_release_delalloc_bytes() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sh_mobile_meram.c | 133 struct sh_mobile_meram_icb *cache; member 269 struct sh_mobile_meram_fb_cache *cache, in meram_set_next_addr() 297 struct sh_mobile_meram_fb_cache *cache, in meram_get_next_icb_addr() 432 struct sh_mobile_meram_fb_cache *cache; in meram_cache_alloc() local 471 struct sh_mobile_meram_fb_cache *cache; in sh_mobile_meram_cache_alloc() local 529 struct sh_mobile_meram_fb_cache *cache = data; in sh_mobile_meram_cache_free() local 556 struct sh_mobile_meram_fb_cache *cache = data; in sh_mobile_meram_cache_update() local
|
D | sh_mobile_lcdcfb.h | 63 void *cache; member
|
D | sticore.h | 67 u32 cache : 1; /* map to data cache */ member
|
D | ffb.c | 378 int cache = par->fifo_cache; in FFBFifo() local
|
D | sh_mobile_lcdcfb.c | 1110 void *cache; in sh_mobile_lcdc_start() local
|
/linux-4.1.27/net/rds/ |
D | ib_recv.c | 87 static void rds_ib_cache_xfer_to_ready(struct rds_ib_refill_cache *cache) in rds_ib_cache_xfer_to_ready() 100 static int rds_ib_recv_alloc_cache(struct rds_ib_refill_cache *cache) in rds_ib_recv_alloc_cache() 134 static void rds_ib_cache_splice_all_lists(struct rds_ib_refill_cache *cache, in rds_ib_cache_splice_all_lists() 421 struct rds_ib_refill_cache *cache) in rds_ib_recv_cache_put() 460 static struct list_head *rds_ib_recv_cache_get(struct rds_ib_refill_cache *cache) in rds_ib_recv_cache_get()
|
/linux-4.1.27/fs/nilfs2/ |
D | alloc.c | 253 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_desc_block() local 272 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_bitmap_block() local 290 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_get_entry_block() local 761 struct nilfs_palloc_cache *cache) in nilfs_palloc_setup_cache() 769 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache() local
|
/linux-4.1.27/fs/overlayfs/ |
D | readdir.c | 51 struct ovl_dir_cache *cache; member 175 struct ovl_dir_cache *cache = od->cache; in ovl_cache_put() local 270 struct ovl_dir_cache *cache = od->cache; in ovl_dir_reset() local 334 struct ovl_dir_cache *cache; in ovl_cache_get() local 376 struct ovl_dir_cache *cache; in ovl_iterate() local
|
D | super.c | 52 struct ovl_dir_cache *cache; member 167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache) in ovl_set_dir_cache()
|
/linux-4.1.27/include/linux/ |
D | kasan.h | 68 static inline void kasan_unpoison_object_data(struct kmem_cache *cache, in kasan_unpoison_object_data() 70 static inline void kasan_poison_object_data(struct kmem_cache *cache, in kasan_poison_object_data()
|
D | bch.h | 63 int *cache; member
|
D | fscache-cache.h | 37 struct fscache_cache *cache; /* cache referred to by this tag */ member 377 struct fscache_cache *cache; /* cache that supplied this object */ member 432 static inline void fscache_object_destroyed(struct fscache_cache *cache) in fscache_object_destroyed()
|
D | netdevice.h | 264 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | fsl_pamu_stash.h | 36 u32 cache; /* cache to stash to: L1,L2,L3 */ member
|
/linux-4.1.27/arch/m32r/kernel/ |
D | sys_m32r.c | 79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) in sys_cacheflush()
|
/linux-4.1.27/tools/perf/util/ |
D | dso.c | 502 struct dso_cache *cache; in dso_cache__free() local 515 struct dso_cache *cache; in dso_cache__find() local 539 struct dso_cache *cache; in dso_cache__insert() local 560 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy() 573 struct dso_cache *cache; in dso_cache__read() local 608 struct dso_cache *cache; in dso_cache_read() local
|
D | ordered-events.h | 34 struct list_head cache; member
|
D | ordered-events.c | 92 struct list_head *cache = &oe->cache; in alloc_event() local
|
D | dso.h | 162 struct rb_root cache; member
|
/linux-4.1.27/drivers/acpi/apei/ |
D | ghes.c | 528 struct ghes_estatus_cache *cache; in ghes_estatus_cached() local 558 struct ghes_estatus_cache *cache; in ghes_estatus_cache_alloc() local 582 static void ghes_estatus_cache_free(struct ghes_estatus_cache *cache) in ghes_estatus_cache_free() 594 struct ghes_estatus_cache *cache; in ghes_estatus_cache_rcu_free() local 606 struct ghes_estatus_cache *cache, *slot_cache = NULL, *new_cache; in ghes_estatus_cache_add() local
|
/linux-4.1.27/drivers/block/ |
D | ps3vram.c | 83 struct ps3vram_cache cache; member 317 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_evict() local 339 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_load() local 359 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_flush() local 373 struct ps3vram_cache *cache = &priv->cache; in ps3vram_cache_match() local
|
/linux-4.1.27/include/acpi/platform/ |
D | aclinuxex.h | 99 static inline void *acpi_os_acquire_object(acpi_cache_t * cache) in acpi_os_acquire_object()
|
/linux-4.1.27/drivers/usb/core/ |
D | quirks.c | 244 struct usb_interface_cache *cache; in usb_match_any_interface() local
|
/linux-4.1.27/arch/sh/mm/ |
D | cache-debugfs.c | 28 struct cache_info *cache; in cache_seq_show() local
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | setup.c | 32 unsigned short cache; member
|
/linux-4.1.27/security/selinux/ss/ |
D | sidtab.h | 30 struct sidtab_node *cache[SIDTAB_CACHE_LEN]; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv50.h | 14 struct nvkm_gpuobj *cache; member
|
/linux-4.1.27/arch/arm/include/asm/ |
D | procinfo.h | 42 struct cpu_cache_fns *cache; member
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.h | 30 void *cache; member
|
D | shmob_drm_crtc.c | 384 void *cache; in shmob_drm_crtc_mode_set() local
|
/linux-4.1.27/arch/m68k/mm/ |
D | sun3kmap.c | 111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap()
|
/linux-4.1.27/arch/metag/kernel/ |
D | cachepart.c | 58 static int get_thread_cache_size(unsigned int cache, int thread_id) in get_thread_cache_size()
|
/linux-4.1.27/include/net/ |
D | netlabel.h | 209 struct netlbl_lsm_cache *cache; member 234 struct netlbl_lsm_cache *cache; in netlbl_secattr_cache_alloc() local 250 static inline void netlbl_secattr_cache_free(struct netlbl_lsm_cache *cache) in netlbl_secattr_cache_free()
|
/linux-4.1.27/include/rdma/ |
D | ib_fmr_pool.h | 64 unsigned cache:1; member
|
D | ib_verbs.h | 1489 struct ib_cache cache; member
|
/linux-4.1.27/net/sunrpc/ |
D | auth.c | 399 rpcauth_clear_credcache(struct rpc_cred_cache *cache) in rpcauth_clear_credcache() 433 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_destroy_credcache() local 549 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_lookup_credcache() local
|
/linux-4.1.27/drivers/iommu/ |
D | shmobile-iommu.c | 57 struct kmem_cache *cache, size_t size) in pgtable_alloc() 68 struct kmem_cache *cache, size_t size) in pgtable_free()
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 125 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache() 833 static pud_t *stage2_get_pud(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_get_pud() 851 static pmd_t *stage2_get_pmd(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_get_pmd() 869 static int stage2_set_pmd_huge(struct kvm *kvm, struct kvm_mmu_memory_cache in stage2_set_pmd_huge() 900 static int stage2_set_pte(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_set_pte() 970 struct kvm_mmu_memory_cache cache = { 0, }; in kvm_phys_addr_ioremap() local
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 2105 struct nfs_access_entry *cache; in nfs_access_free_list() local 2119 struct nfs_access_entry *cache; in nfs_do_access_cache_scan() local 2243 struct nfs_access_entry *cache; in nfs_access_get_cached() local 2281 struct nfs_access_entry *cache; in nfs_access_get_cached_rcu() local 2342 struct nfs_access_entry *cache = kmalloc(sizeof(*cache), GFP_KERNEL); in nfs_access_add_cache() local 2389 struct nfs_access_entry cache; in nfs_do_access() local
|
D | nfs4proc.c | 2044 struct nfs_access_entry cache; in nfs4_opendata_access() local
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | mmu_context.h | 87 unsigned long mc = MMU_NO_CONTEXT, cache; in get_mmu_context() local
|
/linux-4.1.27/arch/mips/mm/ |
D | cache.c | 69 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/x86/mm/ |
D | pageattr.c | 149 unsigned long cache = (unsigned long)arg; in __cpa_flush_all() local 161 static void cpa_flush_all(unsigned long cache) in cpa_flush_all() 178 static void cpa_flush_range(unsigned long start, int numpages, int cache) in cpa_flush_range() 208 static void cpa_flush_array(unsigned long *start, int numpages, int cache, in cpa_flush_array() 1344 int ret, cache, checkalias; in change_page_attr_set_clr() local
|
D | pat.c | 152 enum page_cache_mode cache; in pat_get_cache_mode() local 180 enum page_cache_mode cache; in pat_init_cache_modes() local
|
D | init.c | 744 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) in update_cache_mode_entry()
|
D | init_64.c | 326 enum page_cache_mode cache) in __init_extra_mapping()
|
/linux-4.1.27/net/core/ |
D | flow.c | 43 struct flow_cache *cache; member 50 #define flow_cache_hash_size(cache) (1 << (cache)->hash_shift) argument
|
D | skbuff.c | 205 struct kmem_cache *cache; in __alloc_skb() local 384 static void *__alloc_page_frag(struct netdev_alloc_cache __percpu *cache, in __alloc_page_frag()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 424 void *cache, *_data = data; in mgt_set_request() local 524 void *cache, *_res = NULL; in mgt_get_request() local
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 1053 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_flush() local 1068 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup() local 1084 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup_unknown() local 1101 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_lookup_resolve() local 1119 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_update_resolve() local 1138 struct discovery_state *cache = &hdev->discovery; in hci_inquiry_cache_update() local 1199 struct discovery_state *cache = &hdev->discovery; in inquiry_cache_dump() local
|
D | hci_debugfs.c | 390 struct discovery_state *cache = &hdev->discovery; in inquiry_cache_show() local
|
/linux-4.1.27/arch/powerpc/perf/ |
D | power8-pmu.c | 287 unsigned int unit, pmc, cache, ebb; in power8_get_constraint() local 405 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in power8_compute_mmcr() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_page.c | 595 struct cl_client_cache *cache = cli->cl_cache; in osc_cache_too_much() local 816 struct cl_client_cache *cache = cli->cl_cache; in osc_lru_reclaim() local
|
/linux-4.1.27/drivers/acpi/ |
D | osl.c | 1744 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache) in acpi_os_create_cache() 1765 acpi_status acpi_os_purge_cache(acpi_cache_t * cache) in acpi_os_purge_cache() 1784 acpi_status acpi_os_delete_cache(acpi_cache_t * cache) in acpi_os_delete_cache() 1804 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) in acpi_os_release_object()
|
/linux-4.1.27/arch/s390/kernel/ |
D | cache.c | 70 struct cacheinfo *cache; in show_cacheinfo() local
|
/linux-4.1.27/drivers/pcmcia/ |
D | cs_internal.h | 47 unsigned char cache[0]; member
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3acl.c | 242 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
|
D | nfs2acl.c | 350 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
|
D | nfs3proc.c | 651 #define PROC(name, argt, rest, relt, cache, respsize) \ argument
|
/linux-4.1.27/lib/ |
D | test_kasan.c | 216 struct kmem_cache *cache = kmem_cache_create("test_cache", in kmem_cache_oob() local
|
D | lru_cache.c | 99 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, in lc_create()
|
/linux-4.1.27/net/ipv6/ |
D | ip6mr.c | 347 struct list_head *cache; member 910 static void ip6mr_update_thresholds(struct mr6_table *mrt, struct mfc6_cache *cache, in ip6mr_update_thresholds() 2089 struct sk_buff *skb, struct mfc6_cache *cache) in ip6_mr_forward() 2184 struct mfc6_cache *cache; in ip6_mr_input() local 2288 struct mfc6_cache *cache; in ip6mr_get_route() local
|
/linux-4.1.27/net/ipv4/ |
D | ipmr.c | 700 static void ipmr_update_thresholds(struct mr_table *mrt, struct mfc_cache *cache, in ipmr_update_thresholds() 1815 struct sk_buff *skb, struct mfc_cache *cache, in ip_mr_forward() 1962 struct mfc_cache *cache; in ip_mr_input() local 2203 struct mfc_cache *cache; in ipmr_get_route() local 2537 struct list_head *cache; member
|
D | tcp_input.c | 1630 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) in tcp_sack_cache_ok() 1644 struct tcp_sack_block *cache; in tcp_sacktag_write_queue() local
|
/linux-4.1.27/mm/ |
D | slab.c | 233 struct array_cache cache; member 440 static inline void *index_to_obj(struct kmem_cache *cache, struct page *page, in index_to_obj() 452 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index() 2371 static int drain_freelist(struct kmem_cache *cache, in drain_freelist() 2591 static void slab_map_pages(struct kmem_cache *cache, struct page *page, in slab_map_pages() 2699 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) in verify_redzone_free() 3011 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) in fallback_alloc() 3211 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) in __do_cache_alloc()
|
D | vmalloc.c | 485 struct vmap_area *cache; in __free_vmap_area() local
|
/linux-4.1.27/fs/9p/ |
D | v9fs.h | 103 unsigned int cache; member
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_qsfp.h | 179 struct qib_qsfp_cache cache; member
|
D | qib.h | 521 struct cache { struct 522 u64 psxmitdata; 523 u64 psrcvdata; 524 u64 psxmitpkts; 525 u64 psrcvpkts; 526 u64 psxmitwait;
|
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_smu_sat.c | 41 u8 cache[16]; member
|
/linux-4.1.27/fs/ncpfs/ |
D | ncplib_kernel.h | 209 union ncp_dir_cache *cache; member
|
D | dir.c | 424 union ncp_dir_cache *cache = NULL; in ncp_readdir() local
|
/linux-4.1.27/fs/afs/ |
D | internal.h | 200 struct fscache_cookie *cache; /* caching cookie */ member 256 struct fscache_cookie *cache; /* caching cookie */ member 309 struct fscache_cookie *cache; /* caching cookie */ member 341 struct fscache_cookie *cache; /* caching cookie */ member
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_ecache.h | 16 unsigned long cache; /* bitops want long */ member
|
/linux-4.1.27/arch/mips/kernel/ |
D | pm-cps.c | 203 const struct cache_desc *cache, in cps_gen_cache_routine()
|
/linux-4.1.27/fs/lockd/ |
D | host.c | 511 static struct nlm_host *next_host_state(struct hlist_head *cache, in next_host_state()
|
/linux-4.1.27/drivers/power/ |
D | bq27x00_battery.c | 113 struct bq27x00_reg_cache cache; member 473 struct bq27x00_reg_cache cache = {0, }; in bq27x00_update() local
|
/linux-4.1.27/fs/ecryptfs/ |
D | main.c | 663 struct kmem_cache **cache; member
|
/linux-4.1.27/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 110 } cache; member
|
/linux-4.1.27/include/net/irda/ |
D | irlmp.h | 162 CACHE_ENTRY cache; /* Caching last slsap->dlsap->handle mapping */ member
|
/linux-4.1.27/drivers/mfd/ |
D | htc-i2cpld.c | 261 u8 cache; in htcpld_chip_get() local
|
/linux-4.1.27/drivers/hwmon/ |
D | applesmc.c | 142 struct applesmc_entry *cache; /* cached key entries */ member 342 struct applesmc_entry *cache = &smcreg.cache[index]; in applesmc_get_entry_by_index() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emumixer.c | 603 unsigned int val, cache; in snd_emu1010_adc_pads_put() local 651 unsigned int val, cache; in snd_emu1010_dac_pads_put() local
|
/linux-4.1.27/drivers/dma/ |
D | dmaengine.c | 982 struct kmem_cache *cache; member
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | setup.c | 1272 char *cpu, *mmu, *fpu, *vendor, *cache; local
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | spu.c | 125 struct priv1_cache cache; member
|
/linux-4.1.27/sound/aoa/codecs/ |
D | onyx.c | 50 u8 cache[16]; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 659 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache() 675 static int mmu_memory_cache_free_objects(struct kvm_mmu_memory_cache *cache) in mmu_memory_cache_free_objects() 681 struct kmem_cache *cache) in mmu_free_memory_cache() 687 static int mmu_topup_memory_cache_page(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache_page() 1032 struct kvm_mmu_memory_cache *cache; in rmap_can_add() local
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 1197 u8 cache; in tulip_mwi_config() local
|
D | de4x5.c | 837 } cache; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-mcp23s08.c | 70 u16 cache[11]; member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | unwind.c | 116 struct unw_script cache[UNW_CACHE_SIZE]; member 128 } cache; member
|
/linux-4.1.27/drivers/memstick/core/ |
D | ms_block.h | 188 unsigned char *cache; member
|
/linux-4.1.27/fs/ext4/ |
D | xattr.c | 1722 void ext4_xattr_destroy_cache(struct mb_cache *cache) in ext4_xattr_destroy_cache()
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 191 struct cache_ent *cache; member 264 struct cmd_msg_cache cache; member
|
/linux-4.1.27/arch/mips/kvm/ |
D | emulate.c | 1579 int32_t offset, cache, op_inst, op, base; in kvm_mips_emulate_cache() local
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic-v3-its.c | 840 u64 cache = GITS_BASER_WaWb; in its_alloc_tables() local
|
/linux-4.1.27/drivers/scsi/ |
D | gdth_ioctl.h | 60 } __attribute__((packed)) cache; /* cache service cmd. str. */ member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sgiarcs.h | 51 system, processor, cache, adapter, controller, peripheral, memory enumerator
|
/linux-4.1.27/kernel/ |
D | kprobes.c | 102 struct kprobe_insn_cache *cache; member
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | carl9170.h | 460 u16 cache[CARL9170_HWRNG_CACHE_SIZE / sizeof(u16)]; member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | kv_dpm.c | 287 u32 cache = 0; in kv_program_pt_config_registers() local
|
D | ci_dpm.c | 570 u32 cache = 0; in ci_program_pt_config_registers() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 233 struct __cache cache; member
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.h | 256 unsigned char cache:1; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1031 u16 *cache = phy->phy_cache; in t3_get_edc_fw() local
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00.h | 818 void *cache; member
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.h | 497 } cache; member
|
/linux-4.1.27/drivers/crypto/ |
D | hifn_795x.c | 643 struct scatterlist cache[ASYNC_SCATTERLIST_CACHE]; member
|
/linux-4.1.27/sound/pci/rme9652/ |
D | hdsp.c | 718 const u32 *cache; in snd_hdsp_load_firmware_from_cache() local
|