| /linux-4.4.14/drivers/md/ | 
| D | dm-cache-target.c | 219 struct cache {  struct223 	struct dm_cache_metadata *cmd;  argument
 238 	struct dm_dev *cache_dev;  argument
 247 	 * Size of the cache device in blocks.  argument
 249 	dm_cblock_t cache_size;  argument
 254 	uint32_t sectors_per_block;
 255 	int sectors_per_block_shift;
 280 	 * cache_size entries, dirty if set  argument
 282 	atomic_t nr_dirty;
 283 	unsigned long *dirty_bitset;
 [all …]
 
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | cacheinfo.c | 43 	struct cache *cache;  member117 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.4.14/fs/cachefiles/ | 
| D | daemon.c | 89 	struct cachefiles_cache *cache;  in cachefiles_daemon_open()  local135 	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()  local121 	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()148 static int cachefiles_mark_object_active(struct cachefiles_cache *cache,  in cachefiles_mark_object_active()
 267 static int cachefiles_bury_object(struct cachefiles_cache *cache,  in cachefiles_bury_object()
 412 int cachefiles_delete_object(struct cachefiles_cache *cache,  in cachefiles_delete_object()
 464 	struct cachefiles_cache *cache;  in cachefiles_walk_to_object()  local
 720 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,  in cachefiles_get_directory()
 826 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache,  in cachefiles_check_active()
 913 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir,  in cachefiles_cull()
 973 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()  local681 	struct cachefiles_cache *cache;  in cachefiles_read_or_alloc_pages()  local
 795 	struct cachefiles_cache *cache;  in cachefiles_allocate_page()  local
 833 	struct cachefiles_cache *cache;  in cachefiles_allocate_pages()  local
 876 	struct cachefiles_cache *cache;  in cachefiles_write_page()  local
 959 	struct cachefiles_cache *cache;  in cachefiles_uncache_page()  local
 
 | 
| D | internal.h | 59 	struct fscache_cache		cache;		/* FS-Cache record */  member127 static inline void cachefiles_state_changed(struct cachefiles_cache *cache)  in cachefiles_state_changed()
 224 static inline void cachefiles_begin_secure(struct cachefiles_cache *cache,  in cachefiles_begin_secure()
 230 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.4.14/drivers/staging/lustre/lustre/fld/ | 
| D | fld_cache.c | 66 	struct fld_cache *cache;  in fld_cache_init()  local99 void fld_cache_fini(struct fld_cache *cache)  in fld_cache_fini()
 124 void fld_cache_entry_delete(struct fld_cache *cache,  in fld_cache_entry_delete()
 136 static void fld_fix_new_list(struct fld_cache *cache)  in fld_fix_new_list()
 200 static inline void fld_cache_entry_add(struct fld_cache *cache,  in fld_cache_entry_add()
 215 static int fld_cache_shrink(struct fld_cache *cache)  in fld_cache_shrink()
 246 void fld_cache_flush(struct fld_cache *cache)  in fld_cache_flush()
 259 static void fld_cache_punch_hole(struct fld_cache *cache,  in fld_cache_punch_hole()
 298 static void fld_cache_overlap_handle(struct fld_cache *cache,  in fld_cache_overlap_handle()
 380 int fld_cache_insert_nolock(struct fld_cache *cache,  in fld_cache_insert_nolock()
 [all …]
 
 | 
| /linux-4.4.14/fs/btrfs/tests/ | 
| D | free-space-tests.c | 28 	struct btrfs_block_group_cache *cache;  in init_test_block_group()  local67 static int test_extents(struct btrfs_block_group_cache *cache)  in test_extents()
 137 static int test_bitmaps(struct btrfs_block_group_cache *cache)  in test_bitmaps()
 207 static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache)  in test_bitmaps_and_extents()
 384 check_num_extents_and_bitmaps(const struct btrfs_block_group_cache *cache,  in check_num_extents_and_bitmaps()
 402 static int check_cache_empty(struct btrfs_block_group_cache *cache)  in check_cache_empty()
 443 test_steal_space_from_bitmap_to_extent(struct btrfs_block_group_cache *cache)  in test_steal_space_from_bitmap_to_extent()
 888 	struct btrfs_block_group_cache *cache;  in btrfs_test_free_space_cache()  local
 
 | 
| /linux-4.4.14/fs/fscache/ | 
| D | cache.c | 99 	struct fscache_cache *cache;  in fscache_select_cache_for_object()  local182 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()  local278 static int fscache_alloc_object(struct fscache_cache *cache,  in fscache_alloc_object()
 355 	struct fscache_cache *cache = object->cache;  in fscache_attach_object()  local
 
 | 
| D | operation.c | 481 	struct fscache_cache *cache;  in fscache_put_operation()  local547 	struct fscache_cache *cache =  in fscache_operation_gc()  local
 
 | 
| D | object.c | 293 			 struct fscache_cache *cache)  in fscache_object_init()687 	struct fscache_cache *cache = object->cache;  in fscache_drop_object()  local
 
 | 
| /linux-4.4.14/drivers/acpi/acpica/ | 
| D | utcache.c | 70 	struct acpi_memory_list *cache;  in acpi_os_create_cache()  local108 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 | dbexec.c | 262 u32 acpi_db_get_cache_info(struct acpi_memory_list *cache)  in acpi_db_get_cache_info()
 | 
| D | acobject.h | 416 	struct acpi_object_cache_list cache;  member
 | 
| /linux-4.4.14/fs/ | 
| D | mbcache.c | 193 	struct mb_cache *cache = ce->e_cache;  in __mb_cache_entry_forget()  local293 	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.4.14/drivers/base/regmap/ | 
| D | regcache-flat.c | 22 	unsigned int *cache;  in regcache_flat_init()  local48 	unsigned int *cache = map->cache;  in regcache_flat_read()  local
 58 	unsigned int *cache = map->cache;  in regcache_flat_write()  local
 
 | 
| D | regcache.c | 537 		u8 *cache = base;  in regcache_set_val()  local542 		u16 *cache = base;  in regcache_set_val()  local
 547 		u32 *cache = base;  in regcache_set_val()  local
 570 		const u8 *cache = base;  in regcache_get_val()  local
 574 		const u16 *cache = base;  in regcache_get_val()  local
 578 		const u32 *cache = base;  in regcache_get_val()  local
 
 | 
| D | internal.h | 136 	void *cache;  member
 | 
| /linux-4.4.14/drivers/md/bcache/ | 
| D | bcache.h | 380 struct cache {  struct381 	struct cache_set	*set;  argument
 382 	struct cache_sb		sb;  argument
 383 	struct bio		sb_bio;
 384 	struct bio_vec		sb_bv[1];
 408 	 * cached data in them, and we can't reuse them until after we write  argument
 416 	size_t			fifo_last_bucket;
 419 	struct bucket		*buckets;
 428 	unsigned		invalidate_needs_gc:1;
 430 	bool			discard; /* Get rid of? */
 [all …]
 
 | 
| /linux-4.4.14/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.4.14/fs/fat/ | 
| D | cache.c | 40 	struct fat_cache *cache = (struct fat_cache *)foo;  in init_once()  local66 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.4.14/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.4.14/drivers/staging/lustre/lustre/llite/ | 
| D | xattr_cache.c | 76 static int ll_xattr_cache_find(struct list_head *cache,  in ll_xattr_cache_find()106 static int ll_xattr_cache_add(struct list_head *cache,  in ll_xattr_cache_add()
 157 static int ll_xattr_cache_del(struct list_head *cache,  in ll_xattr_cache_del()
 186 static int ll_xattr_cache_list(struct list_head *cache,  in ll_xattr_cache_list()
 
 | 
| D | lproc_llite.c | 367 	struct cl_client_cache *cache = &sbi->ll_cache;  in ll_max_cached_mb_seq_show()  local394 	struct cl_client_cache *cache = &sbi->ll_cache;  in ll_max_cached_mb_seq_write()  local
 
 | 
| /linux-4.4.14/sound/soc/codecs/ | 
| D | wm9705.c | 210 	u16 *cache = codec->reg_cache;  in ac97_read()  local231 	u16 *cache = codec->reg_cache;  in ac97_write()  local
 313 	u16 *cache = codec->reg_cache;  in wm9705_soc_resume()  local
 
 | 
| D | stac9766.c | 146 	u16 *cache = codec->reg_cache;  in stac9766_ac97_write()  local166 	u16 val = 0, *cache = codec->reg_cache;  in stac9766_ac97_read()  local
 
 | 
| D | wm9712.c | 492 	u16 *cache = codec->reg_cache;  in ac97_read()  local512 	u16 *cache = codec->reg_cache;  in ac97_write()  local
 623 	u16 *cache = codec->reg_cache;  in wm9712_soc_resume()  local
 
 | 
| D | uda1380.c | 66 	u16 *cache = codec->reg_cache;  in uda1380_read_reg_cache()  local80 	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 | 156 	struct wm_hubs_dcs_cache *cache;  in wm_hubs_dcs_cache_get()  local179 	struct wm_hubs_dcs_cache *cache;  in wm_hubs_dcs_cache_set()  local
 248 	struct wm_hubs_dcs_cache *cache;  in enable_dc_servo()  local
 
 | 
| D | wm9713.c | 681 	u16 *cache = codec->reg_cache;  in ac97_read()  local702 	u16 *cache = codec->reg_cache;  in ac97_write()  local
 1177 	u16 *cache = codec->reg_cache;  in wm9713_soc_resume()  local
 
 | 
| D | tlv320dac33.c | 177 	u8 *cache = codec->reg_cache;  in dac33_read_reg_cache()  local187 	u8 *cache = codec->reg_cache;  in dac33_write_reg_cache()  local
 
 | 
| D | sigmadsp.c | 36 	uint8_t cache[];  member
 | 
| D | wm_adsp.c | 244 	void *cache;  member
 | 
| /linux-4.4.14/drivers/infiniband/hw/mlx5/ | 
| D | mr.c | 72 	struct mlx5_mr_cache *cache = &dev->cache;  in order2idx()  local84 	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
 425 	struct mlx5_mr_cache *cache = &dev->cache;  in alloc_cached_mr()  local
 466 	struct mlx5_mr_cache *cache = &dev->cache;  in free_cached_mr()  local
 490 	struct mlx5_mr_cache *cache = &dev->cache;  in clean_keys()  local
 517 	struct mlx5_mr_cache *cache = &dev->cache;  in mlx5_mr_cache_debugfs_init()  local
 [all …]
 
 | 
| D | mlx5_ib.h | 423 	struct mlx5_mr_cache		cache;  member
 | 
| /linux-4.4.14/fs/nilfs2/ | 
| D | alloc.c | 273 	struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;  in nilfs_palloc_get_desc_block()  local292 	struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;  in nilfs_palloc_get_bitmap_block()  local
 308 	struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;  in nilfs_palloc_delete_bitmap_block()  local
 326 	struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;  in nilfs_palloc_get_entry_block()  local
 341 	struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;  in nilfs_palloc_delete_entry_block()  local
 851 			      struct nilfs_palloc_cache *cache)  in nilfs_palloc_setup_cache()
 859 	struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache;  in nilfs_palloc_clear_cache()  local
 
 | 
| /linux-4.4.14/mm/kasan/ | 
| D | kasan.c | 324 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object)  in kasan_unpoison_object_data()329 void kasan_poison_object_data(struct kmem_cache *cache, void *object)  in kasan_poison_object_data()
 336 void kasan_slab_alloc(struct kmem_cache *cache, void *object)  in kasan_slab_alloc()
 341 void kasan_slab_free(struct kmem_cache *cache, void *object)  in kasan_slab_free()
 353 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size)  in kasan_kmalloc()
 
 | 
| D | report.c | 128 			struct kmem_cache *cache = page->slab_cache;  in print_address_description()  local
 | 
| /linux-4.4.14/arch/tile/kernel/ | 
| D | tlb.c | 57 	int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0;  in flush_tlb_page_mm()  local73 	int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0;  in flush_tlb_range()  local
 
 | 
| /linux-4.4.14/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.4.14/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.4.14/drivers/video/fbdev/ | 
| D | sh_mobile_meram.c | 133 	struct sh_mobile_meram_icb *cache;  member269 				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.4.14/fs/btrfs/ | 
| D | extent-tree.c | 115 block_group_cache_done(struct btrfs_block_group_cache *cache)  in block_group_cache_done()122 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits)  in block_group_bits()
 127 void btrfs_get_block_group(struct btrfs_block_group_cache *cache)  in btrfs_get_block_group()
 132 void btrfs_put_block_group(struct btrfs_block_group_cache *cache)  in btrfs_put_block_group()
 151 	struct btrfs_block_group_cache *cache;  in btrfs_add_block_group_cache()  local
 190 	struct btrfs_block_group_cache *cache, *ret = NULL;  in block_group_cache_tree_search()  local
 240 				  struct btrfs_block_group_cache *cache)  in free_excluded_extents()
 254 				 struct btrfs_block_group_cache *cache)  in exclude_super_stripes()
 312 get_caching_control(struct btrfs_block_group_cache *cache)  in get_caching_control()
 578 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 | free-space-cache.c | 3322 void btrfs_get_block_group_trimming(struct btrfs_block_group_cache *cache)  in btrfs_get_block_group_trimming()3562 int test_add_free_space_entry(struct btrfs_block_group_cache *cache,  in test_add_free_space_entry()
 3630 int test_check_exists(struct btrfs_block_group_cache *cache,  in test_check_exists()
 
 | 
| D | reada.c | 254 	struct btrfs_block_group_cache *cache = NULL;  in reada_find_zone()  local
 | 
| D | scrub.c | 3436 					  struct btrfs_block_group_cache *cache,  in scrub_chunk()3503 	struct btrfs_block_group_cache *cache;  in scrub_enumerate_chunks()  local
 
 | 
| D | volumes.c | 3129 	struct btrfs_block_group_cache *cache;  in chunk_usage_range_filter()  local3162 	struct btrfs_block_group_cache *cache;  in chunk_usage_filter()  local
 
 | 
| D | inode.c | 2799 	struct btrfs_block_group_cache *cache;  in btrfs_release_delalloc_bytes()  local
 | 
| /linux-4.4.14/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()
 465 				 struct rds_ib_refill_cache *cache)  in rds_ib_recv_cache_put()
 504 static struct list_head *rds_ib_recv_cache_get(struct rds_ib_refill_cache *cache)  in rds_ib_recv_cache_get()
 
 | 
| /linux-4.4.14/fs/overlayfs/ | 
| D | readdir.c | 51 	struct ovl_dir_cache *cache;  member175 	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;  member167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache)  in ovl_set_dir_cache()
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | kasan.h | 76 static inline void kasan_unpoison_object_data(struct kmem_cache *cache,  in kasan_unpoison_object_data()78 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 */  member366 	struct fscache_cache	*cache;		/* cache that supplied this object */  member
 420 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.4.14/arch/powerpc/include/asm/ | 
| D | fsl_pamu_stash.h | 36 	u32	cache;	/* cache to stash to: L1,L2,L3 */  member
 | 
| /linux-4.4.14/arch/m32r/kernel/ | 
| D | sys_m32r.c | 79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache)  in sys_cacheflush()
 | 
| /linux-4.4.14/drivers/block/ | 
| D | ps3vram.c | 83 	struct ps3vram_cache cache;  member317 	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.4.14/drivers/acpi/apei/ | 
| D | ghes.c | 528 	struct ghes_estatus_cache *cache;  in ghes_estatus_cached()  local558 	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.4.14/tools/perf/util/ | 
| D | dso.c | 562 		struct dso_cache *cache;  in dso_cache__free()  local577 	struct dso_cache *cache;  in dso_cache__find()  local
 603 	struct dso_cache *cache;  in dso_cache__insert()  local
 632 dso_cache__memcpy(struct dso_cache *cache, u64 offset,  in dso_cache__memcpy()
 646 	struct dso_cache *cache;  in dso_cache__read()  local
 703 	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 | 174 		struct rb_root	 cache;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ | 
| D | channv50.h | 12 	struct nvkm_gpuobj *cache;  member
 | 
| /linux-4.4.14/drivers/usb/core/ | 
| D | quirks.c | 247 			struct usb_interface_cache *cache;  in usb_match_any_interface()  local
 | 
| /linux-4.4.14/arch/sh/mm/ | 
| D | cache-debugfs.c | 28 	struct cache_info *cache;  in cache_seq_show()  local
 | 
| /linux-4.4.14/arch/cris/arch-v10/kernel/ | 
| D | setup.c | 32 	unsigned short cache;  member
 | 
| /linux-4.4.14/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.4.14/security/selinux/ss/ | 
| D | sidtab.h | 30 	struct sidtab_node *cache[SIDTAB_CACHE_LEN];  member
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | procinfo.h | 42 	struct cpu_cache_fns	*cache;  member
 | 
| /linux-4.4.14/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.4.14/arch/m68k/mm/ | 
| D | sun3kmap.c | 111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache)  in __ioremap()
 | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | qsfp.c | 304 	u8 *cache = &cp->cache[0];  in refresh_qsfp_cache()  local475 	u8 *cache = &ppd->qsfp_info.cache[0];  in qsfp_dump()  local
 
 | 
| D | qsfp.h | 201 	u8 cache[QSFP_MAX_NUM_PAGES*128];  member
 | 
| D | chip.c | 6880 static void vl_arb_get_cache(struct vl_arb_cache *cache,  in vl_arb_get_cache()6886 static void vl_arb_set_cache(struct vl_arb_cache *cache,  in vl_arb_set_cache()
 6892 static int vl_arb_match_cache(struct vl_arb_cache *cache,  in vl_arb_match_cache()
 
 | 
| /linux-4.4.14/include/net/ | 
| D | netlabel.h | 209 	struct netlbl_lsm_cache *cache;  member234 	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.4.14/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.4.14/include/rdma/ | 
| D | ib_fmr_pool.h | 64 	unsigned                cache:1;  member
 | 
| D | ib_verbs.h | 1593 	struct ib_cache               cache;  member
 | 
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/fs/nfs/ | 
| D | dir.c | 2091 	struct nfs_access_entry *cache;  in nfs_access_free_list()  local2105 	struct nfs_access_entry *cache;  in nfs_do_access_cache_scan()  local
 2229 	struct nfs_access_entry *cache;  in nfs_access_get_cached()  local
 2267 	struct nfs_access_entry *cache;  in nfs_access_get_cached_rcu()  local
 2328 	struct nfs_access_entry *cache = kmalloc(sizeof(*cache), GFP_KERNEL);  in nfs_access_add_cache()  local
 2375 	struct nfs_access_entry cache;  in nfs_do_access()  local
 
 | 
| D | nfs4proc.c | 2164 	struct nfs_access_entry cache;  in nfs4_opendata_access()  local
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | mmu_context.h | 87 	unsigned long mc = MMU_NO_CONTEXT, cache;  in get_mmu_context()  local
 | 
| /linux-4.4.14/arch/mips/mm/ | 
| D | cache.c | 69 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes,  in SYSCALL_DEFINE3()  argument
 | 
| /linux-4.4.14/net/core/ | 
| D | flow.c | 43 	struct flow_cache		*cache;  member50 #define flow_cache_hash_size(cache)	(1 << (cache)->hash_shift)  argument
 
 | 
| D | skbuff.c | 205 	struct kmem_cache *cache;  in __alloc_skb()  local
 | 
| /linux-4.4.14/drivers/net/wireless/prism54/ | 
| D | oid_mgt.c | 424 	void *cache, *_data = data;  in mgt_set_request()  local524 	void *cache, *_res = NULL;  in mgt_get_request()  local
 
 | 
| /linux-4.4.14/arch/x86/mm/ | 
| D | pageattr.c | 148 	unsigned long cache = (unsigned long)arg;  in __cpa_flush_all()  local160 static void cpa_flush_all(unsigned long cache)  in cpa_flush_all()
 177 static void cpa_flush_range(unsigned long start, int numpages, int cache)  in cpa_flush_range()
 207 static void cpa_flush_array(unsigned long *start, int numpages, int cache,  in cpa_flush_array()
 1371 	int ret, cache, checkalias;  in change_page_attr_set_clr()  local
 
 | 
| D | pat.c | 158 	enum page_cache_mode cache;  in pat_get_cache_mode()  local185 	enum page_cache_mode cache;  in pat_init_cache_modes()  local
 
 | 
| D | init.c | 745 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.4.14/drivers/staging/lustre/lustre/osc/ | 
| D | osc_page.c | 596 	struct cl_client_cache *cache = cli->cl_cache;  in osc_cache_too_much()  local818 	struct cl_client_cache *cache = cli->cl_cache;  in osc_lru_reclaim()  local
 
 | 
| /linux-4.4.14/arch/powerpc/perf/ | 
| D | power8-pmu.c | 287 	unsigned int unit, pmc, cache, ebb;  in power8_get_constraint()  local405 	unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val;  in power8_compute_mmcr()  local
 
 | 
| /linux-4.4.14/drivers/acpi/ | 
| D | osl.c | 1742 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache)  in acpi_os_create_cache()1763 acpi_status acpi_os_purge_cache(acpi_cache_t * cache)  in acpi_os_purge_cache()
 1782 acpi_status acpi_os_delete_cache(acpi_cache_t * cache)  in acpi_os_delete_cache()
 1802 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object)  in acpi_os_release_object()
 
 | 
| /linux-4.4.14/drivers/infiniband/core/ | 
| D | cache.c | 771 	struct ib_pkey_cache *cache;  in ib_get_cached_pkey()  local798 	struct ib_pkey_cache *cache;  in ib_find_cached_pkey()  local
 839 	struct ib_pkey_cache *cache;  in ib_find_exact_cached_pkey()  local
 
 | 
| /linux-4.4.14/fs/nfsd/ | 
| D | nfs3acl.c | 242 #define PROC(name, argt, rest, relt, cache, respsize)	\  argument
 | 
| D | nfs2acl.c | 348 #define PROC(name, argt, rest, relt, cache, respsize)	\  argument
 | 
| D | nfs3proc.c | 651 #define PROC(name, argt, rest, relt, cache, respsize)	\  argument
 | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | cache.c | 70 	struct cacheinfo *cache;  in show_cacheinfo()  local
 | 
| /linux-4.4.14/drivers/pcmcia/ | 
| D | cs_internal.h | 47 	unsigned char		cache[0];  member
 | 
| /linux-4.4.14/net/ipv6/ | 
| D | ip6mr.c | 346 	struct list_head *cache;  member905 static void ip6mr_update_thresholds(struct mr6_table *mrt, struct mfc6_cache *cache,  in ip6mr_update_thresholds()
 2084 			   struct sk_buff *skb, struct mfc6_cache *cache)  in ip6_mr_forward()
 2179 	struct mfc6_cache *cache;  in ip6_mr_input()  local
 2283 	struct mfc6_cache *cache;  in ip6mr_get_route()  local
 
 | 
| /linux-4.4.14/net/bluetooth/ | 
| D | hci_core.c | 1116 	struct discovery_state *cache = &hdev->discovery;  in hci_inquiry_cache_flush()  local1131 	struct discovery_state *cache = &hdev->discovery;  in hci_inquiry_cache_lookup()  local
 1147 	struct discovery_state *cache = &hdev->discovery;  in hci_inquiry_cache_lookup_unknown()  local
 1164 	struct discovery_state *cache = &hdev->discovery;  in hci_inquiry_cache_lookup_resolve()  local
 1182 	struct discovery_state *cache = &hdev->discovery;  in hci_inquiry_cache_update_resolve()  local
 1201 	struct discovery_state *cache = &hdev->discovery;  in hci_inquiry_cache_update()  local
 1262 	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.4.14/net/ipv4/ | 
| D | ipmr.c | 691 static void ipmr_update_thresholds(struct mr_table *mrt, struct mfc_cache *cache,  in ipmr_update_thresholds()1807 			  struct sk_buff *skb, struct mfc_cache *cache,  in ip_mr_forward()
 1954 	struct mfc_cache *cache;  in ip_mr_input()  local
 2195 	struct mfc_cache *cache;  in ipmr_get_route()  local
 2529 	struct list_head *cache;  member
 
 | 
| D | tcp_input.c | 1584 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache)  in tcp_sack_cache_ok()1598 	struct tcp_sack_block *cache;  in tcp_sacktag_write_queue()  local
 
 | 
| /linux-4.4.14/mm/ | 
| D | slab.c | 233 	struct array_cache cache;  member441 static inline void *index_to_obj(struct kmem_cache *cache, struct page *page,  in index_to_obj()
 453 static inline unsigned int obj_to_index(const struct kmem_cache *cache,  in obj_to_index()
 2362 static int drain_freelist(struct kmem_cache *cache,  in drain_freelist()
 2582 static void slab_map_pages(struct kmem_cache *cache, struct page *page,  in slab_map_pages()
 2690 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj)  in verify_redzone_free()
 3002 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags)  in fallback_alloc()
 3202 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags)  in __do_cache_alloc()
 
 | 
| D | vmalloc.c | 487 			struct vmap_area *cache;  in __free_vmap_area()  local
 | 
| /linux-4.4.14/lib/ | 
| D | test_kasan.c | 281 	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.4.14/fs/9p/ | 
| D | v9fs.h | 103 	unsigned int cache;  member
 | 
| /linux-4.4.14/drivers/macintosh/ | 
| D | windfarm_smu_sat.c | 41 	u8			cache[16];  member
 | 
| /linux-4.4.14/drivers/infiniband/hw/qib/ | 
| D | qib_qsfp.h | 179 	struct qib_qsfp_cache cache;  member
 | 
| D | qib.h | 521 	struct cache {  struct522 		u64 psxmitdata;
 523 		u64 psrcvdata;
 524 		u64 psxmitpkts;
 525 		u64 psrcvpkts;
 526 		u64 psxmitwait;
 
 | 
| /linux-4.4.14/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.4.14/fs/afs/ | 
| D | internal.h | 200 	struct fscache_cookie	*cache;		/* caching cookie */  member256 	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.4.14/include/net/netfilter/ | 
| D | nf_conntrack_ecache.h | 16 	unsigned long cache;	/* bitops want long */  member
 | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | pm-cps.c | 203 					 const struct cache_desc *cache,  in cps_gen_cache_routine()
 | 
| /linux-4.4.14/fs/lockd/ | 
| D | host.c | 512 static struct nlm_host *next_host_state(struct hlist_head *cache,  in next_host_state()
 | 
| /linux-4.4.14/fs/ecryptfs/ | 
| D | main.c | 663 	struct kmem_cache **cache;  member
 | 
| /linux-4.4.14/arch/mips/include/asm/fw/arc/ | 
| D | hinv.h | 110 	} cache;  member
 | 
| /linux-4.4.14/drivers/crypto/marvell/ | 
| D | hash.c | 801 				u64 *len, void *cache)  in mv_cesa_ahash_export()820 				u64 len, const void *cache)  in mv_cesa_ahash_import()
 
 | 
| D | cesa.h | 612 	u8 *cache;  member
 | 
| /linux-4.4.14/include/net/irda/ | 
| D | irlmp.h | 162 	CACHE_ENTRY cache;  /* Caching last slsap->dlsap->handle mapping */  member
 | 
| /linux-4.4.14/drivers/mfd/ | 
| D | htc-i2cpld.c | 261 	u8 cache;  in htcpld_chip_get()  local
 | 
| /linux-4.4.14/drivers/power/ | 
| D | bq27xxx_battery.c | 132 	struct bq27xxx_reg_cache cache;  member715 	struct bq27xxx_reg_cache cache = {0, };  in bq27xxx_battery_update()  local
 
 | 
| /linux-4.4.14/sound/pci/emu10k1/ | 
| D | emumixer.c | 603 	unsigned int val, cache;  in snd_emu1010_adc_pads_put()  local651 	unsigned int val, cache;  in snd_emu1010_dac_pads_put()  local
 
 | 
| /linux-4.4.14/drivers/hwmon/ | 
| D | applesmc.c | 142 	struct applesmc_entry *cache;	/* cached key entries */  member342 	struct applesmc_entry *cache = &smcreg.cache[index];  in applesmc_get_entry_by_index()  local
 
 | 
| /linux-4.4.14/arch/powerpc/platforms/ps3/ | 
| D | spu.c | 125 	struct priv1_cache cache;  member
 | 
| /linux-4.4.14/drivers/dma/ | 
| D | dmaengine.c | 1003 	struct kmem_cache *cache;  member
 | 
| /linux-4.4.14/arch/blackfin/kernel/ | 
| D | setup.c | 1272 	char *cpu, *mmu, *fpu, *vendor, *cache;  local
 | 
| /linux-4.4.14/sound/aoa/codecs/ | 
| D | onyx.c | 50 	u8			cache[16];  member
 | 
| /linux-4.4.14/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()
 1059 	struct kvm_mmu_memory_cache *cache;  in rmap_can_add()  local
 
 | 
| D | vmx.c | 8870 	u8 cache;  in vmx_get_mt_mask()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/dec/tulip/ | 
| D | tulip_core.c | 1196 	u8 cache;  in tulip_mwi_config()  local
 | 
| D | de4x5.c | 837     } cache;  member
 | 
| /linux-4.4.14/drivers/gpio/ | 
| D | gpio-mcp23s08.c | 70 	u16			cache[11];  member
 | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | unwind.c | 116 	struct unw_script cache[UNW_CACHE_SIZE];  member128 		} cache;  member
 
 | 
| /linux-4.4.14/drivers/memstick/core/ | 
| D | ms_block.h | 188 	unsigned char			*cache;  member
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | xattr.c | 1721 void ext4_xattr_destroy_cache(struct mb_cache *cache)  in ext4_xattr_destroy_cache()
 | 
| /linux-4.4.14/include/linux/mlx5/ | 
| D | driver.h | 198 	struct cache_ent	       *cache;  member271 	struct cmd_msg_cache cache;  member
 
 | 
| /linux-4.4.14/arch/mips/kvm/ | 
| D | emulate.c | 1579 	int32_t offset, cache, op_inst, op, base;  in kvm_mips_emulate_cache()  local
 | 
| /linux-4.4.14/drivers/misc/mic/scif/ | 
| D | scif_dma.c | 1688 	bool cache = false;  in scif_rma_copy()  local
 | 
| /linux-4.4.14/drivers/irqchip/ | 
| D | irq-gic-v3-its.c | 818 	u64 cache;  in its_alloc_tables()  local
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | sgiarcs.h | 51 	system, processor, cache, adapter, controller, peripheral, memory  enumerator
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | gdth_ioctl.h | 60         } __attribute__((packed)) cache;                         /* cache service cmd. str. */  member
 | 
| /linux-4.4.14/kernel/ | 
| D | kprobes.c | 102 	struct kprobe_insn_cache *cache;  member
 | 
| /linux-4.4.14/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.4.14/drivers/net/wireless/ath/carl9170/ | 
| D | carl9170.h | 460 		u16 cache[CARL9170_HWRNG_CACHE_SIZE / sizeof(u16)];  member
 | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_minidump.c | 233 		struct __cache		cache;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | kv_dpm.c | 420 	u32 cache = 0;  in kv_program_pt_config_registers()  local
 | 
| D | ci_dpm.c | 688 	u32 cache = 0;  in ci_program_pt_config_registers()  local
 | 
| /linux-4.4.14/drivers/net/wireless/rt2x00/ | 
| D | rt2x00.h | 820 		void *cache;  member
 | 
| /linux-4.4.14/drivers/s390/block/ | 
| D | dasd_eckd.h | 256 		unsigned char cache:1;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | cxgb3_main.c | 1031 	u16 *cache = phy->phy_cache;  in t3_get_edc_fw()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/matrox/ | 
| D | matroxfb_base.h | 472 				      } cache;  member
 | 
| /linux-4.4.14/drivers/crypto/ | 
| D | hifn_795x.c | 641 	struct scatterlist	cache[ASYNC_SCATTERLIST_CACHE];  member
 | 
| /linux-4.4.14/sound/pci/rme9652/ | 
| D | hdsp.c | 718 	const u32 *cache;  in snd_hdsp_load_firmware_from_cache()  local
 |