/linux-4.4.14/drivers/base/regmap/ |
H A D | regcache-flat.c | 22 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 D | regcache.c | 537 u8 *cache = base; regcache_set_val() local 542 u16 *cache = base; regcache_set_val() local 547 u32 *cache = base; regcache_set_val() local 570 const u8 *cache = base; regcache_get_val() local 574 const u16 *cache = base; regcache_get_val() local 578 const u32 *cache = base; regcache_get_val() local
|
H A D | internal.h | 136 void *cache; member in struct:regmap
|
/linux-4.4.14/fs/cachefiles/ |
H A D | security.c | 20 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 D | bind.c | 30 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 D | xattr.c | 306 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache, cachefiles_remove_object_xattr() argument
|
H A D | interface.c | 32 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 D | daemon.c | 89 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 D | namei.c | 99 static void cachefiles_mark_object_buried(struct cachefiles_cache *cache, cachefiles_mark_object_buried() argument 148 static int cachefiles_mark_object_active(struct cachefiles_cache *cache, cachefiles_mark_object_active() argument 267 static int cachefiles_bury_object(struct cachefiles_cache *cache, cachefiles_bury_object() argument 412 int cachefiles_delete_object(struct cachefiles_cache *cache, cachefiles_delete_object() argument 464 struct cachefiles_cache *cache; cachefiles_walk_to_object() local 720 struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache, cachefiles_get_directory() argument 826 static struct dentry *cachefiles_check_active(struct cachefiles_cache *cache, cachefiles_check_active() argument 913 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, cachefiles_cull() argument 973 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, cachefiles_check_in_use() argument
|
H A D | rdwr.c | 395 struct cachefiles_cache *cache; cachefiles_read_or_alloc_page() local 681 struct cachefiles_cache *cache; cachefiles_read_or_alloc_pages() local 795 struct cachefiles_cache *cache; cachefiles_allocate_page() local 833 struct cachefiles_cache *cache; cachefiles_allocate_pages() local 876 struct cachefiles_cache *cache; cachefiles_write_page() local 959 struct cachefiles_cache *cache; cachefiles_uncache_page() local
|
H A D | internal.h | 59 struct fscache_cache cache; /* FS-Cache record */ member in struct:cachefiles_cache 127 static inline void cachefiles_state_changed(struct cachefiles_cache *cache) cachefiles_state_changed() argument 224 static inline void cachefiles_begin_secure(struct cachefiles_cache *cache, cachefiles_begin_secure() argument 230 static inline void cachefiles_end_secure(struct cachefiles_cache *cache, cachefiles_end_secure() argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | fsl_pamu_stash.h | 36 u32 cache; /* cache to stash to: L1,L2,L3 */ member in struct:pamu_stash_attribute
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | sys_m32r.c | 79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) sys_cacheflush() argument
|
/linux-4.4.14/drivers/usb/core/ |
H A D | quirks.c | 247 struct usb_interface_cache *cache; usb_match_any_interface() local
|
/linux-4.4.14/drivers/gpu/drm/shmobile/ |
H A D | shmob_drm_crtc.h | 30 void *cache; member in struct:shmob_drm_crtc
|
H A D | shmob_drm_crtc.c | 384 void *cache; shmob_drm_crtc_mode_set() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | channv50.h | 12 struct nvkm_gpuobj *cache; member in struct:nv50_fifo_chan
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | utcache.c | 70 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 D | uttrack.c | 96 struct acpi_memory_list *cache; acpi_ut_create_list() local
|
H A D | dbexec.c | 262 u32 acpi_db_get_cache_info(struct acpi_memory_list *cache) acpi_db_get_cache_info() argument
|
H A D | acobject.h | 416 struct acpi_object_cache_list cache; member in union:acpi_operand_object
|
/linux-4.4.14/include/acpi/platform/ |
H A D | aclinuxex.h | 99 static inline void *acpi_os_acquire_object(acpi_cache_t * cache) acpi_os_acquire_object() argument
|
/linux-4.4.14/include/linux/ |
H A D | bch.h | 63 int *cache; member in struct:bch_control
|
H A D | kasan.h | 76 static inline void kasan_unpoison_object_data(struct kmem_cache *cache, kasan_unpoison_object_data() argument 78 static inline void kasan_poison_object_data(struct kmem_cache *cache, kasan_poison_object_data() argument
|
H A D | fscache-cache.h | 37 struct fscache_cache *cache; /* cache referred to by this tag */ member in struct:fscache_cache_tag 366 struct fscache_cache *cache; /* cache that supplied this object */ member in struct:fscache_object 420 static inline void fscache_object_destroyed(struct fscache_cache *cache) fscache_object_destroyed() argument
|
H A D | netdevice.h | 264 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); member in struct:header_ops
|
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 71 cache 9, 0($0) variable
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | procinfo.h | 42 struct cpu_cache_fns *cache; member in struct:proc_info_list
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
H A D | txrx.h | 42 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; member in struct:tx_policy_cache
|
H A D | txrx.c | 216 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.4.14/arch/tile/kernel/ |
H A D | tlb.c | 57 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.4.14/arch/cris/arch-v10/kernel/ |
H A D | setup.c | 32 unsigned short cache; member in struct:cpu_info
|
/linux-4.4.14/security/selinux/ss/ |
H A D | sidtab.h | 30 struct sidtab_node *cache[SIDTAB_CACHE_LEN]; member in struct:sidtab
|
/linux-4.4.14/include/rdma/ |
H A D | ib_fmr_pool.h | 64 unsigned cache:1; member in struct:ib_fmr_pool_param
|
H A D | ib_verbs.h | 1593 struct ib_cache cache; member in struct:ib_device
|
/linux-4.4.14/fs/fscache/ |
H A D | cache.c | 99 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 D | cookie.c | 194 struct fscache_cache *cache; fscache_acquire_non_index_cookie() local 278 static int fscache_alloc_object(struct fscache_cache *cache, fscache_alloc_object() argument 355 struct fscache_cache *cache = object->cache; fscache_attach_object() local
|
H A D | operation.c | 481 struct fscache_cache *cache; fscache_put_operation() local 547 struct fscache_cache *cache = fscache_operation_gc() local
|
H A D | object.c | 687 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.4.14/fs/btrfs/tests/ |
H A D | free-space-tests.c | 28 struct btrfs_block_group_cache *cache; init_test_block_group() local 67 static int test_extents(struct btrfs_block_group_cache *cache) test_extents() argument 137 static int test_bitmaps(struct btrfs_block_group_cache *cache) test_bitmaps() argument 207 static int test_bitmaps_and_extents(struct btrfs_block_group_cache *cache) test_bitmaps_and_extents() argument 384 check_num_extents_and_bitmaps(const struct btrfs_block_group_cache *cache, check_num_extents_and_bitmaps() argument 402 static int check_cache_empty(struct btrfs_block_group_cache *cache) check_cache_empty() argument 443 test_steal_space_from_bitmap_to_extent(struct btrfs_block_group_cache *cache) test_steal_space_from_bitmap_to_extent() argument 888 struct btrfs_block_group_cache *cache; btrfs_test_free_space_cache() local
|
/linux-4.4.14/arch/sh/mm/ |
H A D | cache-debugfs.c | 28 struct cache_info *cache; cache_seq_show() local
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | sun3kmap.c | 111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) __ioremap() argument
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | cachepart.c | 58 static int get_thread_cache_size(unsigned int cache, int thread_id) get_thread_cache_size() argument
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | mmu_context.h | 87 unsigned long mc = MMU_NO_CONTEXT, cache; get_mmu_context() local
|
/linux-4.4.14/lib/ |
H A D | test_kasan.c | 281 struct kmem_cache *cache = kmem_cache_create("test_cache", kmem_cache_oob() local
|
H A D | lru_cache.c | 99 struct lru_cache *lc_create(const char *name, struct kmem_cache *cache, lc_create() argument
|
/linux-4.4.14/mm/kasan/ |
H A D | report.c | 128 struct kmem_cache *cache = page->slab_cache; print_address_description() local
|
H A D | kasan.c | 324 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) kasan_unpoison_object_data() argument 329 void kasan_poison_object_data(struct kmem_cache *cache, void *object) kasan_poison_object_data() argument 336 void kasan_slab_alloc(struct kmem_cache *cache, void *object) kasan_slab_alloc() argument 341 void kasan_slab_free(struct kmem_cache *cache, void *object) kasan_slab_free() argument 353 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) kasan_kmalloc() argument
|
/linux-4.4.14/fs/squashfs/ |
H A D | cache.c | 188 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 D | squashfs_fs_sb.h | 51 struct squashfs_cache *cache; member in struct:squashfs_cache_entry
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_ecache.h | 16 unsigned long cache; /* bitops want long */ member in struct:nf_conntrack_ecache
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | eeh_cache.c | 108 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) eeh_addr_cache_print() argument
|
H A D | cacheinfo.c | 43 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 D | smp.c | 620 struct device_node *cache; cpu_to_l2cache() local
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | sys_m68k.c | 67 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.4.14/sound/soc/codecs/ |
H A D | wm9705.c | 210 u16 *cache = codec->reg_cache; ac97_read() local 231 u16 *cache = codec->reg_cache; ac97_write() local 313 u16 *cache = codec->reg_cache; wm9705_soc_resume() local
|
H A D | stac9766.c | 146 u16 *cache = codec->reg_cache; stac9766_ac97_write() local 166 u16 val = 0, *cache = codec->reg_cache; stac9766_ac97_read() local
|
H A D | wm9712.c | 492 u16 *cache = codec->reg_cache; ac97_read() local 512 u16 *cache = codec->reg_cache; ac97_write() local 623 u16 *cache = codec->reg_cache; wm9712_soc_resume() local
|
H A D | uda1380.c | 66 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 D | wm_hubs.c | 156 struct wm_hubs_dcs_cache *cache; wm_hubs_dcs_cache_get() local 179 struct wm_hubs_dcs_cache *cache; wm_hubs_dcs_cache_set() local 248 struct wm_hubs_dcs_cache *cache; enable_dc_servo() local
|
H A D | sigmadsp.c | 36 uint8_t cache[]; member in struct:sigmadsp_control
|
H A D | wm9713.c | 681 u16 *cache = codec->reg_cache; ac97_read() local 702 u16 *cache = codec->reg_cache; ac97_write() local 1177 u16 *cache = codec->reg_cache; wm9713_soc_resume() local
|
H A D | tlv320dac33.c | 177 u8 *cache = codec->reg_cache; dac33_read_reg_cache() local 187 u8 *cache = codec->reg_cache; dac33_write_reg_cache() local
|
H A D | wm_adsp.c | 244 void *cache; member in struct:wm_coeff_ctl
|
/linux-4.4.14/tools/perf/util/ |
H A D | ordered-events.c | 92 struct list_head *cache = &oe->cache; alloc_event() local
|
H A D | ordered-events.h | 34 struct list_head cache; member in struct:ordered_events
|
H A D | dso.c | 562 struct dso_cache *cache; dso_cache__free() local 577 struct dso_cache *cache; dso_cache__find() local 603 struct dso_cache *cache; dso_cache__insert() local 632 dso_cache__memcpy(struct dso_cache *cache, u64 offset, dso_cache__memcpy() argument 646 struct dso_cache *cache; dso_cache__read() local 703 struct dso_cache *cache; dso_cache_read() local
|
H A D | dso.h | 174 struct rb_root cache; member in struct:dso::__anon15704
|
/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
H A D | fld_cache.c | 66 struct fld_cache *cache; fld_cache_init() local 99 void fld_cache_fini(struct fld_cache *cache) fld_cache_fini() argument 124 void fld_cache_entry_delete(struct fld_cache *cache, fld_cache_entry_delete() argument 136 static void fld_fix_new_list(struct fld_cache *cache) fld_fix_new_list() argument 200 static inline void fld_cache_entry_add(struct fld_cache *cache, fld_cache_entry_add() argument 215 static int fld_cache_shrink(struct fld_cache *cache) fld_cache_shrink() argument 246 void fld_cache_flush(struct fld_cache *cache) fld_cache_flush() argument 259 static void fld_cache_punch_hole(struct fld_cache *cache, fld_cache_punch_hole() argument 298 static void fld_cache_overlap_handle(struct fld_cache *cache, fld_cache_overlap_handle() argument 380 int fld_cache_insert_nolock(struct fld_cache *cache, fld_cache_insert_nolock() argument 428 int fld_cache_insert(struct fld_cache *cache, fld_cache_insert() argument 447 void fld_cache_delete_nolock(struct fld_cache *cache, fld_cache_delete_nolock() argument 470 void fld_cache_delete(struct fld_cache *cache, fld_cache_delete() argument 479 *fld_cache_entry_lookup_nolock(struct fld_cache *cache, fld_cache_entry_lookup_nolock() argument 503 *fld_cache_entry_lookup(struct fld_cache *cache, struct lu_seq_range *range) fld_cache_entry_lookup() argument 516 int fld_cache_lookup(struct fld_cache *cache, fld_cache_lookup() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | xattr_cache.c | 76 static int ll_xattr_cache_find(struct list_head *cache, ll_xattr_cache_find() argument 106 static int ll_xattr_cache_add(struct list_head *cache, ll_xattr_cache_add() argument 157 static int ll_xattr_cache_del(struct list_head *cache, ll_xattr_cache_del() argument 186 static int ll_xattr_cache_list(struct list_head *cache, ll_xattr_cache_list() argument
|
H A D | lproc_llite.c | 367 struct cl_client_cache *cache = &sbi->ll_cache; ll_max_cached_mb_seq_show() local 394 struct cl_client_cache *cache = &sbi->ll_cache; ll_max_cached_mb_seq_write() local
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | qsfp.c | 304 u8 *cache = &cp->cache[0]; refresh_qsfp_cache() local 475 u8 *cache = &ppd->qsfp_info.cache[0]; qsfp_dump() local
|
H A D | qsfp.h | 201 u8 cache[QSFP_MAX_NUM_PAGES*128]; member in struct:qsfp_data
|
H A D | chip.c | 6880 static void vl_arb_get_cache(struct vl_arb_cache *cache, vl_arb_get_cache() argument 6886 static void vl_arb_set_cache(struct vl_arb_cache *cache, vl_arb_set_cache() argument 6892 static int vl_arb_match_cache(struct vl_arb_cache *cache, vl_arb_match_cache() argument
|
/linux-4.4.14/drivers/macintosh/ |
H A D | windfarm_smu_sat.c | 41 u8 cache[16]; member in struct:wf_sat
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
H A D | oid_mgt.c | 424 void *cache, *_data = data; mgt_set_request() local 524 void *cache, *_res = NULL; mgt_get_request() local
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | cs_internal.h | 47 unsigned char cache[0]; member in struct:cis_cache_entry
|
/linux-4.4.14/fs/fat/ |
H A D | cache.c | 40 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.4.14/fs/lockd/ |
H A D | host.c | 512 static struct nlm_host *next_host_state(struct hlist_head *cache, next_host_state() argument
|
/linux-4.4.14/fs/ |
H A D | mbcache.c | 193 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.4.14/fs/ncpfs/ |
H A D | ncplib_kernel.h | 209 union ncp_dir_cache *cache; member in struct:ncp_cache_control
|
H A D | dir.c | 424 union ncp_dir_cache *cache = NULL; ncp_readdir() local
|
/linux-4.4.14/fs/9p/ |
H A D | v9fs.h | 103 unsigned int cache; member in struct:v9fs_session_info
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | cache.c | 70 struct cacheinfo *cache; show_cacheinfo() local
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.h | 63 void *cache; member in struct:sh_mobile_lcdc_chan
|
H A D | sh_mobile_meram.c | 133 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 D | sticore.h | 67 u32 cache : 1; /* map to data cache */ member in struct:region::__anon11243
|
H A D | ffb.c | 378 int cache = par->fifo_cache; FFBFifo() local
|
H A D | sh_mobile_lcdcfb.c | 1110 void *cache; sh_mobile_lcdc_start() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_qsfp.h | 179 struct qib_qsfp_cache cache; member in struct:qib_qsfp_data
|
H A D | qib.h | 521 struct cache { struct in struct:xmit_wait
|
/linux-4.4.14/drivers/iommu/ |
H A D | shmobile-iommu.c | 56 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.4.14/drivers/mfd/ |
H A D | htc-i2cpld.c | 261 u8 cache; htcpld_chip_get() local
|
/linux-4.4.14/arch/x86/mm/ |
H A D | init.c | 745 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) update_cache_mode_entry() argument
|
H A D | init_64.c | 325 __init_extra_mapping(unsigned long phys, unsigned long size, enum page_cache_mode cache) __init_extra_mapping() argument
|
H A D | pat.c | 158 enum page_cache_mode cache; pat_get_cache_mode() local 185 enum page_cache_mode cache; pat_init_cache_modes() local
|
H A D | pageattr.c | 148 unsigned long cache = (unsigned long)arg; __cpa_flush_all() local 160 static void cpa_flush_all(unsigned long cache) cpa_flush_all() argument 177 static void cpa_flush_range(unsigned long start, int numpages, int cache) cpa_flush_range() argument 207 static void cpa_flush_array(unsigned long *start, int numpages, int cache, cpa_flush_array() argument 1371 int ret, cache, checkalias; change_page_attr_set_clr() local
|
/linux-4.4.14/net/core/ |
H A D | flow.c | 43 struct flow_cache *cache; member in struct:flow_flush_info
|
H A D | skbuff.c | 205 struct kmem_cache *cache; __alloc_skb() local
|
/linux-4.4.14/fs/overlayfs/ |
H A D | readdir.c | 51 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 D | super.c | 52 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.4.14/include/net/irda/ |
H A D | irlmp.h | 162 CACHE_ENTRY cache; /* Caching last slsap->dlsap->handle mapping */ member in struct:lap_cb
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
H A D | osc_page.c | 596 struct cl_client_cache *cache = cli->cl_cache; osc_cache_too_much() local 818 struct cl_client_cache *cache = cli->cl_cache; osc_lru_reclaim() local
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | cache.c | 771 struct ib_pkey_cache *cache; ib_get_cached_pkey() local 798 struct ib_pkey_cache *cache; ib_find_cached_pkey() local 839 struct ib_pkey_cache *cache; ib_find_exact_cached_pkey() local
|
/linux-4.4.14/drivers/dma/ |
H A D | dmaengine.c | 1003 struct kmem_cache *cache; member in struct:dmaengine_unmap_pool
|
/linux-4.4.14/fs/nilfs2/ |
H A D | alloc.c | 273 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_get_desc_block() local 292 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_get_bitmap_block() local 308 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_delete_bitmap_block() local 326 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_get_entry_block() local 341 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_delete_entry_block() local 859 struct nilfs_palloc_cache *cache = NILFS_MDT(inode)->mi_palloc_cache; nilfs_palloc_clear_cache() local 850 nilfs_palloc_setup_cache(struct inode *inode, struct nilfs_palloc_cache *cache) nilfs_palloc_setup_cache() argument
|
/linux-4.4.14/net/bluetooth/ |
H A D | hci_debugfs.c | 390 struct discovery_state *cache = &hdev->discovery; inquiry_cache_show() local
|
H A D | hci_core.c | 1116 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_flush() local 1131 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup() local 1147 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup_unknown() local 1164 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_lookup_resolve() local 1182 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_update_resolve() local 1201 struct discovery_state *cache = &hdev->discovery; hci_inquiry_cache_update() local 1262 struct discovery_state *cache = &hdev->discovery; inquiry_cache_dump() local
|
/linux-4.4.14/net/sunrpc/ |
H A D | auth.c | 399 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.4.14/sound/aoa/codecs/ |
H A D | onyx.c | 50 u8 cache[16]; member in struct:onyx
|
/linux-4.4.14/fs/btrfs/ |
H A D | reada.c | 254 struct btrfs_block_group_cache *cache = NULL; reada_find_zone() local
|
H A D | free-space-cache.c | 3322 void btrfs_get_block_group_trimming(struct btrfs_block_group_cache *cache) btrfs_get_block_group_trimming() argument 3562 int test_add_free_space_entry(struct btrfs_block_group_cache *cache, test_add_free_space_entry() argument 3630 int test_check_exists(struct btrfs_block_group_cache *cache, test_check_exists() argument
|
H A D | relocation.c | 207 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 2788 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 D | scrub.c | 3503 struct btrfs_block_group_cache *cache; scrub_enumerate_chunks() local 3432 scrub_chunk(struct scrub_ctx *sctx, struct btrfs_device *scrub_dev, u64 chunk_offset, u64 length, u64 dev_offset, struct btrfs_block_group_cache *cache, int is_dev_replace) scrub_chunk() argument
|
H A D | volumes.c | 3129 struct btrfs_block_group_cache *cache; chunk_usage_range_filter() local 3162 struct btrfs_block_group_cache *cache; chunk_usage_filter() local
|
H A D | extent-tree.c | 115 block_group_cache_done(struct btrfs_block_group_cache *cache) block_group_cache_done() argument 122 static int block_group_bits(struct btrfs_block_group_cache *cache, u64 bits) block_group_bits() argument 127 void btrfs_get_block_group(struct btrfs_block_group_cache *cache) btrfs_get_block_group() argument 132 void btrfs_put_block_group(struct btrfs_block_group_cache *cache) btrfs_put_block_group() argument 151 struct btrfs_block_group_cache *cache; btrfs_add_block_group_cache() local 190 struct btrfs_block_group_cache *cache, *ret = NULL; block_group_cache_tree_search() local 312 get_caching_control(struct btrfs_block_group_cache *cache) get_caching_control() argument 578 static int cache_block_group(struct btrfs_block_group_cache *cache, cache_block_group() argument 721 struct btrfs_block_group_cache *cache; btrfs_lookup_first_block_group() local 735 struct btrfs_block_group_cache *cache; btrfs_lookup_block_group() local 3476 struct btrfs_block_group_cache *cache, *tmp; btrfs_setup_space_cache() local 3514 struct btrfs_block_group_cache *cache; btrfs_start_dirty_block_groups() local 3674 struct btrfs_block_group_cache *cache; btrfs_write_dirty_block_groups() local 5851 struct btrfs_block_group_cache *cache = NULL; update_block_group() local 5957 struct btrfs_block_group_cache *cache; first_logical_byte() local 6005 struct btrfs_block_group_cache *cache; btrfs_pin_extent() local 6022 struct btrfs_block_group_cache *cache; btrfs_pin_extent_for_log_replay() local 6142 static int btrfs_update_reserved_bytes(struct btrfs_block_group_cache *cache, btrfs_update_reserved_bytes() argument 6186 struct btrfs_block_group_cache *cache; btrfs_prepare_extent_commit() local 6244 struct btrfs_block_group_cache *cache = NULL; unpin_extent_range() local 6773 struct btrfs_block_group_cache *cache; btrfs_free_tree_block() local 6862 wait_block_group_cache_progress(struct btrfs_block_group_cache *cache, wait_block_group_cache_progress() argument 6878 wait_block_group_cache_done(struct btrfs_block_group_cache *cache) wait_block_group_cache_done() argument 6912 int get_block_group_index(struct btrfs_block_group_cache *cache) get_block_group_index() argument 6943 btrfs_lock_block_group(struct btrfs_block_group_cache *cache, btrfs_lock_block_group() argument 6951 btrfs_grab_block_group(struct btrfs_block_group_cache *cache, btrfs_grab_block_group() argument 6998 btrfs_release_block_group(struct btrfs_block_group_cache *cache, btrfs_release_block_group() argument 7501 struct btrfs_block_group_cache *cache; dump_space_info() local 7579 struct btrfs_block_group_cache *cache; __btrfs_free_reserved_extent() local 9115 static int inc_block_group_ro(struct btrfs_block_group_cache *cache, int force) inc_block_group_ro() argument 9640 struct btrfs_block_group_cache *cache; btrfs_create_block_group_cache() local 9681 struct btrfs_block_group_cache *cache; btrfs_read_block_groups() local 9896 struct btrfs_block_group_cache *cache; btrfs_make_block_group() local 10640 struct btrfs_block_group_cache *cache = NULL; btrfs_trim_fs() local 239 free_excluded_extents(struct btrfs_root *root, struct btrfs_block_group_cache *cache) free_excluded_extents() argument 253 exclude_super_stripes(struct btrfs_root *root, struct btrfs_block_group_cache *cache) exclude_super_stripes() argument 3258 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 3286 next_block_group(struct btrfs_root *root, struct btrfs_block_group_cache *cache) next_block_group() argument 5977 pin_down_extent(struct btrfs_root *root, struct btrfs_block_group_cache *cache, u64 bytenr, u64 num_bytes, int reserved) pin_down_extent() argument 9160 btrfs_inc_block_group_ro(struct btrfs_root *root, struct btrfs_block_group_cache *cache) btrfs_inc_block_group_ro() argument 9281 btrfs_dec_block_group_ro(struct btrfs_root *root, struct btrfs_block_group_cache *cache) btrfs_dec_block_group_ro() argument 9602 __link_block_group(struct btrfs_space_info *space_info, struct btrfs_block_group_cache *cache) __link_block_group() argument
|
H A D | inode.c | 2799 struct btrfs_block_group_cache *cache; btrfs_release_delalloc_bytes() local
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | main.c | 663 struct kmem_cache **cache; member in struct:ecryptfs_cache_info
|
/linux-4.4.14/include/net/ |
H A D | netlabel.h | 209 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.4.14/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 125 struct priv1_cache cache; member in struct:spu_pdata
|
/linux-4.4.14/arch/mips/include/asm/fw/arc/ |
H A D | hinv.h | 110 } cache; member in union:key_u
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | pm-cps.c | 201 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.4.14/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_topology.c | 220 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.4.14/net/rds/ |
H A D | ib_recv.c | 87 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 504 static struct list_head *rds_ib_recv_cache_get(struct rds_ib_refill_cache *cache) rds_ib_recv_cache_get() argument 464 rds_ib_recv_cache_put(struct list_head *new_item, struct rds_ib_refill_cache *cache) rds_ib_recv_cache_put() argument
|
/linux-4.4.14/drivers/scsi/ |
H A D | gdth_ioctl.h | 60 } __attribute__((packed)) cache; /* cache service cmd. str. */ member in union:__anon9444::__anon9445
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 72 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 425 struct mlx5_mr_cache *cache = &dev->cache; alloc_cached_mr() local 466 struct mlx5_mr_cache *cache = &dev->cache; free_cached_mr() local 490 struct mlx5_mr_cache *cache = &dev->cache; clean_keys() local 517 struct mlx5_mr_cache *cache = &dev->cache; mlx5_mr_cache_debugfs_init() local 576 struct mlx5_mr_cache *cache = &dev->cache; mlx5_mr_cache_init() local
|
H A D | mlx5_ib.h | 423 struct mlx5_mr_cache cache; member in struct:mlx5_ib_dev
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | tulip_core.c | 1196 u8 cache; tulip_mwi_config() local
|
H A D | de4x5.c | 837 } cache; member in struct:de4x5_private
|
/linux-4.4.14/drivers/power/ |
H A D | bq27xxx_battery.c | 132 struct bq27xxx_reg_cache cache; member in struct:bq27xxx_device_info 715 struct bq27xxx_reg_cache cache = {0, }; bq27xxx_battery_update() local
|
/linux-4.4.14/drivers/crypto/marvell/ |
H A D | hash.c | 800 mv_cesa_ahash_export(struct ahash_request *req, void *hash, u64 *len, void *cache) mv_cesa_ahash_export() argument 819 mv_cesa_ahash_import(struct ahash_request *req, const void *hash, u64 len, const void *cache) mv_cesa_ahash_import() argument
|
H A D | cesa.h | 612 u8 *cache; member in struct:mv_cesa_ahash_req
|
/linux-4.4.14/drivers/acpi/apei/ |
H A D | ghes.c | 528 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.4.14/drivers/block/ |
H A D | ps3vram.c | 83 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.4.14/fs/ext4/ |
H A D | xattr.c | 1721 void ext4_xattr_destroy_cache(struct mb_cache *cache) ext4_xattr_destroy_cache() argument
|
/linux-4.4.14/arch/powerpc/perf/ |
H A D | power8-pmu.c | 287 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.4.14/arch/mips/kvm/ |
H A D | emulate.c | 1579 int32_t offset, cache, op_inst, op, base; kvm_mips_emulate_cache() local
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | setup.c | 1272 char *cpu, *mmu, *fpu, *vendor, *cache; show_cpuinfo() local
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-mcp23s08.c | 70 u16 cache[11]; member in struct:mcp23s08
|
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | emumixer.c | 603 unsigned int val, cache; snd_emu1010_adc_pads_put() local 651 unsigned int val, cache; snd_emu1010_dac_pads_put() local
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 818 u64 cache; its_alloc_tables() local
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | bcache.h | 380 struct cache { struct 484 struct cache *cache[MAX_CACHES_PER_SET]; member in struct:cache_set
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_dma.c | 1688 bool cache = false; scif_rma_copy() local
|
/linux-4.4.14/drivers/hwmon/ |
H A D | applesmc.c | 142 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.4.14/drivers/gpu/drm/radeon/ |
H A D | kv_dpm.c | 287 u32 cache = 0; kv_program_pt_config_registers() local
|
H A D | ci_dpm.c | 570 u32 cache = 0; ci_program_pt_config_registers() local
|
/linux-4.4.14/drivers/memstick/core/ |
H A D | ms_block.h | 188 unsigned char *cache; member in struct:msb_data
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_minidump.c | 233 struct __cache cache; member in union:qlcnic_dump_entry::__anon7658
|
/linux-4.4.14/drivers/acpi/ |
H A D | osl.c | 1742 acpi_os_create_cache(char *name, u16 size, u16 depth, acpi_cache_t ** cache) acpi_os_create_cache() argument 1763 acpi_status acpi_os_purge_cache(acpi_cache_t * cache) acpi_os_purge_cache() argument 1782 acpi_status acpi_os_delete_cache(acpi_cache_t * cache) acpi_os_delete_cache() argument 1802 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) acpi_os_release_object() argument
|
/linux-4.4.14/fs/nfs/ |
H A D | dir.c | 2091 struct nfs_access_entry *cache; nfs_access_free_list() local 2105 struct nfs_access_entry *cache; nfs_do_access_cache_scan() local 2229 struct nfs_access_entry *cache; nfs_access_get_cached() local 2267 struct nfs_access_entry *cache; nfs_access_get_cached_rcu() local 2328 struct nfs_access_entry *cache = kmalloc(sizeof(*cache), GFP_KERNEL); nfs_access_add_cache() local 2375 struct nfs_access_entry cache; nfs_do_access() local
|
H A D | nfs4proc.c | 2164 struct nfs_access_entry cache; nfs4_opendata_access() local
|
/linux-4.4.14/mm/ |
H A D | vmalloc.c | 487 struct vmap_area *cache; __free_vmap_area() local
|
H A D | slab.c | 233 struct array_cache cache; member in struct:arraycache_init 441 static inline void *index_to_obj(struct kmem_cache *cache, struct page *page, index_to_obj() argument 453 static inline unsigned int obj_to_index(const struct kmem_cache *cache, obj_to_index() argument 2362 static int drain_freelist(struct kmem_cache *cache, drain_freelist() argument 2582 static void slab_map_pages(struct kmem_cache *cache, struct page *page, slab_map_pages() argument 2690 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) verify_redzone_free() argument 3002 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) fallback_alloc() argument 3202 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) __do_cache_alloc() argument
|
/linux-4.4.14/fs/afs/ |
H A D | internal.h | 200 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.4.14/kernel/ |
H A D | kprobes.c | 102 struct kprobe_insn_cache *cache; member in struct:kprobe_insn_page
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | unwind.c | 116 struct unw_script cache[UNW_CACHE_SIZE]; member in struct:__anon1731 128 } cache; member in struct:__anon1731::__anon1732
|
/linux-4.4.14/arch/arm/kvm/ |
H A D | mmu.c | 125 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.4.14/net/ipv4/ |
H A D | ipmr.c | 691 static void ipmr_update_thresholds(struct mr_table *mrt, struct mfc_cache *cache, ipmr_update_thresholds() argument 1954 struct mfc_cache *cache; ip_mr_input() local 2195 struct mfc_cache *cache; ipmr_get_route() local 2529 struct list_head *cache; member in struct:ipmr_mfc_iter 1806 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 D | tcp_input.c | 1584 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) tcp_sack_cache_ok() argument 1598 struct tcp_sack_block *cache; tcp_sacktag_write_queue() local
|
/linux-4.4.14/net/ipv6/ |
H A D | ip6mr.c | 346 struct list_head *cache; member in struct:ipmr_mfc_iter 905 static void ip6mr_update_thresholds(struct mr6_table *mrt, struct mfc6_cache *cache, ip6mr_update_thresholds() argument 2179 struct mfc6_cache *cache; ip6_mr_input() local 2283 struct mfc6_cache *cache; ip6mr_get_route() local 2083 ip6_mr_forward(struct net *net, struct mr6_table *mrt, struct sk_buff *skb, struct mfc6_cache *cache) ip6_mr_forward() argument
|
/linux-4.4.14/drivers/s390/block/ |
H A D | dasd_eckd.h | 256 unsigned char cache:1; member in struct:dasd_eckd_characteristics::__anon8921
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | carl9170.h | 460 u16 cache[CARL9170_HWRNG_CACHE_SIZE / sizeof(u16)]; member in struct:ar9170::__anon8183
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 1031 u16 *cache = phy->phy_cache; t3_get_edc_fw() local
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | sgiarcs.h | 51 system, processor, cache, adapter, controller, peripheral, memory enumerator in enum:linux_devclass
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | kv_dpm.c | 420 u32 cache = 0; kv_program_pt_config_registers() local
|
H A D | ci_dpm.c | 688 u32 cache = 0; ci_program_pt_config_registers() local
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 472 } cache; member in struct:matrox_fb_info
|
/linux-4.4.14/drivers/md/ |
H A D | dm-cache-target.c | 219 struct cache { struct 349 struct cache *cache; member in struct:per_bio_data 356 struct cache *cache; member in struct:dm_cache_migration 388 static void wake_worker(struct cache *cache) wake_worker() argument 395 static struct dm_bio_prison_cell *alloc_prison_cell(struct cache *cache) alloc_prison_cell() argument 401 static void free_prison_cell(struct cache *cache, struct dm_bio_prison_cell *cell) free_prison_cell() argument 406 static struct dm_cache_migration *alloc_migration(struct cache *cache) alloc_migration() argument 421 struct cache *cache = mg->cache; free_migration() local 429 static int prealloc_data_structs(struct cache *cache, struct prealloc *p) prealloc_data_structs() argument 452 static void prealloc_free_structs(struct cache *cache, struct prealloc *p) prealloc_free_structs() argument 528 static int bio_detain_range(struct cache *cache, dm_oblock_t oblock_begin, dm_oblock_t oblock_end, bio_detain_range() argument 544 static int bio_detain(struct cache *cache, dm_oblock_t oblock, bio_detain() argument 554 static int get_cell(struct cache *cache, get_cell() argument 575 static bool is_dirty(struct cache *cache, dm_cblock_t b) is_dirty() argument 580 static void set_dirty(struct cache *cache, dm_oblock_t oblock, dm_cblock_t cblock) set_dirty() argument 588 static void clear_dirty(struct cache *cache, dm_oblock_t oblock, dm_cblock_t cblock) clear_dirty() argument 599 static bool block_size_is_power_of_two(struct cache *cache) block_size_is_power_of_two() argument 615 static dm_block_t oblocks_per_dblock(struct cache *cache) oblocks_per_dblock() argument 627 static dm_dblock_t oblock_to_dblock(struct cache *cache, dm_oblock_t oblock) oblock_to_dblock() argument 633 static dm_oblock_t dblock_to_oblock(struct cache *cache, dm_dblock_t dblock) dblock_to_oblock() argument 638 static void set_discard(struct cache *cache, dm_dblock_t b) set_discard() argument 650 static void clear_discard(struct cache *cache, dm_dblock_t b) clear_discard() argument 659 static bool is_discarded(struct cache *cache, dm_dblock_t b) is_discarded() argument 671 static bool is_discarded_oblock(struct cache *cache, dm_oblock_t b) is_discarded_oblock() argument 686 static void load_stats(struct cache *cache) load_stats() argument 697 static void save_stats(struct cache *cache) save_stats() argument 737 static size_t get_per_bio_data_size(struct cache *cache) get_per_bio_data_size() argument 764 static void remap_to_origin(struct cache *cache, struct bio *bio) remap_to_origin() argument 769 static void remap_to_cache(struct cache *cache, struct bio *bio, remap_to_cache() argument 786 static void check_if_tick_bio_needed(struct cache *cache, struct bio *bio) check_if_tick_bio_needed() argument 801 static void remap_to_origin_clear_discard(struct cache *cache, struct bio *bio, remap_to_origin_clear_discard() argument 810 static void remap_to_cache_dirty(struct cache *cache, struct bio *bio, remap_to_cache_dirty() argument 821 static dm_oblock_t get_bio_block(struct cache *cache, struct bio *bio) get_bio_block() argument 833 static int bio_triggers_commit(struct cache *cache, struct bio *bio) bio_triggers_commit() argument 842 static void inc_ds(struct cache *cache, struct bio *bio, inc_ds() argument 854 static bool accountable_bio(struct cache *cache, struct bio *bio) accountable_bio() argument 860 static void accounted_begin(struct cache *cache, struct bio *bio) accounted_begin() argument 871 static void accounted_complete(struct cache *cache, struct bio *bio) accounted_complete() argument 879 static void accounted_request(struct cache *cache, struct bio *bio) accounted_request() argument 885 static void issue(struct cache *cache, struct bio *bio) issue() argument 904 static void inc_and_issue(struct cache *cache, struct bio *bio, struct dm_bio_prison_cell *cell) inc_and_issue() argument 910 static void defer_writethrough_bio(struct cache *cache, struct bio *bio) defer_writethrough_bio() argument 949 static void remap_to_origin_then_cache(struct cache *cache, struct bio *bio, remap_to_origin_then_cache() argument 965 static enum cache_metadata_mode get_cache_mode(struct cache *cache) get_cache_mode() argument 970 static const char *cache_device_name(struct cache *cache) cache_device_name() argument 975 static void notify_mode_switch(struct cache *cache, enum cache_metadata_mode mode) notify_mode_switch() argument 988 static void set_cache_mode(struct cache *cache, enum cache_metadata_mode new_mode) set_cache_mode() argument 1028 static void abort_transaction(struct cache *cache) abort_transaction() argument 1047 static void metadata_operation_failed(struct cache *cache, const char *op, int r) metadata_operation_failed() argument 1061 static void inc_io_migrations(struct cache *cache) inc_io_migrations() argument 1066 static void dec_io_migrations(struct cache *cache) dec_io_migrations() argument 1076 static void __cell_defer(struct cache *cache, struct dm_bio_prison_cell *cell) __cell_defer() argument 1088 static void cell_defer(struct cache *cache, struct dm_bio_prison_cell *cell, bool holder) cell_defer() argument 1108 static void cell_error_with_code(struct cache *cache, struct dm_bio_prison_cell *cell, int err) cell_error_with_code() argument 1114 static void cell_requeue(struct cache *cache, struct dm_bio_prison_cell *cell) cell_requeue() argument 1121 struct cache *cache = mg->cache; free_io_migration() local 1130 struct cache *cache = mg->cache; migration_failure() local 1158 struct cache *cache = mg->cache; migration_success_pre_commit() local 1200 struct cache *cache = mg->cache; migration_success_post_commit() local 1243 struct cache *cache = mg->cache; copy_complete() local 1259 struct cache *cache = mg->cache; issue_copy() local 1288 struct cache *cache = mg->cache; overwrite_endio() local 1322 static bool bio_writes_complete_block(struct cache *cache, struct bio *bio) bio_writes_complete_block() argument 1334 static void calc_discard_block_range(struct cache *cache, struct bio *bio, calc_discard_block_range() argument 1352 struct cache *cache = mg->cache; issue_discard() local 1369 struct cache *cache = mg->cache; issue_copy_or_discard() local 1402 static void process_migrations(struct cache *cache, struct list_head *head, process_migrations() argument 1426 struct cache *cache = mg->cache; queue_quiesced_migration() local 1435 static void queue_quiesced_migrations(struct cache *cache, struct list_head *work) queue_quiesced_migrations() argument 1448 static void check_for_quiesced_migrations(struct cache *cache, check_for_quiesced_migrations() argument 1469 static void promote(struct cache *cache, struct prealloc *structs, promote() argument 1493 static void writeback(struct cache *cache, struct prealloc *structs, writeback() argument 1517 static void demote_then_promote(struct cache *cache, struct prealloc *structs, demote_then_promote() argument 1548 static void invalidate(struct cache *cache, struct prealloc *structs, invalidate() argument 1572 static void discard(struct cache *cache, struct prealloc *structs, discard() argument 1595 static void defer_bio(struct cache *cache, struct bio *bio) defer_bio() argument 1606 static void process_flush_bio(struct cache *cache, struct bio *bio) process_flush_bio() argument 1625 static void process_discard_bio(struct cache *cache, struct prealloc *structs, process_discard_bio() argument 1648 static bool spare_migration_bandwidth(struct cache *cache) spare_migration_bandwidth() argument 1655 static void inc_hit_counter(struct cache *cache, struct bio *bio) inc_hit_counter() argument 1661 static void inc_miss_counter(struct cache *cache, struct bio *bio) inc_miss_counter() argument 1670 struct cache *cache; member in struct:inc_detail 1680 struct cache *cache = detail->cache; inc_fn() local 1701 static void remap_cell_to_origin_clear_discard(struct cache *cache, remap_cell_to_origin_clear_discard() argument 1736 static void remap_cell_to_cache_dirty(struct cache *cache, struct dm_bio_prison_cell *cell, remap_cell_to_cache_dirty() argument 1776 struct cache *cache; member in struct:old_oblock_lock 1798 static void process_cell(struct cache *cache, struct prealloc *structs, process_cell() argument 1894 static void process_bio(struct cache *cache, struct prealloc *structs, process_bio() argument 1914 static int need_commit_due_to_time(struct cache *cache) need_commit_due_to_time() argument 1923 static int commit(struct cache *cache, bool clean_shutdown) commit() argument 1938 static int commit_if_needed(struct cache *cache) commit_if_needed() argument 1952 static void process_deferred_bios(struct cache *cache) process_deferred_bios() argument 1996 static void process_deferred_cells(struct cache *cache) process_deferred_cells() argument 2033 static void process_deferred_flush_bios(struct cache *cache, bool submit_bios) process_deferred_flush_bios() argument 2053 static void process_deferred_writethrough_bios(struct cache *cache) process_deferred_writethrough_bios() argument 2073 static void writeback_some_dirty_blocks(struct cache *cache) writeback_some_dirty_blocks() argument 2107 static void process_invalidation_request(struct cache *cache, struct invalidation_request *req) process_invalidation_request() argument 2142 static void process_invalidation_requests(struct cache *cache) process_invalidation_requests() argument 2159 static bool is_quiescing(struct cache *cache) is_quiescing() argument 2164 static void ack_quiescing(struct cache *cache) ack_quiescing() argument 2172 static void wait_for_quiescing_ack(struct cache *cache) wait_for_quiescing_ack() argument 2177 static void start_quiescing(struct cache *cache) start_quiescing() argument 2183 static void stop_quiescing(struct cache *cache) stop_quiescing() argument 2189 static void wait_for_migrations(struct cache *cache) wait_for_migrations() argument 2194 static void stop_worker(struct cache *cache) stop_worker() argument 2200 static void requeue_deferred_cells(struct cache *cache) requeue_deferred_cells() argument 2215 static void requeue_deferred_bios(struct cache *cache) requeue_deferred_bios() argument 2230 static int more_work(struct cache *cache) more_work() argument 2249 struct cache *cache = container_of(ws, struct cache, worker); do_worker() local 2283 struct cache *cache = container_of(to_delayed_work(ws), struct cache, waker); do_waker() local 2299 struct cache *cache = container_of(cb, struct cache, callbacks); cache_is_congested() local 2313 static void destroy(struct cache *cache) destroy() argument 2361 struct cache *cache = ti->private; cache_dtr() local 2651 static int process_config_option(struct cache *cache, const char *key, const char *value) process_config_option() argument 2666 static int set_config_value(struct cache *cache, const char *key, const char *value) set_config_value() argument 2679 static int set_config_values(struct cache *cache, int argc, const char **argv) set_config_values() argument 2700 static int create_cache_policy(struct cache *cache, struct cache_args *ca, create_cache_policy() argument 2742 static void set_cache_size(struct cache *cache, dm_cblock_t size) set_cache_size() argument 2761 struct cache *cache; cache_create() local 2961 static int copy_ctr_args(struct cache *cache, int argc, const char **argv) copy_ctr_args() argument 2989 struct cache *cache = NULL; cache_ctr() local 3023 struct cache *cache = ti->private; cache_map() local 3154 struct cache *cache = ti->private; cache_end_io() local 3173 static int write_dirty_bitset(struct cache *cache) write_dirty_bitset() argument 3192 static int write_discard_bitset(struct cache *cache) write_discard_bitset() argument 3219 static int write_hints(struct cache *cache) write_hints() argument 3238 static bool sync_metadata(struct cache *cache) sync_metadata() argument 3270 struct cache *cache = ti->private; cache_postsuspend() local 3287 struct cache *cache = context; load_mapping() local 3308 struct cache *cache; member in struct:discard_load_info 3318 static void discard_load_info_init(struct cache *cache, discard_load_info_init() argument 3385 static dm_cblock_t get_cache_dev_size(struct cache *cache) get_cache_dev_size() argument 3392 static bool can_resize(struct cache *cache, dm_cblock_t new_size) can_resize() argument 3413 static int resize_cache_dev(struct cache *cache, dm_cblock_t new_size) resize_cache_dev() argument 3432 struct cache *cache = ti->private; cache_preresume() local 3493 struct cache *cache = ti->private; cache_resume() local 3519 struct cache *cache = ti->private; cache_status() local 3630 static int parse_cblock_range(struct cache *cache, const char *str, parse_cblock_range() argument 3667 static int validate_cblock_range(struct cache *cache, struct cblock_range *range) validate_cblock_range() argument 3694 static int request_invalidation(struct cache *cache, struct cblock_range *range) request_invalidation() argument 3713 static int process_invalidate_cblocks_message(struct cache *cache, unsigned count, process_invalidate_cblocks_message() argument 3756 struct cache *cache = ti->private; cache_message() local 3780 struct cache *cache = ti->private; cache_iterate_devices() local 3789 static void set_discard_limits(struct cache *cache, struct queue_limits *limits) set_discard_limits() argument 3801 struct cache *cache = ti->private; cache_io_hints() local
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
H A D | rt2x00.h | 820 void *cache; member in union:rt2x00_dev::csr
|
/linux-4.4.14/include/linux/mlx5/ |
H A D | driver.h | 198 struct cache_ent *cache; member in struct:mlx5_cmd_msg 271 struct cmd_msg_cache cache; member in struct:mlx5_cmd
|
/linux-4.4.14/drivers/crypto/ |
H A D | hifn_795x.c | 641 struct scatterlist cache[ASYNC_SCATTERLIST_CACHE]; member in struct:hifn_cipher_walk
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | mmu.c | 659 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 1059 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
|
H A D | vmx.c | 8870 u8 cache; vmx_get_mt_mask() local
|
/linux-4.4.14/sound/pci/rme9652/ |
H A D | hdsp.c | 718 const u32 *cache; snd_hdsp_load_firmware_from_cache() local
|