Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 130 of 130) sorted by relevance

/linux-4.4.14/fs/lockd/
Dmon.c316 struct nsm_handle *cached, *new = NULL; in nsm_get_handle() local
332 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle()
335 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle()
337 if (cached != NULL) { in nsm_get_handle()
338 atomic_inc(&cached->sm_count); in nsm_get_handle()
342 "cnt %d\n", cached->sm_name, in nsm_get_handle()
343 cached->sm_addrbuf, in nsm_get_handle()
344 atomic_read(&cached->sm_count)); in nsm_get_handle()
345 return cached; in nsm_get_handle()
376 struct nsm_handle *cached; in nsm_reboot_lookup() local
[all …]
/linux-4.4.14/drivers/mtd/maps/
Dpxa2xx-flash.c31 unsigned long start = (unsigned long)map->cached + from; in pxa2xx_map_inval_cache()
74 info->map.cached = memremap(info->map.phys, info->map.size, in pxa2xx_flash_probe()
76 if (!info->map.cached) in pxa2xx_flash_probe()
92 if (info->map.cached) in pxa2xx_flash_probe()
93 iounmap(info->map.cached); in pxa2xx_flash_probe()
113 if (info->map.cached) in pxa2xx_flash_remove()
114 memunmap(info->map.cached); in pxa2xx_flash_remove()
/linux-4.4.14/arch/frv/include/asm/
Dhighmem.h77 #define __kmap_atomic_primary(cached, paddr, ampr) \ argument
83 if (!cached) \
124 #define __kunmap_atomic_primary(cached, ampr) \ argument
127 if (cached) \
/linux-4.4.14/fs/proc/
Dmeminfo.c30 long cached; in meminfo_proc_show() local
46 cached = global_page_state(NR_FILE_PAGES) - in meminfo_proc_show()
48 if (cached < 0) in meminfo_proc_show()
49 cached = 0; in meminfo_proc_show()
150 K(cached), in meminfo_proc_show()
/linux-4.4.14/arch/frv/mm/
Dtlb-flush.S50 # kill cached PGE value
55 # kill AMPR-cached TLB values
94 # kill cached PGE value
134 # kill cached PGE value
162 # kill cached PGE value
Dtlb-miss.S128 # SCR0 - base of virtual range covered by cached PGE from last ITLB miss (or 0xffffffff)
149 # see if the cached page table mapping is appropriate
/linux-4.4.14/arch/arm/mach-omap2/
Dsram.c125 int cached = 1; in omap2_map_sram() local
135 cached = 0; in omap2_map_sram()
139 omap_sram_skip, cached); in omap2_map_sram()
/linux-4.4.14/arch/arm/plat-omap/
Dsram.c76 unsigned long skip, int cached) in omap_map_sram() argument
84 omap_sram_base = __arm_ioremap_exec(start, size, cached); in omap_map_sram()
/linux-4.4.14/drivers/staging/android/ion/
Dion_system_heap.c59 bool cached = ion_buffer_cached(buffer); in alloc_buffer_page() local
63 if (!cached) { in alloc_buffer_page()
84 bool cached = ion_buffer_cached(buffer); in free_buffer_page() local
86 if (!cached && !(buffer->private_flags & ION_PRIV_FLAG_SHRINKER_FREE)) { in free_buffer_page()
184 bool cached = ion_buffer_cached(buffer); in ion_system_heap_free() local
193 if (!cached && !(buffer->private_flags & ION_PRIV_FLAG_SHRINKER_FREE)) in ion_system_heap_free()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-iommu-intel-iommu15 The cached hardware capability register value
23 The cached hardware extended capability register
Dsysfs-block-bcache141 Number of btree buckets/nodes that are currently cached in
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c445 static int mv_cesa_ahash_cache_req(struct ahash_request *req, bool *cached) in mv_cesa_ahash_cache_req() argument
458 *cached = true; in mv_cesa_ahash_cache_req()
704 static int mv_cesa_ahash_req_init(struct ahash_request *req, bool *cached) in mv_cesa_ahash_req_init() argument
716 ret = mv_cesa_ahash_cache_req(req, cached); in mv_cesa_ahash_req_init()
720 if (*cached) in mv_cesa_ahash_req_init()
732 bool cached = false; in mv_cesa_ahash_update() local
736 ret = mv_cesa_ahash_req_init(req, &cached); in mv_cesa_ahash_update()
740 if (cached) in mv_cesa_ahash_update()
754 bool cached = false; in mv_cesa_ahash_final() local
761 ret = mv_cesa_ahash_req_init(req, &cached); in mv_cesa_ahash_final()
[all …]
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_agp_backend.c56 int ret, cached = (bo_mem->placement & TTM_PL_FLAG_CACHED); in ttm_agp_bind() local
75 mem->type = (cached) ? AGP_USER_CACHED_MEMORY : AGP_USER_MEMORY; in ttm_agp_bind()
/linux-4.4.14/arch/s390/appldata/
Dappldata_mem.c57 u64 cached; /* size of (used) cache, w/o buffers */ member
105 mem_data->cached = P2K(global_page_state(NR_FILE_PAGES) in appldata_get_mem_data()
/linux-4.4.14/drivers/block/
Dps3vram.c435 unsigned int cached, count; in ps3vram_read() local
456 cached = CACHE_OFFSET + entry * priv->cache.page_size + offset; in ps3vram_read()
460 (unsigned int)from, cached, offset, avail, count); in ps3vram_read()
464 memcpy(buf, priv->xdr_buf + cached, avail); in ps3vram_read()
479 unsigned int cached, count; in ps3vram_write() local
497 cached = CACHE_OFFSET + entry * priv->cache.page_size + offset; in ps3vram_write()
501 cached, offset, avail, count); in ps3vram_write()
505 memcpy(priv->xdr_buf + cached, buf, avail); in ps3vram_write()
/linux-4.4.14/drivers/md/bcache/
Dsysfs.c766 uint16_t q[31], *p, *cached; in SHOW() local
769 cached = p = vmalloc(ca->sb.nbuckets * sizeof(uint16_t)); in SHOW()
792 !cached[n - 1]) in SHOW()
797 while (cached < p + n && in SHOW()
798 *cached == BTREE_PRIO) in SHOW()
799 cached++, n--; in SHOW()
802 sum += INITIAL_PRIO - cached[i]; in SHOW()
808 q[i] = INITIAL_PRIO - cached[n * (i + 1) / in SHOW()
/linux-4.4.14/fs/btrfs/
Dordered-data.h167 struct btrfs_ordered_extent **cached,
170 struct btrfs_ordered_extent **cached,
Dordered-data.c302 struct btrfs_ordered_extent **cached, in btrfs_dec_test_first_ordered_pending() argument
357 if (!ret && cached && entry) { in btrfs_dec_test_first_ordered_pending()
358 *cached = entry; in btrfs_dec_test_first_ordered_pending()
375 struct btrfs_ordered_extent **cached, in btrfs_dec_test_ordered_pending() argument
386 if (cached && *cached) { in btrfs_dec_test_ordered_pending()
387 entry = *cached; in btrfs_dec_test_ordered_pending()
424 if (!ret && cached && entry) { in btrfs_dec_test_ordered_pending()
425 *cached = entry; in btrfs_dec_test_ordered_pending()
Dextent_io.c600 struct extent_state *cached; in __clear_extent_bit() local
632 cached = *cached_state; in __clear_extent_bit()
639 if (cached && extent_state_in_tree(cached) && in __clear_extent_bit()
640 cached->start <= start && cached->end > start) { in __clear_extent_bit()
642 atomic_dec(&cached->refs); in __clear_extent_bit()
643 state = cached; in __clear_extent_bit()
647 free_extent_state(cached); in __clear_extent_bit()
1320 struct extent_state **cached, gfp_t mask) in clear_extent_bit() argument
1323 cached, mask, NULL); in clear_extent_bit()
1442 struct extent_state **cached, gfp_t mask) in unlock_extent_cached() argument
[all …]
Dextent_io.h204 unsigned bits, struct extent_state **cached);
207 struct extent_state **cached, gfp_t mask);
231 struct extent_state **cached, gfp_t mask);
Dextent-tree.c118 return cache->cached == BTRFS_CACHE_FINISHED || in block_group_cache_done()
119 cache->cached == BTRFS_CACHE_ERROR; in block_group_cache_done()
539 block_group->cached = BTRFS_CACHE_FINISHED; in caching_thread()
569 block_group->cached = BTRFS_CACHE_ERROR; in caching_thread()
612 while (cache->cached == BTRFS_CACHE_FAST) { in cache_block_group()
627 if (cache->cached != BTRFS_CACHE_NO) { in cache_block_group()
634 cache->cached = BTRFS_CACHE_FAST; in cache_block_group()
644 cache->cached = BTRFS_CACHE_FINISHED; in cache_block_group()
650 cache->cached = BTRFS_CACHE_NO; in cache_block_group()
652 cache->cached = BTRFS_CACHE_STARTED; in cache_block_group()
[all …]
Dfile.c491 struct extent_state **cached) in btrfs_dirty_pages() argument
506 cached); in btrfs_dirty_pages()
Dioctl.c995 struct extent_state *cached = NULL; in defrag_lookup_extent() local
999 lock_extent_bits(io_tree, start, end, 0, &cached); in defrag_lookup_extent()
1001 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS); in defrag_lookup_extent()
Dctree.h1345 int cached; member
4056 struct extent_state **cached);
Dinode.c2433 struct extent_state *cached = NULL; in relink_extent_backref() local
2485 0, &cached); in relink_extent_backref()
2613 &cached, GFP_NOFS); in relink_extent_backref()
/linux-4.4.14/arch/arm/plat-omap/include/plat/
Dsram.h4 unsigned long skip, int cached);
/linux-4.4.14/arch/unicore32/mm/
Dinit.c63 int shared = 0, cached = 0, slab = 0, i; in show_mem() local
85 cached++; in show_mem()
101 printk(KERN_DEFAULT "%d pages swap cached\n", cached); in show_mem()
/linux-4.4.14/sound/soc/codecs/
Dsigmadsp.c35 bool cached; member
146 ctrl->cached = true; in sigmadsp_ctrl_put()
163 if (!ctrl->cached) { in sigmadsp_ctrl_get()
169 ctrl->cached = true; in sigmadsp_ctrl_get()
685 if (ctrl->cached) in sigmadsp_activate_ctrl()
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm53 FFFFFFFF| | => cached | |
59 DFFFFFFF| | paged to any | Un-cached |
97 The kernel needs access to both cached and uncached flash. Uncached is
109 R_MMU_KSEG = ( ( seg_f, seg ) | // Flash cached
126 R_MMU_KBASE_HI = ( ( base_f, 0x0 ) | // flash/sram/periph cached
129 ( base_c, 0x4 ) | // physical RAM cached area
/linux-4.4.14/tools/perf/Documentation/
Dperf-buildid-cache.txt39 Remove a cached binary which has same build-id of specified file
43 Purge all cached binaries including older caches which have specified
/linux-4.4.14/include/linux/mtd/
Dmap.h215 void *cached; member
454 if (map->cached) in inline_map_copy_from()
455 memcpy(to, (char *)map->cached + from, len); in inline_map_copy_from()
Dnand.h667 int oob_required, int page, int cached, int raw);
/linux-4.4.14/Documentation/networking/
Ddns_resolver.txt76 This is the basic access function. It looks for a cached DNS query and if
78 may then be cached. The key description is constructed as a string of the
126 keyrings for a cached DNS result. If that fails to find one, it upcalls to
Dregulatory.txt148 Bellow is a simple example, with a regulatory domain cached using the stack.
Dip-sysctl.txt107 Time, in seconds, that cached PMTU information is kept.
760 more CIPSO label mappings that can be cached. When the number of
1599 race condition where the sender deletes the cached link-layer address
/linux-4.4.14/fs/afs/
DKconfig28 Say Y here if you want AFS data to be cached locally on disk through
/linux-4.4.14/sound/usb/
Dmixer.h64 int cached; member
Dmixer.c429 if (cval->cached & (1 << channel)) { in snd_usb_get_cur_mix_value()
441 cval->cached |= 1 << channel; in snd_usb_get_cur_mix_value()
528 cval->cached |= 1 << channel; in snd_usb_set_cur_mix_value()
2332 info->cached &= ~(1 << channel); in snd_usb_mixer_interrupt_v2()
2334 info->cached = 0; in snd_usb_mixer_interrupt_v2()
2545 if (cval->cached & (1 << (c + 1))) { in restore_mixer_value()
2555 if (cval->cached) { in restore_mixer_value()
Dmixer_scarlett.c295 if (elem->cached & (1 << i)) in scarlett_ctl_resume()
453 if (elem->cached) in scarlett_ctl_enum_resume()
/linux-4.4.14/sound/pci/asihpi/
Dhpicmn.c188 int cached = 0; in control_cache_alloc_check() local
237 cached++; in control_cache_alloc_check()
246 cached, pC->p_info[info->control_index], in control_cache_alloc_check()
271 pC->init = (u16)cached; in control_cache_alloc_check()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S170 jump _inram ; Jump to cached RAM.
228 add.d 0xf0000000, $r4 ; Add cached flash start in virtual memory.
235 jump _start_it ; Jump to cached code.
/linux-4.4.14/drivers/soc/qcom/
Dsmem.c300 void *cached; in qcom_smem_alloc_private() local
305 cached = phdr_to_first_cached_entry(phdr); in qcom_smem_alloc_private()
323 if ((void *)hdr + alloc_size >= cached) { in qcom_smem_alloc_private()
/linux-4.4.14/Documentation/
Dbcache.txt10 in erase block sized buckets, and it uses a hybrid btree/log to track cached
104 but all the cached data will be invalidated. If there was dirty data in the
164 slower SSDs, many disks being cached by one SSD, or mostly sequential IO. So
248 clean: Part of a cache set, and there is no cached dirty data.
250 dirty: Part of a cache set, and there is cached dirty data.
253 dirty data cached but the cache set was unavailable; whatever data was on the
333 for clean cached data; the unused statistic (in priority_stats) is typically
Dcircular-buffers.txt227 reloading its cached value - which some compilers will do across
Dcachetlb.txt362 incoherent cached copies (i.e. the original page was obtained
Dmemory-barriers.txt1538 cached in any machine registers. Of course, the compiler must also
2594 The way cached memory operations are perceived across the system is affected to
2815 may, in effect, overtake accesses to cached memory that were emitted earlier.
2817 flushed between the cached memory write and the MMIO access if the two are in
/linux-4.4.14/Documentation/hwmon/
Dhtu2143 reports cached information if polled more frequently.
Dadm924059 measurement update rate and will receive cached data from the most
Dw83791d112 User mode code requesting values more often will receive cached values.
Dpc87360167 which case cached values are returned instead). As a consequence, when
Dpmbus-core186 page, since the selected page is cached in the core driver and the core driver
/linux-4.4.14/arch/arm/mm/
Dioremap.c403 __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached) in __arm_ioremap_exec() argument
407 if (cached) in __arm_ioremap_exec()
DKconfig211 The ARM1020 is the 32K cached version of the ARM10 processor,
/linux-4.4.14/Documentation/xtensa/
Datomctl.txt18 doing a Cached (WB) transaction and use the Memory RCW for un-cached
Dmmu.txt11 at 0xD0000000..0xD7FFFFFF [cached]
/linux-4.4.14/Documentation/filesystems/
Dsquashfs.txt185 speed of access (and because it is small) is read at mount time and cached
195 is small) is read at mount time and cached in memory.
209 it is small) is read at mount time and cached in memory.
246 The cache is not used for file datablocks, these are decompressed and cached in
Dcramfs.txt37 the update lasts only as long as the inode is cached in memory, after
Doverlayfs.txt76 is cached in the dentry belonging to the overlay filesystem. If both
108 exist are not re-added). This merged name list is cached in the
D9p.txt79 mmap. Northing else is cached, like cache=none
Dceph.txt126 cached metadata only when a lease or capability ensures it is
Df2fs.txt137 its cached data should be written to the novolatile area.
207 The candidates to be discarded are cached until
246 by free nids and cached nat entries. By default,
Dtmpfs.txt20 pages currently in memory will show up as cached. It will not show up
Dlogfs.txt88 In LogFS, the block pointer changes are cached in the journal by means
Dgfs2-glocks.txt58 | (e.g. checks timeout, and that there is no cached data)
Dvfs.txt303 filesystem to return the number of freeable cached objects it contains.
1089 it should be cached. If it should not be cached, or if the dentry
1090 is not hashed, it is deleted. Otherwise cached dentries are put
Dcoda.txt252 information, for example from the network which implies that cached
1432 information is that Venus will notify the FS Driver that cached
1513 This is issued as a result of an invalidation of cached attributes of
Dramfs-rootfs-initramfs.txt13 Normally all files are cached in memory by Linux. Pages of data read from
Dpath-lookup.txt19 as many cached path component dentries as possible. This significantly
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt37 or even by no objects (it may not be cached).
184 read operations, no matter whether the file is yet cached. If not yet
185 cached, read operations will be immediately rejected with ENODATA until
262 cookie. In the first state, the cached data is expected to persist, and
Dnetfs-api.txt17 (3) Barring the top-level index (one entry per cached netfs), the index
91 (2) To make it easier to discard a subset of all the files cached based around
464 contents cached for a particular page of a particular file if present, or else
483 If the cookie indicates the inode is not cached:
566 If the cookie indicates the inode is not cached then:
709 This takes the netfs cookie that the pages were cached with and the inode that
Dfscache.txt105 cached there.
226 Pages mrk=N Number of pages marked as being cached
Dbackend-api.txt584 (*) Mark pages as being cached:
589 This marks a set of pages as being cached. After this has been called,
Dcachefiles.txt366 data cached therein; nor is it permitted to create new files in the cache.
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c1751 unsigned long cached = 0; in lu_cache_shrink_count() local
1758 cached += ls_stats_read(s->ls_stats, LU_SS_LRU_LEN); in lu_cache_shrink_count()
1762 cached = (cached / 100) * sysctl_vfs_cache_pressure; in lu_cache_shrink_count()
1764 cached, sysctl_vfs_cache_pressure); in lu_cache_shrink_count()
1766 return cached; in lu_cache_shrink_count()
/linux-4.4.14/Documentation/x86/
Dearly-microcode.txt22 The cached microcode patch is applied when CPUs resume from a sleep state.
/linux-4.4.14/drivers/mfd/
D88pm860x-core.c498 static unsigned char cached[3] = {0x0, 0x0, 0x0}; in pm860x_irq_sync_unlock() local
505 mask[i] = cached[i]; in pm860x_irq_sync_unlock()
528 if (mask[i] != cached[i]) { in pm860x_irq_sync_unlock()
529 cached[i] = mask[i]; in pm860x_irq_sync_unlock()
/linux-4.4.14/Documentation/device-mapper/
Dcache.txt78 cached will go only to the cache and the block will be marked dirty in
81 If writethrough is selected then a write to a cached block will not
182 cache dev : fast device holding cached data blocks
206 the origin. If a write goes to a cached origin
Dcache-policies.txt92 that should be cached.
/linux-4.4.14/Documentation/netlabel/
Dlsm_interface.txt45 when a incoming packet matches a cached value not only are the internal
/linux-4.4.14/drivers/acpi/apei/
Dghes.c526 int i, cached = 0; in ghes_estatus_cached() local
545 cached = 1; in ghes_estatus_cached()
549 return cached; in ghes_estatus_cached()
/linux-4.4.14/Documentation/arm/
Dvlocks.txt171 when executing the algorithm in cached memory.
173 packing of the currently_voting array does not work with cached
/linux-4.4.14/Documentation/block/
Ddeadline-iosched.txt68 Front merges may still occur due to the cached last_merge hint, but since
/linux-4.4.14/fs/squashfs/
DKconfig199 int "Number of fragments cached" if SQUASHFS_EMBEDDED
209 Note there must be at least one cached fragment. Anything
/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c200 const struct tx_policy *cached) in tx_policy_is_equal() argument
203 if (wanted->defined > cached->defined) in tx_policy_is_equal()
206 if (memcmp(wanted->raw, cached->raw, count)) in tx_policy_is_equal()
210 if ((wanted->raw[count] & 0x0F) != (cached->raw[count] & 0x0F)) in tx_policy_is_equal()
/linux-4.4.14/Documentation/filesystems/nfs/
Didmapper.txt12 result will be cached using the generic request-key cache. This call should
/linux-4.4.14/drivers/ata/
Dsata_mv.c541 struct mv_cached_regs cached; member
960 pp->cached.fiscfg = readl(port_mmio + FISCFG); in mv_save_cached_regs()
961 pp->cached.ltmode = readl(port_mmio + LTMODE); in mv_save_cached_regs()
962 pp->cached.haltcond = readl(port_mmio + EDMA_HALTCOND); in mv_save_cached_regs()
963 pp->cached.unknown_rsvd = readl(port_mmio + EDMA_UNKNOWN_RSVD); in mv_save_cached_regs()
1496 u32 fiscfg, *old_fiscfg = &pp->cached.fiscfg; in mv_config_fbs()
1497 u32 ltmode, *old_ltmode = &pp->cached.ltmode; in mv_config_fbs()
1498 u32 haltcond, *old_haltcond = &pp->cached.haltcond; in mv_config_fbs()
1550 u32 new, *old = &pp->cached.unknown_rsvd; in mv_bmdma_enable_iie()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c969 ctrl->cached = 1; in uvc_ctrl_populate_cache()
1045 if (!ctrl->cached) { in __uvc_query_v4l2_ctrl()
1170 if (!ctrl->cached) { in uvc_query_v4l2_menu()
1494 if (!ctrl->cached) { in uvc_ctrl_set()
1533 if (!ctrl->cached) { in uvc_ctrl_set()
Duvcvideo.h216 cached:1, member
/linux-4.4.14/arch/avr32/include/asm/
Dio.h302 #define cached(addr) P1SEGADDR(addr) macro
/linux-4.4.14/include/media/
Dv4l2-ctrls.h267 struct v4l2_ctrl_ref *cached; member
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES67 fsync if desired (fsync still flushes all cached write data to the server).
137 cached files. Fix setxattr failure to certain Samba versions. Fix mount
220 Seek to SEEK_END forces check for update of file size for non-cached
222 non-cached file. Fix reconnect to newer Samba servers (or other servers
371 which was cached could cause the file's time stamp to be updated
517 cached write behind data when reopening a file after session abend,
520 reset cached inode file size on readdir for files open for write on
583 inode metadata can be incorrectly kept cached when time near zero)
644 Invalidate local inode cached pages on oplock break and when last file
723 Fix oops on empty file readahead. Fix for file size handling for locally cached files.
DREADME517 all dirty (cached) file data to the server and waits for the
671 LookupCacheEnable If set to one, inode information is kept cached
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt64 system can use that region to store volatile or cached data that
/linux-4.4.14/Documentation/scsi/
DChangeLog.arcmsr74 ** in case of the doorbell interrupt clearance is cached
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-usb122 Binary file containing cached descriptors of the device. The
/linux-4.4.14/arch/arm/include/asm/
Dio.h146 extern void __iomem *__arm_ioremap_exec(phys_addr_t, size_t, bool cached);
/linux-4.4.14/Documentation/sysctl/
Dfs.txt81 The file dquot-max shows the maximum number of cached disk
87 If the number of free cached disk quotas is very low and
Dvm.txt210 Use of this file can cause performance problems. Since it discards cached
793 that benefit from having their data cached, zone_reclaim_mode should be
/linux-4.4.14/Documentation/frv/
Dmmu-layout.txt179 coverage of the cached item is greater.
201 are cached by the TLB handler. The lower mmap space is filled first, and then the upper mmap space
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1744 hdl->cached = NULL; in v4l2_ctrl_handler_free()
1791 if (hdl->cached && hdl->cached->ctrl->id == id) in find_ref()
1792 return hdl->cached; in find_ref()
1800 hdl->cached = ref; /* cache it! */ in find_ref()
/linux-4.4.14/mm/
Dmemcontrol.c1868 struct mem_cgroup *cached; /* this never be root cgroup */ member
1897 if (memcg == stock->cached && stock->nr_pages >= nr_pages) { in consume_stock()
1910 struct mem_cgroup *old = stock->cached; in drain_stock()
1919 stock->cached = NULL; in drain_stock()
1941 if (stock->cached != memcg) { /* reset if necessary */ in refill_stock()
1943 stock->cached = memcg; in refill_stock()
1967 memcg = stock->cached; in drain_all_stock()
/linux-4.4.14/drivers/net/wireless/orinoco/
DKconfig48 on startup. The firmware will remain cached until the
/linux-4.4.14/Documentation/usb/
Dgadget_multi.txt96 things don't work as intended before realising Windows have cached
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S129 jump in_cache ; enter cached area instead
/linux-4.4.14/Documentation/virtual/kvm/
Dlocking.txt120 writable spte might be cached on a CPU's TLB.
Dmmu.txt290 accessing MMIO and cached MMIO information is available.
439 number, it will ignore the cached MMIO information and handle the page
/linux-4.4.14/Documentation/cris/
DREADME162 total: used: free: shared: buffers: cached:
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c2412 int oob_required, int page, int cached, int raw) in nand_write_page() argument
2441 cached = 0; in nand_write_page()
2443 if (!cached || !NAND_HAS_CACHEPROG(chip)) { in nand_write_page()
2586 int cached = writelen > bytes && page != blockmask; in nand_do_write_ops() local
2602 cached = 0; in nand_do_write_ops()
2620 oob_required, page, cached, in nand_do_write_ops()
Datmel_nand.c1965 int oob_required, int page, int cached, int raw) in nfc_sram_write_page() argument
/linux-4.4.14/fs/nfs/
DKconfig179 Say Y here if you want NFS data to be cached locally on disc through
Dnfs4proc.c4635 int cached; member
4667 if (acl->cached == 0) in nfs4_read_cached_acl()
4689 acl->cached = 1; in nfs4_write_cached_acl()
4695 acl->cached = 0; in nfs4_write_cached_acl()
/linux-4.4.14/arch/frv/kernel/
Dhead-mmu-fr451.S275 movgs gr8,iampr1 ; cached kernel memory at 0x00000000
Dsleep.S257 movgs gr5,iampr1 ; cached kernel memory at 0x00000000
/linux-4.4.14/arch/microblaze/
DKconfig239 For example, each cached file will using a multiple of the
/linux-4.4.14/net/ipv4/
Droute.c1401 bool cached = false; in rt_set_nexthop() local
1416 cached = rt_bind_exception(rt, fnhe, daddr); in rt_set_nexthop()
1418 cached = rt_cache_route(nh, rt); in rt_set_nexthop()
1419 if (unlikely(!cached)) { in rt_set_nexthop()
/linux-4.4.14/fs/cifs/
DKconfig209 to be cached locally on disk through the general filesystem cache
/linux-4.4.14/drivers/scsi/
Dgdth.h378 u8 cached; /* flag: caching enabled */ member
/linux-4.4.14/sound/pci/hda/
Dhda_local.h475 unsigned int val, bool cached);
Dhda_codec.c3959 unsigned int val, bool cached) in _snd_hda_set_pin_ctl() argument
3963 if (cached) in _snd_hda_set_pin_ctl()
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt291 Swap: 4087804k total, 0k used, 4087804k free, 945336k cached
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S154 jump _inram ; enter cached ram
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt326 current cached control value. When you create a new control this value is made
331 Whenever a new value is set that new value is automatically cached. This means
/linux-4.4.14/arch/xtensa/
DKconfig230 at 0xd0000000 (cached) and 0xd8000000 (uncached).
/linux-4.4.14/Documentation/security/
Dkeys.txt6 user mappings, and similar to be cached in the kernel for the use of
1397 (2) The new key should probably be cached in one of these rings.
1408 or KEYCTL_REJECT; this also permits the key to be cached in one of the
Dcredentials.txt217 cached on one of these keyrings for future accesses to find.
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre554 Dirty cache grant is a way Lustre ensures that cached successful
/linux-4.4.14/arch/powerpc/
DKconfig544 For example, each cached file will using a multiple of the
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt427 some of the pages cached in the cgroup (page cache pages).
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt764 cached in the driver, and thus changing the widget amp value directly
/linux-4.4.14/init/
DKconfig1731 instead of managing queues of cached objects (SLAB approach).