Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dmon.c372 struct nsm_handle *cached, *new = NULL; in nsm_get_handle() local
387 cached = nsm_lookup_hostname(hostname, hostname_len); in nsm_get_handle()
389 cached = nsm_lookup_addr(sap); in nsm_get_handle()
391 if (cached != NULL) { in nsm_get_handle()
392 atomic_inc(&cached->sm_count); in nsm_get_handle()
396 "cnt %d\n", cached->sm_name, in nsm_get_handle()
397 cached->sm_addrbuf, in nsm_get_handle()
398 atomic_read(&cached->sm_count)); in nsm_get_handle()
399 return cached; in nsm_get_handle()
428 struct nsm_handle *cached; in nsm_reboot_lookup() local
[all …]
/linux-4.1.27/drivers/mtd/maps/
Dpxa2xx-flash.c31 unsigned long start = (unsigned long)map->cached + from; in pxa2xx_map_inval_cache()
74 info->map.cached = 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 iounmap(info->map.cached); in pxa2xx_flash_remove()
/linux-4.1.27/arch/frv/include/asm/
Dhighmem.h79 #define __kmap_atomic_primary(cached, paddr, ampr) \ argument
85 if (!cached) \
126 #define __kunmap_atomic_primary(cached, ampr) \ argument
129 if (cached) \
/linux-4.1.27/fs/proc/
Dmeminfo.c31 long cached; in meminfo_proc_show() local
47 cached = global_page_state(NR_FILE_PAGES) - in meminfo_proc_show()
49 if (cached < 0) in meminfo_proc_show()
50 cached = 0; in meminfo_proc_show()
153 K(cached), in meminfo_proc_show()
/linux-4.1.27/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.1.27/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.1.27/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
190 if (!cached && !(buffer->private_flags & ION_PRIV_FLAG_SHRINKER_FREE)) in ion_system_heap_free()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/fs/btrfs/
Dordered-data.c309 struct btrfs_ordered_extent **cached, in btrfs_dec_test_first_ordered_pending() argument
361 if (!ret && cached && entry) { in btrfs_dec_test_first_ordered_pending()
362 *cached = entry; in btrfs_dec_test_first_ordered_pending()
379 struct btrfs_ordered_extent **cached, in btrfs_dec_test_ordered_pending() argument
390 if (cached && *cached) { in btrfs_dec_test_ordered_pending()
391 entry = *cached; in btrfs_dec_test_ordered_pending()
425 if (!ret && cached && entry) { in btrfs_dec_test_ordered_pending()
426 *cached = entry; in btrfs_dec_test_ordered_pending()
Dordered-data.h168 struct btrfs_ordered_extent **cached,
171 struct btrfs_ordered_extent **cached,
Dextent_io.c578 struct extent_state *cached; in clear_extent_bit() local
610 cached = *cached_state; in clear_extent_bit()
617 if (cached && extent_state_in_tree(cached) && in clear_extent_bit()
618 cached->start <= start && cached->end > start) { in clear_extent_bit()
620 atomic_dec(&cached->refs); in clear_extent_bit()
621 state = cached; in clear_extent_bit()
625 free_extent_state(cached); in clear_extent_bit()
1374 struct extent_state **cached, gfp_t mask) in unlock_extent_cached() argument
1376 return clear_extent_bit(tree, start, end, EXTENT_LOCKED, 1, 0, cached, in unlock_extent_cached()
1932 unsigned bits, int filled, struct extent_state *cached) in test_range_bit() argument
[all …]
Dextent_io.h191 unsigned bits, struct extent_state **cached);
194 struct extent_state **cached, gfp_t mask);
215 struct extent_state **cached, gfp_t mask);
Dextent-tree.c120 return cache->cached == BTRFS_CACHE_FINISHED || in block_group_cache_done()
121 cache->cached == BTRFS_CACHE_ERROR; in block_group_cache_done()
509 block_group->cached = BTRFS_CACHE_FINISHED; in caching_thread()
523 block_group->cached = BTRFS_CACHE_ERROR; in caching_thread()
566 while (cache->cached == BTRFS_CACHE_FAST) { in cache_block_group()
581 if (cache->cached != BTRFS_CACHE_NO) { in cache_block_group()
588 cache->cached = BTRFS_CACHE_FAST; in cache_block_group()
598 cache->cached = BTRFS_CACHE_FINISHED; in cache_block_group()
604 cache->cached = BTRFS_CACHE_NO; in cache_block_group()
606 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.c994 struct extent_state *cached = NULL; in defrag_lookup_extent() local
998 lock_extent_bits(io_tree, start, end, 0, &cached); in defrag_lookup_extent()
1000 unlock_extent_cached(io_tree, start, end, &cached, GFP_NOFS); in defrag_lookup_extent()
Dctree.h1311 int cached; member
3999 struct extent_state **cached);
Dinode.c2411 struct extent_state *cached = NULL; in relink_extent_backref() local
2463 0, &cached); in relink_extent_backref()
2591 &cached, GFP_NOFS); in relink_extent_backref()
/linux-4.1.27/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.1.27/arch/arm/plat-omap/include/plat/
Dsram.h4 unsigned long skip, int cached);
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.
719 more CIPSO label mappings that can be cached. When the number of
1519 race condition where the sender deletes the cached link-layer address
/linux-4.1.27/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.h668 int oob_required, int page, int cached, int raw);
/linux-4.1.27/fs/afs/
DKconfig28 Say Y here if you want AFS data to be cached locally on disk through
/linux-4.1.27/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()
2326 info->cached &= ~(1 << channel); in snd_usb_mixer_interrupt_v2()
2328 info->cached = 0; in snd_usb_mixer_interrupt_v2()
2539 if (cval->cached & (1 << (c + 1))) { in restore_mixer_value()
2549 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.1.27/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.1.27/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.1.27/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.txt1532 it has currented cached in any machine registers. Of course,
2639 The way cached memory operations are perceived across the system is affected to
2860 may, in effect, overtake accesses to cached memory that were emitted earlier.
2862 flushed between the cached memory write and the MMIO access if the two are in
/linux-4.1.27/Documentation/hwmon/
Dhtu2143 reports cached information if polled more frequently.
Dw83791d112 User mode code requesting values more often will receive cached values.
Dadm924059 measurement update rate and will receive cached data from the most
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.1.27/arch/arm/mm/
Dioremap.c390 __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached) in __arm_ioremap_exec() argument
394 if (cached) in __arm_ioremap_exec()
DKconfig211 The ARM1020 is the 32K cached version of the ARM10 processor,
/linux-4.1.27/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.1.27/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.1.27/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.txt75 is cached in the dentry belonging to the overlay filesystem. If both
107 exist are not re-added). This merged name list is cached in the
Dceph.txt126 cached metadata only when a lease or capability ensures it is
D9p.txt79 mmap. Northing else is cached, like cache=none
Df2fs.txt136 its cached data should be written to the novolatile area.
204 The candidates to be discarded are cached until
243 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.
1082 it should be cached. If it should not be cached, or if the dentry
1083 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.1.27/Documentation/x86/
Dearly-microcode.txt22 The cached microcode patch is applied when CPUs resume from a sleep state.
/linux-4.1.27/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
/linux-4.1.27/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.1.27/Documentation/netlabel/
Dlsm_interface.txt45 when a incoming packet matches a cached value not only are the internal
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c1847 unsigned long cached = 0; in lu_cache_shrink_count() local
1856 cached += stats.lss_total - stats.lss_busy; in lu_cache_shrink_count()
1860 cached = (cached / 100) * sysctl_vfs_cache_pressure; in lu_cache_shrink_count()
1861 CDEBUG(D_INODE, "%ld objects cached\n", cached); in lu_cache_shrink_count()
1862 return cached; in lu_cache_shrink_count()
/linux-4.1.27/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.1.27/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.1.27/Documentation/block/
Ddeadline-iosched.txt68 Front merges may still occur due to the cached last_merge hint, but since
/linux-4.1.27/fs/squashfs/
DKconfig199 int "Number of fragments cached" if SQUASHFS_EMBEDDED
209 Note there must be at least one cached fragment. Anything
/linux-4.1.27/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.1.27/Documentation/filesystems/nfs/
Didmapper.txt12 result will be cached using the generic request-key cache. This call should
/linux-4.1.27/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.1.27/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.1.27/include/media/
Dv4l2-ctrls.h254 struct v4l2_ctrl_ref *cached; member
/linux-4.1.27/arch/avr32/include/asm/
Dio.h300 #define cached(addr) P1SEGADDR(addr) macro
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt64 system can use that region to store volatile or cached data that
/linux-4.1.27/Documentation/scsi/
DChangeLog.arcmsr74 ** in case of the doorbell interrupt clearance is cached
/linux-4.1.27/arch/arm/include/asm/
Dio.h152 extern void __iomem *__arm_ioremap_exec(phys_addr_t, size_t, bool cached);
/linux-4.1.27/Documentation/sysctl/
Dfs.txt79 The file dquot-max shows the maximum number of cached disk
85 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.1.27/Documentation/sound/alsa/
Dhda_codec.txt115 There are variants of cached read/write, snd_hda_codec_write_cache(),
118 these are equivalent with non-cached version.
DHD-Audio.txt764 cached in the driver, and thus changing the widget amp value directly
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb122 Binary file containing cached descriptors of the device. The
/linux-4.1.27/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.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c1757 hdl->cached = NULL; in v4l2_ctrl_handler_free()
1804 if (hdl->cached && hdl->cached->ctrl->id == id) in find_ref()
1805 return hdl->cached; in find_ref()
1813 hdl->cached = ref; /* cache it! */ in find_ref()
/linux-4.1.27/Documentation/virtual/kvm/
Dlocking.txt120 writable spte might be cached on a CPU's TLB.
Dmmu.txt284 accessing MMIO and cached MMIO information is available.
433 number, it will ignore the cached MMIO information and handle the page
/linux-4.1.27/drivers/net/wireless/orinoco/
DKconfig48 on startup. The firmware will remain cached until the
/linux-4.1.27/Documentation/cris/
DREADME162 total: used: free: shared: buffers: cached:
/linux-4.1.27/Documentation/usb/
Dgadget_multi.txt96 things don't work as intended before realising Windows have cached
/linux-4.1.27/arch/cris/boot/rescue/
Dhead_v10.S129 jump in_cache ; enter cached area instead
/linux-4.1.27/mm/
Dmemcontrol.c2056 struct mem_cgroup *cached; /* this never be root cgroup */ member
2085 if (memcg == stock->cached && stock->nr_pages >= nr_pages) { in consume_stock()
2098 struct mem_cgroup *old = stock->cached; in drain_stock()
2107 stock->cached = NULL; in drain_stock()
2129 if (stock->cached != memcg) { /* reset if necessary */ in refill_stock()
2131 stock->cached = memcg; in refill_stock()
2155 memcg = stock->cached; in drain_all_stock()
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c2268 int oob_required, int page, int cached, int raw) in nand_write_page() argument
2296 cached = 0; in nand_write_page()
2298 if (!cached || !NAND_HAS_CACHEPROG(chip)) { in nand_write_page()
2441 int cached = writelen > bytes && page != blockmask; in nand_do_write_ops() local
2457 cached = 0; in nand_do_write_ops()
2475 oob_required, page, cached, in nand_do_write_ops()
Datmel_nand.c1964 int oob_required, int page, int cached, int raw) in nfc_sram_write_page() argument
/linux-4.1.27/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.1.27/fs/nfs/
DKconfig179 Say Y here if you want NFS data to be cached locally on disc through
Dnfs4proc.c4481 int cached; member
4513 if (acl->cached == 0) in nfs4_read_cached_acl()
4535 acl->cached = 1; in nfs4_write_cached_acl()
4541 acl->cached = 0; in nfs4_write_cached_acl()
/linux-4.1.27/arch/microblaze/
DKconfig239 For example, each cached file will using a multiple of the
/linux-4.1.27/net/ipv4/
Droute.c1396 bool cached = false; in rt_set_nexthop() local
1410 cached = rt_bind_exception(rt, fnhe, daddr); in rt_set_nexthop()
1412 cached = rt_cache_route(nh, rt); in rt_set_nexthop()
1413 if (unlikely(!cached)) { in rt_set_nexthop()
/linux-4.1.27/fs/cifs/
DKconfig200 to be cached locally on disk through the general filesystem cache
/linux-4.1.27/drivers/scsi/
Dgdth.h378 u8 cached; /* flag: caching enabled */ member
/linux-4.1.27/sound/pci/hda/
Dhda_local.h475 unsigned int val, bool cached);
Dhda_codec.c4466 unsigned int val, bool cached) in _snd_hda_set_pin_ctl() argument
4470 if (cached) in _snd_hda_set_pin_ctl()
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt291 Swap: 4087804k total, 0k used, 4087804k free, 945336k cached
/linux-4.1.27/arch/xtensa/
DKconfig221 at 0xd0000000 (cached) and 0xd8000000 (uncached).
/linux-4.1.27/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.1.27/arch/cris/arch-v10/kernel/
Dhead.S154 jump _inram ; enter cached ram
/linux-4.1.27/Documentation/security/
Dkeys.txt6 user mappings, and similar to be cached in the kernel for the use of
1388 (2) The new key should probably be cached in one of these rings.
1399 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.1.27/arch/powerpc/
DKconfig541 For example, each cached file will using a multiple of the
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt427 some of the pages cached in the cgroup (page cache pages).
/linux-4.1.27/init/
DKconfig1700 instead of managing queues of cached objects (SLAB approach).