/linux-3.3/arch/powerpc/kernel/ |
D | cacheinfo.c | 44 struct cache *cache; member 108 struct cache { struct 109 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument 110 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument 111 int type; /* split cache disambiguation */ argument 113 struct list_head list; /* global list of cache objects */ argument 114 struct cache *next_local; /* next cache of >= level */ argument 129 static const char *cache_type_string(const struct cache *cache) in cache_type_string() 134 static void __cpuinit cache_init(struct cache *cache, int type, int level, struct device_node *ofno… in cache_init() 145 struct cache *cache; in new_cache() local [all …]
|
/linux-3.3/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() 328 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun() 352 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull() 376 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop() 400 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun() [all …]
|
D | interface.c | 34 struct cachefiles_cache *cache; in cachefiles_alloc_object() local 123 struct cachefiles_cache *cache; in cachefiles_lookup_object() local 205 struct cachefiles_cache *cache; in cachefiles_update_object() local 248 struct cachefiles_cache *cache; in cachefiles_drop_object() local 303 struct fscache_cache *cache; in cachefiles_put_object() local 350 struct cachefiles_cache *cache; in cachefiles_sync_cache() local 380 struct cachefiles_cache *cache; in cachefiles_attr_changed() local 446 static void cachefiles_dissociate_pages(struct fscache_cache *cache) in cachefiles_dissociate_pages()
|
D | namei.c | 101 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, in cachefiles_mark_object_buried() 151 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, in cachefiles_mark_object_active() 272 static int cachefiles_bury_object(struct cachefiles_cache *cache, in cachefiles_bury_object() 418 int cachefiles_delete_object(struct cachefiles_cache *cache, in cachefiles_delete_object() 469 struct cachefiles_cache *cache; in cachefiles_walk_to_object() local 719 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, in cachefiles_get_directory() 825 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, in cachefiles_check_active() 912 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull() 972 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() 55 static int cachefiles_check_cache_dir(struct cachefiles_cache *cache, in cachefiles_check_cache_dir() 83 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() 261 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) in cachefiles_daemon_unbind()
|
D | rdwr.c | 396 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_page() local 694 struct cachefiles_cache *cache; in cachefiles_read_or_alloc_pages() local 808 struct cachefiles_cache *cache; in cachefiles_allocate_page() local 849 struct cachefiles_cache *cache; in cachefiles_allocate_pages() local 891 struct cachefiles_cache *cache; in cachefiles_write_page() local 975 struct cachefiles_cache *cache; in cachefiles_uncache_page() local
|
/linux-3.3/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() 315 void fscache_io_error(struct fscache_cache *cache) in fscache_io_error() 328 static void fscache_withdraw_all_objects(struct fscache_cache *cache, in fscache_withdraw_all_objects() 364 void fscache_withdraw_cache(struct fscache_cache *cache) in fscache_withdraw_cache()
|
D | cookie.c | 149 struct fscache_cache *cache; in fscache_acquire_non_index_cookie() local 236 static int fscache_alloc_object(struct fscache_cache *cache, in fscache_alloc_object() 313 struct fscache_cache *cache = object->cache; in fscache_attach_object() local 413 struct fscache_cache *cache; in __fscache_relinquish_cookie() local
|
D | operation.c | 320 struct fscache_cache *cache; in fscache_put_operation() local 391 struct fscache_cache *cache = in fscache_operation_gc() local
|
/linux-3.3/fs/ |
D | mbcache.c | 121 struct mb_cache *cache = ce->e_cache; in __mb_cache_entry_forget() local 168 struct mb_cache *cache; in mb_cache_shrink_fn() local 211 struct mb_cache *cache = NULL; in mb_cache_create() local 298 mb_cache_destroy(struct mb_cache *cache) in mb_cache_destroy() 342 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc() 389 struct mb_cache *cache = ce->e_cache; in mb_cache_entry_insert() local 457 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_get() 556 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first() 593 struct mb_cache *cache = prev->e_cache; in mb_cache_entry_find_next() local
|
/linux-3.3/fs/squashfs/ |
D | cache.c | 65 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() 239 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); in squashfs_cache_init() local
|
/linux-3.3/drivers/base/regmap/ |
D | regcache.c | 364 u8 *cache = base; in regcache_set_val() local 371 u16 *cache = base; in regcache_set_val() local 392 const u8 *cache = base; in regcache_get_val() local 396 const u16 *cache = base; in regcache_get_val() local
|
/linux-3.3/sound/soc/ |
D | soc-cache.c | 28 u8 *cache = base; in snd_soc_set_cache_val() local 35 u16 *cache = base; in snd_soc_set_cache_val() local 55 const u8 *cache = base; in snd_soc_get_cache_val() local 59 const u16 *cache = base; in snd_soc_get_cache_val() local
|
/linux-3.3/fs/fat/ |
D | cache.c | 42 struct fat_cache *cache = (struct fat_cache *)foo; in init_once() local 68 static inline void fat_cache_free(struct fat_cache *cache) in fat_cache_free() 75 struct fat_cache *cache) in fat_cache_update_lru() 137 struct fat_cache *cache, *tmp; in fat_cache_add() local 190 struct fat_cache *cache; in __fat_cache_inval_inode() local
|
/linux-3.3/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() 516 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
|
/linux-3.3/sound/soc/codecs/ |
D | wm9705.c | 206 u16 *cache = codec->reg_cache; in ac97_read() local 226 u16 *cache = codec->reg_cache; in ac97_write() local 319 u16 *cache = codec->reg_cache; in wm9705_soc_resume() local
|
D | ad1980.c | 102 u16 *cache = codec->reg_cache; in ac97_read() local 125 u16 *cache = codec->reg_cache; in ac97_write() local
|
D | wm9712.c | 435 u16 *cache = codec->reg_cache; in ac97_read() local 454 u16 *cache = codec->reg_cache; in ac97_write() local 595 u16 *cache = codec->reg_cache; in wm9712_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 333 u8 *cache = codec->reg_cache; in uda134x_set_bias_level() local
|
/linux-3.3/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
|
/linux-3.3/arch/tile/kernel/ |
D | tlb.c | 56 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_page_mm() local 72 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_range() local
|
/linux-3.3/fs/btrfs/ |
D | extent-tree.c | 105 block_group_cache_done(struct btrfs_block_group_cache *cache) in block_group_cache_done() 111 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits) in block_group_bits() 116 static void btrfs_get_block_group(struct btrfs_block_group_cache *cache) in btrfs_get_block_group() 121 void btrfs_put_block_group(struct btrfs_block_group_cache *cache) in btrfs_put_block_group() 140 struct btrfs_block_group_cache *cache; in btrfs_add_block_group_cache() local 175 struct btrfs_block_group_cache *cache, *ret = NULL; in block_group_cache_tree_search() local 222 struct btrfs_block_group_cache *cache) in free_excluded_extents() 236 struct btrfs_block_group_cache *cache) in exclude_super_stripes() 271 get_caching_control(struct btrfs_block_group_cache *cache) in get_caching_control() 466 static int cache_block_group(struct btrfs_block_group_cache *cache, in cache_block_group() [all …]
|
/linux-3.3/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 697 struct nilfs_palloc_cache *cache) in nilfs_palloc_setup_cache() 705 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; in nilfs_palloc_clear_cache() local
|
/linux-3.3/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() 418 struct rds_ib_refill_cache *cache) in rds_ib_recv_cache_put() 456 static struct list_head *rds_ib_recv_cache_get(struct rds_ib_refill_cache *cache) in rds_ib_recv_cache_get()
|