Searched defs:cache (Results 1 - 165 of 165) sorted by relevance

/linux-4.1.27/drivers/base/regmap/
H A Dregcache-flat.c22 unsigned int *cache; regcache_flat_init() local
48 unsigned int *cache = map->cache; regcache_flat_read() local
58 unsigned int *cache = map->cache; regcache_flat_write() local
H A Dregcache.c516 u8 *cache = base; regcache_set_val() local
521 u16 *cache = base; regcache_set_val() local
526 u32 *cache = base; regcache_set_val() local
549 const u8 *cache = base; regcache_get_val() local
553 const u16 *cache = base; regcache_get_val() local
557 const u32 *cache = base; regcache_get_val() local
H A Dinternal.h133 void *cache; member in struct:regmap
/linux-4.1.27/arch/powerpc/include/asm/
H A Dfsl_pamu_stash.h36 u32 cache; /* cache to stash to: L1,L2,L3 */ member in struct:pamu_stash_attribute
/linux-4.1.27/arch/m32r/kernel/
H A Dsys_m32r.c79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) sys_cacheflush() argument
/linux-4.1.27/fs/cachefiles/
H A Dsecurity.c20 int cachefiles_get_security_ID(struct cachefiles_cache *cache) cachefiles_get_security_ID() argument
53 static int cachefiles_check_cache_dir(struct cachefiles_cache *cache, cachefiles_check_cache_dir() argument
79 int cachefiles_determine_cache_security(struct cachefiles_cache *cache, cachefiles_determine_cache_security() argument
H A Dbind.c30 int cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) cachefiles_daemon_bind() argument
84 static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache) cachefiles_daemon_add_cache() argument
258 void cachefiles_daemon_unbind(struct cachefiles_cache *cache) cachefiles_daemon_unbind() argument
H A Dxattr.c306 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, cachefiles_remove_object_xattr() argument
H A Dinterface.c32 struct cachefiles_cache *cache; cachefiles_alloc_object() local
121 struct cachefiles_cache *cache; cachefiles_lookup_object() local
202 struct cachefiles_cache *cache; cachefiles_update_object() local
254 struct cachefiles_cache *cache; cachefiles_drop_object() local
316 struct fscache_cache *cache; cachefiles_put_object() local
363 struct cachefiles_cache *cache; cachefiles_sync_cache() local
393 struct cachefiles_cache *cache; cachefiles_check_consistency() local
418 struct cachefiles_cache *cache; cachefiles_attr_changed() local
487 struct cachefiles_cache *cache; cachefiles_invalidate_object() local
532 static void cachefiles_dissociate_pages(struct fscache_cache *cache) cachefiles_dissociate_pages() argument
H A Ddaemon.c89 struct cachefiles_cache *cache; cachefiles_daemon_open() local
135 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_release() local
164 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_read() local
214 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_write() local
296 struct cachefiles_cache *cache = file->private_data; cachefiles_daemon_poll() local
315 static int cachefiles_daemon_range_error(struct cachefiles_cache *cache, cachefiles_daemon_range_error() argument
327 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) cachefiles_daemon_frun() argument
351 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) cachefiles_daemon_fcull() argument
375 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) cachefiles_daemon_fstop() argument
399 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) cachefiles_daemon_brun() argument
423 static int cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) cachefiles_daemon_bcull() argument
447 static int cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) cachefiles_daemon_bstop() argument
471 static int cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) cachefiles_daemon_dir() argument
499 static int cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) cachefiles_daemon_secctx() argument
527 static int cachefiles_daemon_tag(struct cachefiles_cache *cache, char *args) cachefiles_daemon_tag() argument
553 static int cachefiles_daemon_cull(struct cachefiles_cache *cache, char *args) cachefiles_daemon_cull() argument
602 static int cachefiles_daemon_debug(struct cachefiles_cache *cache, char *args) cachefiles_daemon_debug() argument
625 static int cachefiles_daemon_inuse(struct cachefiles_cache *cache, char *args) cachefiles_daemon_inuse() argument
674 int cachefiles_has_space(struct cachefiles_cache *cache, cachefiles_has_space() argument
H A Dnamei.c99 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, cachefiles_mark_object_buried() argument
146 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, cachefiles_mark_object_active() argument
265 static int cachefiles_bury_object(struct cachefiles_cache *cache, cachefiles_bury_object() argument
409 int cachefiles_delete_object(struct cachefiles_cache *cache, cachefiles_delete_object() argument
460 struct cachefiles_cache *cache; cachefiles_walk_to_object() local
710 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, cachefiles_get_directory() argument
816 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, cachefiles_check_active() argument
903 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, cachefiles_cull() argument
962 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, cachefiles_check_in_use() argument
H A Drdwr.c395 struct cachefiles_cache *cache; cachefiles_read_or_alloc_page() local
684 struct cachefiles_cache *cache; cachefiles_read_or_alloc_pages() local
801 struct cachefiles_cache *cache; cachefiles_allocate_page() local
839 struct cachefiles_cache *cache; cachefiles_allocate_pages() local
882 struct cachefiles_cache *cache; cachefiles_write_page() local
958 struct cachefiles_cache *cache; cachefiles_uncache_page() local
H A Dinternal.h60 struct fscache_cache cache; /* FS-Cache record */ member in struct:cachefiles_cache
128 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) cachefiles_state_changed() argument
225 static inline void cachefiles_begin_secure(struct cachefiles_cache *cache, cachefiles_begin_secure() argument
231 static inline void cachefiles_end_secure(struct cachefiles_cache *cache, cachefiles_end_secure() argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv50.h14 struct nvkm_gpuobj *cache; member in struct:nv50_fifo_base
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h71 cache 9, 0($0) variable
/linux-4.1.27/drivers/acpi/acpica/
H A Dutcache.c70 struct acpi_memory_list *cache; acpi_os_create_cache() local
108 acpi_status acpi_os_purge_cache(struct acpi_memory_list * cache) acpi_os_purge_cache() argument
154 acpi_status acpi_os_delete_cache(struct acpi_memory_list * cache) acpi_os_delete_cache() argument
188 acpi_os_release_object(struct acpi_memory_list * cache, void *object) acpi_os_release_object() argument
243 void *acpi_os_acquire_object(struct acpi_memory_list *cache) acpi_os_acquire_object() argument
H A Duttrack.c96 struct acpi_memory_list *cache; acpi_ut_create_list() local
H A Dacobject.h414 struct acpi_object_cache_list cache; member in union:acpi_operand_object
/linux-4.1.27/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.h30 void *cache; member in struct:shmob_drm_crtc
H A Dshmob_drm_crtc.c384 void *cache; shmob_drm_crtc_mode_set() local
/linux-4.1.27/drivers/usb/core/
H A Dquirks.c244 struct usb_interface_cache *cache; usb_match_any_interface() local
/linux-4.1.27/arch/arm/include/asm/
H A Dprocinfo.h42 struct cpu_cache_fns *cache; member in struct:proc_info_list
/linux-4.1.27/include/acpi/platform/
H A Daclinuxex.h99 static inline void *acpi_os_acquire_object(acpi_cache_t * cache) acpi_os_acquire_object() argument
/linux-4.1.27/include/linux/
H A Dbch.h63 int *cache; member in struct:bch_control
H A Dkasan.h68 static inline void kasan_unpoison_object_data(struct kmem_cache *cache, kasan_unpoison_object_data() argument
70 static inline void kasan_poison_object_data(struct kmem_cache *cache, kasan_poison_object_data() argument
H A Dfscache-cache.h37 struct fscache_cache *cache; /* cache referred to by this tag */ member in struct:fscache_cache_tag
377 struct fscache_cache *cache; /* cache that supplied this object */ member in struct:fscache_object
432 static inline void fscache_object_destroyed(struct fscache_cache *cache) fscache_object_destroyed() argument
H A Dnetdevice.h264 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); member in struct:header_ops
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dtxrx.h42 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; member in struct:tx_policy_cache
H A Dtxrx.c216 static int tx_policy_find(struct tx_policy_cache *cache, tx_policy_find() argument
237 static inline void tx_policy_use(struct tx_policy_cache *cache, tx_policy_use() argument
244 static inline int tx_policy_release(struct tx_policy_cache *cache, tx_policy_release() argument
256 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_clean() local
286 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_init() local
304 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_get() local
343 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_put() local
357 struct tx_policy_cache *cache = &priv->tx_policy_cache; tx_policy_upload() local
/linux-4.1.27/arch/tile/kernel/
H A Dtlb.c57 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; flush_tlb_page_mm() local
73 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; flush_tlb_range() local
/linux-4.1.27/include/rdma/
H A Dib_fmr_pool.h64 unsigned cache:1; member in struct:ib_fmr_pool_param
H A Dib_verbs.h1489 struct ib_cache cache; member in struct:ib_device
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dsetup.c32 unsigned short cache; member in struct:cpu_info
/linux-4.1.27/fs/btrfs/tests/
H A Dfree-space-tests.c27 struct btrfs_block_group_cache *cache; init_test_block_group() local
60 static int test_extents(struct btrfs_block_group_cache *cache) test_extents() argument
130 static int test_bitmaps(struct btrfs_block_group_cache *cache) test_bitmaps() argument
200 static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache) test_bitmaps_and_extents() argument
377 check_num_extents_and_bitmaps(const struct btrfs_block_group_cache *cache, check_num_extents_and_bitmaps() argument
395 static int check_cache_empty(struct btrfs_block_group_cache *cache) check_cache_empty() argument
436 test_steal_space_from_bitmap_to_extent(struct btrfs_block_group_cache *cache) test_steal_space_from_bitmap_to_extent() argument
881 struct btrfs_block_group_cache *cache; btrfs_test_free_space_cache() local
/linux-4.1.27/security/selinux/ss/
H A Dsidtab.h30 struct sidtab_node *cache[SIDTAB_CACHE_LEN]; member in struct:sidtab
/linux-4.1.27/arch/sh/mm/
H A Dcache-debugfs.c28 struct cache_info *cache; cache_seq_show() local
/linux-4.1.27/arch/metag/kernel/
H A Dcachepart.c58 static int get_thread_cache_size(unsigned int cache, int thread_id) get_thread_cache_size() argument
/linux-4.1.27/arch/mn10300/include/asm/
H A Dmmu_context.h87 unsigned long mc = MMU_NO_CONTEXT, cache; get_mmu_context() local
/linux-4.1.27/arch/m68k/mm/
H A Dsun3kmap.c111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) __ioremap() argument
/linux-4.1.27/fs/fscache/
H A Dcache.c99 struct fscache_cache *cache; fscache_select_cache_for_object() local
182 void fscache_init_cache(struct fscache_cache *cache, fscache_init_cache() argument
217 int fscache_add_cache(struct fscache_cache *cache, fscache_add_cache() argument
317 void fscache_io_error(struct fscache_cache *cache) fscache_io_error() argument
329 static void fscache_withdraw_all_objects(struct fscache_cache *cache, fscache_withdraw_all_objects() argument
365 void fscache_withdraw_cache(struct fscache_cache *cache) fscache_withdraw_cache() argument
H A Doperation.c401 struct fscache_cache *cache; fscache_put_operation() local
465 struct fscache_cache *cache = fscache_operation_gc() local
H A Dcookie.c194 struct fscache_cache *cache; fscache_acquire_non_index_cookie() local
278 static int fscache_alloc_object(struct fscache_cache *cache, fscache_alloc_object() argument
354 struct fscache_cache *cache = object->cache; fscache_attach_object() local
H A Dobject.c674 struct fscache_cache *cache = object->cache; fscache_drop_object() local
291 fscache_object_init(struct fscache_object *object, struct fscache_cookie *cookie, struct fscache_cache *cache) fscache_object_init() argument
/linux-4.1.27/lib/
H A Dtest_kasan.c216 struct kmem_cache *cache = kmem_cache_create("test_cache", kmem_cache_oob() local
H A Dlru_cache.c99 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, lc_create() argument
/linux-4.1.27/fs/squashfs/
H A Dcache.c188 struct squashfs_cache *cache = entry->cache; squashfs_cache_put() local
210 void squashfs_cache_delete(struct squashfs_cache *cache) squashfs_cache_delete() argument
240 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL); squashfs_cache_init() local
65 squashfs_cache_get(struct super_block *sb, struct squashfs_cache *cache, u64 block, int length) squashfs_cache_get() argument
H A Dsquashfs_fs_sb.h51 struct squashfs_cache *cache; member in struct:squashfs_cache_entry
/linux-4.1.27/include/net/netfilter/
H A Dnf_conntrack_ecache.h16 unsigned long cache; /* bitops want long */ member in struct:nf_conntrack_ecache
/linux-4.1.27/arch/powerpc/kernel/
H A Deeh_cache.c108 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) eeh_addr_cache_print() argument
H A Dcacheinfo.c43 struct cache *cache; member in struct:cache_index_dir
117 struct cache { struct
138 static const char *cache_type_string(const struct cache *cache) cache_type_string() argument
143 static void cache_init(struct cache *cache, int type, int level, cache_init() argument
155 struct cache *cache; new_cache() local
164 static void release_cache_debugcheck(struct cache *cache) release_cache_debugcheck() argument
177 static void release_cache(struct cache *cache) release_cache() argument
191 static void cache_cpu_set(struct cache *cache, int cpu) cache_cpu_set() argument
205 static int cache_size(const struct cache *cache, unsigned int *ret) cache_size() argument
220 static int cache_size_kb(const struct cache *cache, unsigned int *ret) cache_size_kb() argument
232 static int cache_get_line_size(const struct cache *cache, unsigned int *ret) cache_get_line_size() argument
255 static int cache_nr_sets(const struct cache *cache, unsigned int *ret) cache_nr_sets() argument
270 static int cache_associativity(const struct cache *cache, unsigned int *ret) cache_associativity() argument
302 static struct cache *cache_find_first_sibling(struct cache *cache) cache_find_first_sibling() argument
320 struct cache *cache = NULL; cache_lookup_by_node() local
388 struct cache *cache; cache_do_one_devnode() local
401 struct cache *cache; cache_lookup_or_instantiate() local
426 static void do_subsidiary_caches_debugcheck(struct cache *cache) do_subsidiary_caches_debugcheck() argument
432 static void do_subsidiary_caches(struct cache *cache) do_subsidiary_caches() argument
542 struct cache *cache; size_show() local
559 struct cache *cache; line_size_show() local
575 struct cache *cache; nr_sets_show() local
591 struct cache *cache; associativity_show() local
606 struct cache *cache; type_show() local
619 struct cache *cache; level_show() local
633 struct cache *cache; shared_cpu_map_show() local
684 struct cache *cache; cacheinfo_create_index_opt_attrs() local
723 static void cacheinfo_create_index_dir(struct cache *cache, int index, cacheinfo_create_index_dir() argument
754 struct cache *cache; cacheinfo_sysfs_populate() local
771 struct cache *cache; cacheinfo_cpu_online() local
788 struct cache *cache; cache_lookup_by_cpu() local
828 static void cache_cpu_clear(struct cache *cache, int cpu) cache_cpu_clear() argument
852 struct cache *cache; cacheinfo_cpu_offline() local
H A Dsmp.c620 struct device_node *cache; cpu_to_l2cache() local
/linux-4.1.27/arch/m68k/kernel/
H A Dsys_m68k.c67 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) cache_flush_040() argument
227 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) cache_flush_060() argument
377 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) sys_cacheflush() argument
525 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) sys_cacheflush() argument
/linux-4.1.27/mm/kasan/
H A Dreport.c110 struct kmem_cache *cache = page->slab_cache; print_address_description() local
H A Dkasan.c310 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) kasan_unpoison_object_data() argument
315 void kasan_poison_object_data(struct kmem_cache *cache, void *object) kasan_poison_object_data() argument
322 void kasan_slab_alloc(struct kmem_cache *cache, void *object) kasan_slab_alloc() argument
327 void kasan_slab_free(struct kmem_cache *cache, void *object) kasan_slab_free() argument
339 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) kasan_kmalloc() argument
/linux-4.1.27/tools/perf/util/
H A Dordered-events.c92 struct list_head *cache = &oe->cache; alloc_event() local
H A Dordered-events.h34 struct list_head cache; member in struct:ordered_events
H A Ddso.h162 struct rb_root cache; member in struct:dso::__anon14816
H A Ddso.c502 struct dso_cache *cache; dso_cache__free() local
515 struct dso_cache *cache; dso_cache__find() local
539 struct dso_cache *cache; dso_cache__insert() local
560 dso_cache__memcpy(struct dso_cache *cache, u64 offset, dso_cache__memcpy() argument
573 struct dso_cache *cache; dso_cache__read() local
608 struct dso_cache *cache; dso_cache_read() local
/linux-4.1.27/sound/soc/codecs/
H A Dwm9705.c207 u16 *cache = codec->reg_cache; ac97_read() local
228 u16 *cache = codec->reg_cache; ac97_write() local
325 u16 *cache = codec->reg_cache; wm9705_soc_resume() local
H A Dstac9766.c143 u16 *cache = codec->reg_cache; stac9766_ac97_write() local
163 u16 val = 0, *cache = codec->reg_cache; stac9766_ac97_read() local
H A Duda134x.c56 u8 *cache = codec->reg_cache; uda134x_read_reg_cache() local
69 u8 *cache = codec->reg_cache; uda134x_write_reg_cache() local
329 u8 *cache = codec->reg_cache; uda134x_set_bias_level() local
H A Duda1380.c66 u16 *cache = codec->reg_cache; uda1380_read_reg_cache() local
80 u16 *cache = codec->reg_cache; uda1380_write_reg_cache() local
135 u16 *cache = codec->reg_cache; uda1380_sync_cache() local
H A Dwm9712.c489 u16 *cache = codec->reg_cache; ac97_read() local
509 u16 *cache = codec->reg_cache; ac97_write() local
643 u16 *cache = codec->reg_cache; wm9712_soc_resume() local
H A Dsigmadsp.c36 uint8_t cache[]; member in struct:sigmadsp_control
H A Dwm_hubs.c157 struct wm_hubs_dcs_cache *cache; wm_hubs_dcs_cache_get() local
180 struct wm_hubs_dcs_cache *cache; wm_hubs_dcs_cache_set() local
249 struct wm_hubs_dcs_cache *cache; enable_dc_servo() local
H A Dtlv320dac33.c177 u8 *cache = codec->reg_cache; dac33_read_reg_cache() local
187 u8 *cache = codec->reg_cache; dac33_write_reg_cache() local
H A Dwm9713.c679 u16 *cache = codec->reg_cache; ac97_read() local
700 u16 *cache = codec->reg_cache; ac97_write() local
1198 u16 *cache = codec->reg_cache; wm9713_soc_resume() local
H A Dwm_adsp.c238 void *cache; member in struct:wm_coeff_ctl
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_smu_sat.c41 u8 cache[16]; member in struct:wf_sat
/linux-4.1.27/drivers/infiniband/core/
H A Dcache.c77 struct ib_gid_cache *cache; ib_get_cached_gid() local
104 struct ib_gid_cache *cache; ib_find_cached_gid() local
139 struct ib_pkey_cache *cache; ib_get_cached_pkey() local
166 struct ib_pkey_cache *cache; ib_find_cached_pkey() local
207 struct ib_pkey_cache *cache; ib_find_exact_cached_pkey() local
/linux-4.1.27/drivers/net/wireless/prism54/
H A Doid_mgt.c424 void *cache, *_data = data; mgt_set_request() local
524 void *cache, *_res = NULL; mgt_get_request() local
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
H A Dfld_cache.c67 struct fld_cache *cache; fld_cache_init() local
100 void fld_cache_fini(struct fld_cache *cache) fld_cache_fini() argument
125 void fld_cache_entry_delete(struct fld_cache *cache, fld_cache_entry_delete() argument
137 static void fld_fix_new_list(struct fld_cache *cache) fld_fix_new_list() argument
201 static inline void fld_cache_entry_add(struct fld_cache *cache, fld_cache_entry_add() argument
216 static int fld_cache_shrink(struct fld_cache *cache) fld_cache_shrink() argument
247 void fld_cache_flush(struct fld_cache *cache) fld_cache_flush() argument
260 static void fld_cache_punch_hole(struct fld_cache *cache, fld_cache_punch_hole() argument
299 static void fld_cache_overlap_handle(struct fld_cache *cache, fld_cache_overlap_handle() argument
381 int fld_cache_insert_nolock(struct fld_cache *cache, fld_cache_insert_nolock() argument
429 int fld_cache_insert(struct fld_cache *cache, fld_cache_insert() argument
448 void fld_cache_delete_nolock(struct fld_cache *cache, fld_cache_delete_nolock() argument
471 void fld_cache_delete(struct fld_cache *cache, fld_cache_delete() argument
480 *fld_cache_entry_lookup_nolock(struct fld_cache *cache, fld_cache_entry_lookup_nolock() argument
504 *fld_cache_entry_lookup(struct fld_cache *cache, struct lu_seq_range *range) fld_cache_entry_lookup() argument
517 int fld_cache_lookup(struct fld_cache *cache, fld_cache_lookup() argument
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dxattr_cache.c77 static int ll_xattr_cache_find(struct list_head *cache, ll_xattr_cache_find() argument
109 static int ll_xattr_cache_add(struct list_head *cache, ll_xattr_cache_add() argument
162 static int ll_xattr_cache_del(struct list_head *cache, ll_xattr_cache_del() argument
193 static int ll_xattr_cache_list(struct list_head *cache, ll_xattr_cache_list() argument
H A Dlproc_llite.c355 struct cl_client_cache *cache = &sbi->ll_cache; ll_max_cached_mb_seq_show() local
382 struct cl_client_cache *cache = &sbi->ll_cache; ll_max_cached_mb_seq_write() local
/linux-4.1.27/drivers/pcmcia/
H A Dcs_internal.h47 unsigned char cache[0]; member in struct:cis_cache_entry
/linux-4.1.27/fs/lockd/
H A Dhost.c511 static struct nlm_host *next_host_state(struct hlist_head *cache, next_host_state() argument
/linux-4.1.27/fs/
H A Dmbcache.c193 struct mb_cache *cache = ce->e_cache; __mb_cache_entry_forget() local
293 struct mb_cache *cache; mb_cache_shrink_count() local
328 struct mb_cache *cache = NULL; mb_cache_create() local
452 mb_cache_destroy(struct mb_cache *cache) mb_cache_destroy() argument
502 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) mb_cache_entry_alloc() argument
582 struct mb_cache *cache = ce->e_cache; mb_cache_entry_insert() local
661 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, mb_cache_entry_get() argument
786 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, mb_cache_entry_find_first() argument
827 struct mb_cache *cache = prev->e_cache; mb_cache_entry_find_next() local
/linux-4.1.27/fs/ncpfs/
H A Dncplib_kernel.h209 union ncp_dir_cache *cache; member in struct:ncp_cache_control
H A Ddir.c424 union ncp_dir_cache *cache = NULL; ncp_readdir() local
/linux-4.1.27/arch/s390/kernel/
H A Dcache.c70 struct cacheinfo *cache; show_cacheinfo() local
/linux-4.1.27/fs/fat/
H A Dcache.c40 struct fat_cache *cache = (struct fat_cache *)foo; init_once() local
66 static inline void fat_cache_free(struct fat_cache *cache) fat_cache_free() argument
135 struct fat_cache *cache, *tmp; fat_cache_add() local
188 struct fat_cache *cache; __fat_cache_inval_inode() local
72 fat_cache_update_lru(struct inode *inode, struct fat_cache *cache) fat_cache_update_lru() argument
/linux-4.1.27/fs/9p/
H A Dv9fs.h103 unsigned int cache; member in struct:v9fs_session_info
/linux-4.1.27/drivers/iommu/
H A Dshmobile-iommu.c56 pgtable_alloc(struct shmobile_iommu_domain_pgtable *pgtable, struct kmem_cache *cache, size_t size) pgtable_alloc() argument
67 pgtable_free(struct shmobile_iommu_domain_pgtable *pgtable, struct kmem_cache *cache, size_t size) pgtable_free() argument
/linux-4.1.27/drivers/mfd/
H A Dhtc-i2cpld.c261 u8 cache; htcpld_chip_get() local
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h179 struct qib_qsfp_cache cache; member in struct:qib_qsfp_data
H A Dqib.h521 struct cache { struct in struct:xmit_wait
/linux-4.1.27/arch/x86/mm/
H A Dinit.c744 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) update_cache_mode_entry() argument
H A Dinit_64.c325 __init_extra_mapping(unsigned long phys, unsigned long size, enum page_cache_mode cache) __init_extra_mapping() argument
H A Dpageattr.c149 unsigned long cache = (unsigned long)arg; __cpa_flush_all() local
161 static void cpa_flush_all(unsigned long cache) cpa_flush_all() argument
178 static void cpa_flush_range(unsigned long start, int numpages, int cache) cpa_flush_range() argument
208 static void cpa_flush_array(unsigned long *start, int numpages, int cache, cpa_flush_array() argument
1344 int ret, cache, checkalias; change_page_attr_set_clr() local
H A Dpat.c152 enum page_cache_mode cache; pat_get_cache_mode() local
180 enum page_cache_mode cache; pat_init_cache_modes() local
/linux-4.1.27/fs/overlayfs/
H A Dreaddir.c51 struct ovl_dir_cache *cache; member in struct:ovl_dir_file
175 struct ovl_dir_cache *cache = od->cache; ovl_cache_put() local
270 struct ovl_dir_cache *cache = od->cache; ovl_dir_reset() local
334 struct ovl_dir_cache *cache; ovl_cache_get() local
376 struct ovl_dir_cache *cache; ovl_iterate() local
H A Dsuper.c52 struct ovl_dir_cache *cache; member in struct:ovl_entry
167 void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache) ovl_set_dir_cache() argument
/linux-4.1.27/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h63 void *cache; member in struct:sh_mobile_lcdc_chan
H A Dsh_mobile_meram.c133 struct sh_mobile_meram_icb *cache; member in struct:sh_mobile_meram_fb_plane
432 struct sh_mobile_meram_fb_cache *cache; meram_cache_alloc() local
471 struct sh_mobile_meram_fb_cache *cache; sh_mobile_meram_cache_alloc() local
529 struct sh_mobile_meram_fb_cache *cache = data; sh_mobile_meram_cache_free() local
556 struct sh_mobile_meram_fb_cache *cache = data; sh_mobile_meram_cache_update() local
268 meram_set_next_addr(struct sh_mobile_meram_priv *priv, struct sh_mobile_meram_fb_cache *cache, unsigned long base_addr_y, unsigned long base_addr_c) meram_set_next_addr() argument
296 meram_get_next_icb_addr(struct sh_mobile_meram_info *pdata, struct sh_mobile_meram_fb_cache *cache, unsigned long *icb_addr_y, unsigned long *icb_addr_c) meram_get_next_icb_addr() argument
H A Dsticore.h67 u32 cache : 1; /* map to data cache */ member in struct:region::__anon10649
H A Dffb.c378 int cache = par->fifo_cache; FFBFifo() local
H A Dsh_mobile_lcdcfb.c1110 void *cache; sh_mobile_lcdc_start() local
/linux-4.1.27/fs/nilfs2/
H A Dalloc.c253 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_get_desc_block() local
272 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_get_bitmap_block() local
290 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_get_entry_block() local
769 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_clear_cache() local
760 nilfs_palloc_setup_cache(struct inode *inode, struct nilfs_palloc_cache *cache) nilfs_palloc_setup_cache() argument
/linux-4.1.27/include/net/irda/
H A Dirlmp.h162 CACHE_ENTRY cache; /* Caching last slsap->dlsap->handle mapping */ member in struct:lap_cb
/linux-4.1.27/net/core/
H A Dflow.c43 struct flow_cache *cache; member in struct:flow_flush_info
H A Dskbuff.c205 struct kmem_cache *cache; __alloc_skb() local
384 static void *__alloc_page_frag(struct netdev_alloc_cache __percpu *cache, __alloc_page_frag() argument
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_page.c595 struct cl_client_cache *cache = cli->cl_cache; osc_cache_too_much() local
816 struct cl_client_cache *cache = cli->cl_cache; osc_lru_reclaim() local
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c220 static int kfd_parse_subtype_cache(struct crat_subtype_cache *cache) kfd_parse_subtype_cache() argument
322 struct crat_subtype_cache *cache; kfd_parse_subtype() local
368 struct kfd_cache_properties *cache; kfd_release_topology_device() local
597 struct kfd_cache_properties *cache; kfd_cache_show() local
763 struct kfd_cache_properties *cache; kfd_remove_sysfs_node_entry() local
817 struct kfd_cache_properties *cache; kfd_build_sysfs_node_entry() local
/linux-4.1.27/drivers/dma/
H A Ddmaengine.c982 struct kmem_cache *cache; member in struct:dmaengine_unmap_pool
/linux-4.1.27/arch/mips/include/asm/fw/arc/
H A Dhinv.h110 } cache; member in union:key_u
/linux-4.1.27/include/net/
H A Dnetlabel.h209 struct netlbl_lsm_cache *cache; member in struct:netlbl_lsm_secattr
234 struct netlbl_lsm_cache *cache; netlbl_secattr_cache_alloc() local
250 static inline void netlbl_secattr_cache_free(struct netlbl_lsm_cache *cache) netlbl_secattr_cache_free() argument
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dspu.c125 struct priv1_cache cache; member in struct:spu_pdata
/linux-4.1.27/arch/mips/kernel/
H A Dpm-cps.c201 cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, struct uasm_reloc **pr, const struct cache_desc *cache, unsigned op, int lbl) cps_gen_cache_routine() argument
/linux-4.1.27/fs/btrfs/
H A Dreada.c254 struct btrfs_block_group_cache *cache = NULL; reada_find_zone() local
H A Dfree-space-cache.c3508 int test_add_free_space_entry(struct btrfs_block_group_cache *cache, test_add_free_space_entry() argument
3574 int test_check_exists(struct btrfs_block_group_cache *cache, test_check_exists() argument
H A Drelocation.c207 static void backref_cache_init(struct backref_cache *cache) backref_cache_init() argument
218 static void backref_cache_cleanup(struct backref_cache *cache) backref_cache_cleanup() argument
246 static struct backref_node *alloc_backref_node(struct backref_cache *cache) alloc_backref_node() argument
261 static void free_backref_node(struct backref_cache *cache, free_backref_node() argument
270 static struct backref_edge *alloc_backref_edge(struct backref_cache *cache) alloc_backref_edge() argument
280 static void free_backref_edge(struct backref_cache *cache, free_backref_edge() argument
424 static void remove_backref_node(struct backref_cache *cache, remove_backref_node() argument
462 static void update_backref_node(struct backref_cache *cache, update_backref_node() argument
683 struct backref_cache *cache = &rc->backref_cache; local
1192 struct backref_cache *cache = &rc->backref_cache; clone_backref_node() local
2784 struct backref_cache *cache = &rc->backref_cache; finish_pending_nodes() local
476 update_backref_cache(struct btrfs_trans_handle *trans, struct backref_cache *cache) update_backref_cache() argument
H A Dscrub.c3383 struct btrfs_block_group_cache *cache; scrub_enumerate_chunks() local
H A Dvolumes.c2956 struct btrfs_block_group_cache *cache; chunk_usage_filter() local
H A Dextent-tree.c117 block_group_cache_done(struct btrfs_block_group_cache *cache) block_group_cache_done() argument
124 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits) block_group_bits() argument
129 static void btrfs_get_block_group(struct btrfs_block_group_cache *cache) btrfs_get_block_group() argument
134 void btrfs_put_block_group(struct btrfs_block_group_cache *cache) btrfs_put_block_group() argument
153 struct btrfs_block_group_cache *cache; btrfs_add_block_group_cache() local
192 struct btrfs_block_group_cache *cache, *ret = NULL; block_group_cache_tree_search() local
314 get_caching_control(struct btrfs_block_group_cache *cache) get_caching_control() argument
532 static int cache_block_group(struct btrfs_block_group_cache *cache, cache_block_group() argument
659 struct btrfs_block_group_cache *cache; btrfs_lookup_first_block_group() local
673 struct btrfs_block_group_cache *cache; btrfs_lookup_block_group() local
3359 struct btrfs_block_group_cache *cache, *tmp; btrfs_setup_space_cache() local
3397 struct btrfs_block_group_cache *cache; btrfs_start_dirty_block_groups() local
3557 struct btrfs_block_group_cache *cache; btrfs_write_dirty_block_groups() local
5619 struct btrfs_block_group_cache *cache = NULL; update_block_group() local
5722 struct btrfs_block_group_cache *cache; first_logical_byte() local
5770 struct btrfs_block_group_cache *cache; btrfs_pin_extent() local
5787 struct btrfs_block_group_cache *cache; btrfs_pin_extent_for_log_replay() local
5907 static int btrfs_update_reserved_bytes(struct btrfs_block_group_cache *cache, btrfs_update_reserved_bytes() argument
5951 struct btrfs_block_group_cache *cache; btrfs_prepare_extent_commit() local
5981 struct btrfs_block_group_cache *cache = NULL; unpin_extent_range() local
6475 struct btrfs_block_group_cache *cache; btrfs_free_tree_block() local
6564 wait_block_group_cache_progress(struct btrfs_block_group_cache *cache, wait_block_group_cache_progress() argument
6580 wait_block_group_cache_done(struct btrfs_block_group_cache *cache) wait_block_group_cache_done() argument
6614 int get_block_group_index(struct btrfs_block_group_cache *cache) get_block_group_index() argument
6645 btrfs_lock_block_group(struct btrfs_block_group_cache *cache, btrfs_lock_block_group() argument
6653 btrfs_grab_block_group(struct btrfs_block_group_cache *cache, btrfs_grab_block_group() argument
6700 btrfs_release_block_group(struct btrfs_block_group_cache *cache, btrfs_release_block_group() argument
7135 struct btrfs_block_group_cache *cache; dump_space_info() local
7213 struct btrfs_block_group_cache *cache; __btrfs_free_reserved_extent() local
8760 static int set_block_group_ro(struct btrfs_block_group_cache *cache, int force) set_block_group_ro() argument
9285 struct btrfs_block_group_cache *cache; btrfs_create_block_group_cache() local
9326 struct btrfs_block_group_cache *cache; btrfs_read_block_groups() local
9538 struct btrfs_block_group_cache *cache; btrfs_make_block_group() local
10086 struct btrfs_block_group_cache *cache = NULL; btrfs_trim_fs() local
241 free_excluded_extents(struct btrfs_root *root, struct btrfs_block_group_cache *cache) free_excluded_extents() argument
255 exclude_super_stripes(struct btrfs_root *root, struct btrfs_block_group_cache *cache) exclude_super_stripes() argument
3160 write_one_cache_group(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_block_group_cache *cache) write_one_cache_group() argument
3188 next_block_group(struct btrfs_root *root, struct btrfs_block_group_cache *cache) next_block_group() argument
5742 pin_down_extent(struct btrfs_root *root, struct btrfs_block_group_cache *cache, u64 bytenr, u64 num_bytes, int reserved) pin_down_extent() argument
8805 btrfs_set_block_group_ro(struct btrfs_root *root, struct btrfs_block_group_cache *cache) btrfs_set_block_group_ro() argument
8928 btrfs_set_block_group_rw(struct btrfs_root *root, struct btrfs_block_group_cache *cache) btrfs_set_block_group_rw() argument
9247 __link_block_group(struct btrfs_space_info *space_info, struct btrfs_block_group_cache *cache) __link_block_group() argument
H A Dinode.c2778 struct btrfs_block_group_cache *cache; btrfs_release_delalloc_bytes() local
/linux-4.1.27/fs/ecryptfs/
H A Dmain.c663 struct kmem_cache **cache; member in struct:ecryptfs_cache_info
/linux-4.1.27/net/bluetooth/
H A Dhci_debugfs.c390 struct discovery_state *cache = &hdev->discovery; inquiry_cache_show() local
H A Dhci_core.c1053 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_flush() local
1068 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup() local
1084 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup_unknown() local
1101 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup_resolve() local
1119 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_update_resolve() local
1138 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_update() local
1199 struct discovery_state *cache = &hdev->discovery; inquiry_cache_dump() local
/linux-4.1.27/net/rds/
H A Dib_recv.c87 static void rds_ib_cache_xfer_to_ready(struct rds_ib_refill_cache *cache) rds_ib_cache_xfer_to_ready() argument
100 static int rds_ib_recv_alloc_cache(struct rds_ib_refill_cache *cache) rds_ib_recv_alloc_cache() argument
134 static void rds_ib_cache_splice_all_lists(struct rds_ib_refill_cache *cache, rds_ib_cache_splice_all_lists() argument
460 static struct list_head *rds_ib_recv_cache_get(struct rds_ib_refill_cache *cache) rds_ib_recv_cache_get() argument
420 rds_ib_recv_cache_put(struct list_head *new_item, struct rds_ib_refill_cache *cache) rds_ib_recv_cache_put() argument
/linux-4.1.27/net/sunrpc/
H A Dauth.c399 rpcauth_clear_credcache(struct rpc_cred_cache *cache) rpcauth_clear_credcache() argument
433 struct rpc_cred_cache *cache = auth->au_credcache; rpcauth_destroy_credcache() local
549 struct rpc_cred_cache *cache = auth->au_credcache; rpcauth_lookup_credcache() local
/linux-4.1.27/sound/aoa/codecs/
H A Donyx.c50 u8 cache[16]; member in struct:onyx
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1197 u8 cache; tulip_mwi_config() local
H A Dde4x5.c837 } cache; member in struct:de4x5_private
/linux-4.1.27/drivers/scsi/
H A Dgdth_ioctl.h60 } __attribute__((packed)) cache; /* cache service cmd. str. */ member in union:__anon8915::__anon8916
/linux-4.1.27/drivers/gpio/
H A Dgpio-mcp23s08.c70 u16 cache[11]; member in struct:mcp23s08
/linux-4.1.27/drivers/infiniband/hw/mlx5/
H A Dmr.c72 struct mlx5_mr_cache *cache = &dev->cache; order2idx() local
84 struct mlx5_mr_cache *cache = &dev->cache; reg_mr_callback() local
136 struct mlx5_mr_cache *cache = &dev->cache; add_keys() local
190 struct mlx5_mr_cache *cache = &dev->cache; remove_keys() local
343 static int someone_adding(struct mlx5_mr_cache *cache) someone_adding() argument
358 struct mlx5_mr_cache *cache = &dev->cache; __cache_work_func() local
413 struct mlx5_mr_cache *cache = &dev->cache; alloc_cached_mr() local
457 struct mlx5_mr_cache *cache = &dev->cache; free_cached_mr() local
481 struct mlx5_mr_cache *cache = &dev->cache; clean_keys() local
508 struct mlx5_mr_cache *cache = &dev->cache; mlx5_mr_cache_debugfs_init() local
567 struct mlx5_mr_cache *cache = &dev->cache; mlx5_mr_cache_init() local
H A Dmlx5_ib.h433 struct mlx5_mr_cache cache; member in struct:mlx5_ib_dev
/linux-4.1.27/drivers/block/
H A Dps3vram.c83 struct ps3vram_cache cache; member in struct:ps3vram_priv
317 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_evict() local
339 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_load() local
359 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_flush() local
373 struct ps3vram_cache *cache = &priv->cache; ps3vram_cache_match() local
/linux-4.1.27/drivers/acpi/apei/
H A Dghes.c528 struct ghes_estatus_cache *cache; ghes_estatus_cached() local
558 struct ghes_estatus_cache *cache; ghes_estatus_cache_alloc() local
582 static void ghes_estatus_cache_free(struct ghes_estatus_cache *cache) ghes_estatus_cache_free() argument
594 struct ghes_estatus_cache *cache; ghes_estatus_cache_rcu_free() local
606 struct ghes_estatus_cache *cache, *slot_cache = NULL, *new_cache; ghes_estatus_cache_add() local
/linux-4.1.27/drivers/power/
H A Dbq27x00_battery.c113 struct bq27x00_reg_cache cache; member in struct:bq27x00_device_info
473 struct bq27x00_reg_cache cache = {0, }; bq27x00_update() local
/linux-4.1.27/arch/powerpc/perf/
H A Dpower8-pmu.c287 unsigned int unit, pmc, cache, ebb; power8_get_constraint() local
405 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; power8_compute_mmcr() local
/linux-4.1.27/arch/mips/kvm/
H A Demulate.c1579 int32_t offset, cache, op_inst, op, base; kvm_mips_emulate_cache() local
/linux-4.1.27/arch/blackfin/kernel/
H A Dsetup.c1272 char *cpu, *mmu, *fpu, *vendor, *cache; show_cpuinfo() local
/linux-4.1.27/fs/ext4/
H A Dxattr.c1722 void ext4_xattr_destroy_cache(struct mb_cache *cache) ext4_xattr_destroy_cache() argument
/linux-4.1.27/sound/pci/emu10k1/
H A Demumixer.c603 unsigned int val, cache; snd_emu1010_adc_pads_put() local
651 unsigned int val, cache; snd_emu1010_dac_pads_put() local
/linux-4.1.27/drivers/irqchip/
H A Dirq-gic-v3-its.c840 u64 cache = GITS_BASER_WaWb; its_alloc_tables() local
/linux-4.1.27/drivers/md/bcache/
H A Dbcache.h395 struct cache { struct
501 struct cache *cache[MAX_CACHES_PER_SET]; member in struct:cache_set
/linux-4.1.27/drivers/hwmon/
H A Dapplesmc.c142 struct applesmc_entry *cache; /* cached key entries */ member in struct:applesmc_registers
342 struct applesmc_entry *cache = &smcreg.cache[index]; applesmc_get_entry_by_index() local
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c233 struct __cache cache; member in union:qlcnic_dump_entry::__anon7208
/linux-4.1.27/drivers/memstick/core/
H A Dms_block.h188 unsigned char *cache; member in struct:msb_data
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dkv_dpm.c287 u32 cache = 0; kv_program_pt_config_registers() local
H A Dci_dpm.c570 u32 cache = 0; ci_program_pt_config_registers() local
/linux-4.1.27/drivers/acpi/
H A Dosl.c1744 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache) acpi_os_create_cache() argument
1765 acpi_status acpi_os_purge_cache(acpi_cache_t * cache) acpi_os_purge_cache() argument
1784 acpi_status acpi_os_delete_cache(acpi_cache_t * cache) acpi_os_delete_cache() argument
1804 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) acpi_os_release_object() argument
/linux-4.1.27/fs/nfs/
H A Ddir.c2105 struct nfs_access_entry *cache; nfs_access_free_list() local
2119 struct nfs_access_entry *cache; nfs_do_access_cache_scan() local
2243 struct nfs_access_entry *cache; nfs_access_get_cached() local
2281 struct nfs_access_entry *cache; nfs_access_get_cached_rcu() local
2342 struct nfs_access_entry *cache = kmalloc(sizeof(*cache), GFP_KERNEL); nfs_access_add_cache() local
2389 struct nfs_access_entry cache; nfs_do_access() local
H A Dnfs4proc.c2044 struct nfs_access_entry cache; nfs4_opendata_access() local
/linux-4.1.27/arch/ia64/kernel/
H A Dunwind.c116 struct unw_script cache[UNW_CACHE_SIZE]; member in struct:__anon1738
128 } cache; member in struct:__anon1738::__anon1739
/linux-4.1.27/arch/arm/kvm/
H A Dmmu.c125 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, mmu_topup_memory_cache() argument
833 static pud_t *stage2_get_pud(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, stage2_get_pud() argument
851 static pmd_t *stage2_get_pmd(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, stage2_get_pmd() argument
900 static int stage2_set_pte(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, stage2_set_pte() argument
970 struct kvm_mmu_memory_cache cache = { 0, }; kvm_phys_addr_ioremap() local
869 stage2_set_pmd_huge(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, phys_addr_t addr, const pmd_t *new_pmd) stage2_set_pmd_huge() argument
/linux-4.1.27/fs/afs/
H A Dinternal.h200 struct fscache_cookie *cache; /* caching cookie */ member in struct:afs_cell
256 struct fscache_cookie *cache; /* caching cookie */ member in struct:afs_vlocation
309 struct fscache_cookie *cache; /* caching cookie */ member in struct:afs_volume
341 struct fscache_cookie *cache; /* caching cookie */ member in struct:afs_vnode
/linux-4.1.27/net/ipv4/
H A Dipmr.c700 static void ipmr_update_thresholds(struct mr_table *mrt, struct mfc_cache *cache, ipmr_update_thresholds() argument
1962 struct mfc_cache *cache; ip_mr_input() local
2203 struct mfc_cache *cache; ipmr_get_route() local
2537 struct list_head *cache; member in struct:ipmr_mfc_iter
1814 ip_mr_forward(struct net *net, struct mr_table *mrt, struct sk_buff *skb, struct mfc_cache *cache, int local) ip_mr_forward() argument
H A Dtcp_input.c1630 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) tcp_sack_cache_ok() argument
1644 struct tcp_sack_block *cache; tcp_sacktag_write_queue() local
/linux-4.1.27/net/ipv6/
H A Dip6mr.c347 struct list_head *cache; member in struct:ipmr_mfc_iter
910 static void ip6mr_update_thresholds(struct mr6_table *mrt, struct mfc6_cache *cache, ip6mr_update_thresholds() argument
2184 struct mfc6_cache *cache; ip6_mr_input() local
2288 struct mfc6_cache *cache; ip6mr_get_route() local
2088 ip6_mr_forward(struct net *net, struct mr6_table *mrt, struct sk_buff *skb, struct mfc6_cache *cache) ip6_mr_forward() argument
/linux-4.1.27/kernel/
H A Dkprobes.c102 struct kprobe_insn_cache *cache; member in struct:kprobe_insn_page
/linux-4.1.27/mm/
H A Dvmalloc.c485 struct vmap_area *cache; __free_vmap_area() local
H A Dslab.c233 struct array_cache cache; member in struct:arraycache_init
440 static inline void *index_to_obj(struct kmem_cache *cache, struct page *page, index_to_obj() argument
452 static inline unsigned int obj_to_index(const struct kmem_cache *cache, obj_to_index() argument
2371 static int drain_freelist(struct kmem_cache *cache, drain_freelist() argument
2591 static void slab_map_pages(struct kmem_cache *cache, struct page *page, slab_map_pages() argument
2699 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) verify_redzone_free() argument
3011 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) fallback_alloc() argument
3211 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) __do_cache_alloc() argument
/linux-4.1.27/drivers/s390/block/
H A Ddasd_eckd.h256 unsigned char cache:1; member in struct:dasd_eckd_characteristics::__anon8400
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h460 u16 cache[CARL9170_HWRNG_CACHE_SIZE / sizeof(u16)]; member in struct:ar9170::__anon7706
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1031 u16 *cache = phy->phy_cache; t3_get_edc_fw() local
/linux-4.1.27/arch/mips/include/asm/
H A Dsgiarcs.h51 system, processor, cache, adapter, controller, peripheral, memory enumerator in enum:linux_devclass
/linux-4.1.27/drivers/md/
H A Ddm-cache-target.c178 struct cache { struct
304 struct cache *cache; member in struct:per_bio_data
311 struct cache *cache; member in struct:dm_cache_migration
341 static void wake_worker(struct cache *cache) wake_worker() argument
348 static struct dm_bio_prison_cell *alloc_prison_cell(struct cache *cache) alloc_prison_cell() argument
354 static void free_prison_cell(struct cache *cache, struct dm_bio_prison_cell *cell) free_prison_cell() argument
359 static struct dm_cache_migration *alloc_migration(struct cache *cache) alloc_migration() argument
380 static int prealloc_data_structs(struct cache *cache, struct prealloc *p) prealloc_data_structs() argument
403 static void prealloc_free_structs(struct cache *cache, struct prealloc *p) prealloc_free_structs() argument
479 static int bio_detain_range(struct cache *cache, dm_oblock_t oblock_begin, dm_oblock_t oblock_end, bio_detain_range() argument
495 static int bio_detain(struct cache *cache, dm_oblock_t oblock, bio_detain() argument
505 static int get_cell(struct cache *cache, get_cell() argument
526 static bool is_dirty(struct cache *cache, dm_cblock_t b) is_dirty() argument
531 static void set_dirty(struct cache *cache, dm_oblock_t oblock, dm_cblock_t cblock) set_dirty() argument
539 static void clear_dirty(struct cache *cache, dm_oblock_t oblock, dm_cblock_t cblock) clear_dirty() argument
550 static bool block_size_is_power_of_two(struct cache *cache) block_size_is_power_of_two() argument
566 static dm_block_t oblocks_per_dblock(struct cache *cache) oblocks_per_dblock() argument
578 static dm_dblock_t oblock_to_dblock(struct cache *cache, dm_oblock_t oblock) oblock_to_dblock() argument
584 static dm_oblock_t dblock_to_oblock(struct cache *cache, dm_dblock_t dblock) dblock_to_oblock() argument
589 static void set_discard(struct cache *cache, dm_dblock_t b) set_discard() argument
601 static void clear_discard(struct cache *cache, dm_dblock_t b) clear_discard() argument
610 static bool is_discarded(struct cache *cache, dm_dblock_t b) is_discarded() argument
622 static bool is_discarded_oblock(struct cache *cache, dm_oblock_t b) is_discarded_oblock() argument
637 static void load_stats(struct cache *cache) load_stats() argument
648 static void save_stats(struct cache *cache) save_stats() argument
685 static size_t get_per_bio_data_size(struct cache *cache) get_per_bio_data_size() argument
711 static void remap_to_origin(struct cache *cache, struct bio *bio) remap_to_origin() argument
716 static void remap_to_cache(struct cache *cache, struct bio *bio, remap_to_cache() argument
733 static void check_if_tick_bio_needed(struct cache *cache, struct bio *bio) check_if_tick_bio_needed() argument
748 static void remap_to_origin_clear_discard(struct cache *cache, struct bio *bio, remap_to_origin_clear_discard() argument
757 static void remap_to_cache_dirty(struct cache *cache, struct bio *bio, remap_to_cache_dirty() argument
768 static dm_oblock_t get_bio_block(struct cache *cache, struct bio *bio) get_bio_block() argument
780 static int bio_triggers_commit(struct cache *cache, struct bio *bio) bio_triggers_commit() argument
789 static void inc_ds(struct cache *cache, struct bio *bio, inc_ds() argument
801 static void issue(struct cache *cache, struct bio *bio) issue() argument
820 static void inc_and_issue(struct cache *cache, struct bio *bio, struct dm_bio_prison_cell *cell) inc_and_issue() argument
826 static void defer_writethrough_bio(struct cache *cache, struct bio *bio) defer_writethrough_bio() argument
865 static void remap_to_origin_then_cache(struct cache *cache, struct bio *bio, remap_to_origin_then_cache() argument
884 static void inc_io_migrations(struct cache *cache) inc_io_migrations() argument
889 static void dec_io_migrations(struct cache *cache) dec_io_migrations() argument
894 static void __cell_defer(struct cache *cache, struct dm_bio_prison_cell *cell, __cell_defer() argument
902 static void cell_defer(struct cache *cache, struct dm_bio_prison_cell *cell, cell_defer() argument
922 struct cache *cache = mg->cache; migration_failure() local
948 struct cache *cache = mg->cache; migration_success_pre_commit() local
984 struct cache *cache = mg->cache; migration_success_post_commit() local
1026 struct cache *cache = mg->cache; copy_complete() local
1042 struct cache *cache = mg->cache; issue_copy() local
1071 struct cache *cache = mg->cache; overwrite_endio() local
1105 static bool bio_writes_complete_block(struct cache *cache, struct bio *bio) bio_writes_complete_block() argument
1117 static void calc_discard_block_range(struct cache *cache, struct bio *bio, calc_discard_block_range() argument
1150 struct cache *cache = mg->cache; issue_copy_or_discard() local
1183 static void process_migrations(struct cache *cache, struct list_head *head, process_migrations() argument
1207 struct cache *cache = mg->cache; queue_quiesced_migration() local
1216 static void queue_quiesced_migrations(struct cache *cache, struct list_head *work) queue_quiesced_migrations() argument
1229 static void check_for_quiesced_migrations(struct cache *cache, check_for_quiesced_migrations() argument
1250 static void promote(struct cache *cache, struct prealloc *structs, promote() argument
1274 static void writeback(struct cache *cache, struct prealloc *structs, writeback() argument
1298 static void demote_then_promote(struct cache *cache, struct prealloc *structs, demote_then_promote() argument
1329 static void invalidate(struct cache *cache, struct prealloc *structs, invalidate() argument
1353 static void discard(struct cache *cache, struct prealloc *structs, discard() argument
1376 static void defer_bio(struct cache *cache, struct bio *bio) defer_bio() argument
1387 static void process_flush_bio(struct cache *cache, struct bio *bio) process_flush_bio() argument
1406 static void process_discard_bio(struct cache *cache, struct prealloc *structs, process_discard_bio() argument
1429 static bool spare_migration_bandwidth(struct cache *cache) spare_migration_bandwidth() argument
1436 static void inc_hit_counter(struct cache *cache, struct bio *bio) inc_hit_counter() argument
1442 static void inc_miss_counter(struct cache *cache, struct bio *bio) inc_miss_counter() argument
1452 struct cache *cache; member in struct:old_oblock_lock
1474 static void process_bio(struct cache *cache, struct prealloc *structs, process_bio() argument
1579 static int need_commit_due_to_time(struct cache *cache) need_commit_due_to_time() argument
1585 static int commit_if_needed(struct cache *cache) commit_if_needed() argument
1600 static void process_deferred_bios(struct cache *cache) process_deferred_bios() argument
1641 static void process_deferred_flush_bios(struct cache *cache, bool submit_bios) process_deferred_flush_bios() argument
1661 static void process_deferred_writethrough_bios(struct cache *cache) process_deferred_writethrough_bios() argument
1681 static void writeback_some_dirty_blocks(struct cache *cache) writeback_some_dirty_blocks() argument
1716 static void process_invalidation_request(struct cache *cache, struct invalidation_request *req) process_invalidation_request() argument
1749 static void process_invalidation_requests(struct cache *cache) process_invalidation_requests() argument
1766 static bool is_quiescing(struct cache *cache) is_quiescing() argument
1771 static void ack_quiescing(struct cache *cache) ack_quiescing() argument
1779 static void wait_for_quiescing_ack(struct cache *cache) wait_for_quiescing_ack() argument
1784 static void start_quiescing(struct cache *cache) start_quiescing() argument
1790 static void stop_quiescing(struct cache *cache) stop_quiescing() argument
1796 static void wait_for_migrations(struct cache *cache) wait_for_migrations() argument
1801 static void stop_worker(struct cache *cache) stop_worker() argument
1807 static void requeue_deferred_io(struct cache *cache) requeue_deferred_io() argument
1820 static int more_work(struct cache *cache) more_work() argument
1838 struct cache *cache = container_of(ws, struct cache, worker); do_worker() local
1876 struct cache *cache = container_of(to_delayed_work(ws), struct cache, waker); do_waker() local
1892 struct cache *cache = container_of(cb, struct cache, callbacks); cache_is_congested() local
1906 static void destroy(struct cache *cache) destroy() argument
1955 struct cache *cache = ti->private; cache_dtr() local
2245 static int process_config_option(struct cache *cache, const char *key, const char *value) process_config_option() argument
2260 static int set_config_value(struct cache *cache, const char *key, const char *value) set_config_value() argument
2273 static int set_config_values(struct cache *cache, int argc, const char **argv) set_config_values() argument
2294 static int create_cache_policy(struct cache *cache, struct cache_args *ca, create_cache_policy() argument
2336 static void set_cache_size(struct cache *cache, dm_cblock_t size) set_cache_size() argument
2355 struct cache *cache; cache_create() local
2546 static int copy_ctr_args(struct cache *cache, int argc, const char **argv) copy_ctr_args() argument
2574 struct cache *cache = NULL; cache_ctr() local
2604 static int __cache_map(struct cache *cache, struct bio *bio, struct dm_bio_prison_cell **cell) __cache_map() argument
2724 struct cache *cache = ti->private; cache_map() local
2737 struct cache *cache = ti->private; cache_end_io() local
2755 static int write_dirty_bitset(struct cache *cache) write_dirty_bitset() argument
2769 static int write_discard_bitset(struct cache *cache) write_discard_bitset() argument
2793 static bool sync_metadata(struct cache *cache) sync_metadata() argument
2825 struct cache *cache = ti->private; cache_postsuspend() local
2840 struct cache *cache = context; load_mapping() local
2861 struct cache *cache; member in struct:discard_load_info
2871 static void discard_load_info_init(struct cache *cache, discard_load_info_init() argument
2938 static dm_cblock_t get_cache_dev_size(struct cache *cache) get_cache_dev_size() argument
2945 static bool can_resize(struct cache *cache, dm_cblock_t new_size) can_resize() argument
2965 static int resize_cache_dev(struct cache *cache, dm_cblock_t new_size) resize_cache_dev() argument
2983 struct cache *cache = ti->private; cache_preresume() local
3042 struct cache *cache = ti->private; cache_resume() local
3068 struct cache *cache = ti->private; cache_status() local
3161 static int parse_cblock_range(struct cache *cache, const char *str, parse_cblock_range() argument
3198 static int validate_cblock_range(struct cache *cache, struct cblock_range *range) validate_cblock_range() argument
3222 static int request_invalidation(struct cache *cache, struct cblock_range *range) request_invalidation() argument
3241 static int process_invalidate_cblocks_message(struct cache *cache, unsigned count, process_invalidate_cblocks_message() argument
3283 struct cache *cache = ti->private; cache_message() local
3301 struct cache *cache = ti->private; cache_iterate_devices() local
3320 struct cache *cache = ti->private; cache_bvec_merge() local
3330 static void set_discard_limits(struct cache *cache, struct queue_limits *limits) set_discard_limits() argument
3342 struct cache *cache = ti->private; cache_io_hints() local
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00.h818 void *cache; member in union:rt2x00_dev::csr
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h497 } cache; member in struct:matrox_fb_info
/linux-4.1.27/include/linux/mlx5/
H A Ddriver.h191 struct cache_ent *cache; member in struct:mlx5_cmd_msg
264 struct cmd_msg_cache cache; member in struct:mlx5_cmd
/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c643 struct scatterlist cache[ASYNC_SCATTERLIST_CACHE]; member in struct:hifn_cipher_walk
/linux-4.1.27/arch/x86/kvm/
H A Dmmu.c659 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, mmu_topup_memory_cache() argument
675 static int mmu_memory_cache_free_objects(struct kvm_mmu_memory_cache *cache) mmu_memory_cache_free_objects() argument
687 static int mmu_topup_memory_cache_page(struct kvm_mmu_memory_cache *cache, mmu_topup_memory_cache_page() argument
1032 struct kvm_mmu_memory_cache *cache; rmap_can_add() local
680 mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc, struct kmem_cache *cache) mmu_free_memory_cache() argument
/linux-4.1.27/sound/pci/rme9652/
H A Dhdsp.c718 const u32 *cache; snd_hdsp_load_firmware_from_cache() local

Completed in 5850 milliseconds