/linux-4.4.14/fs/lockd/ |
D | mon.c | 316 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/ |
D | pxa2xx-flash.c | 31 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/ |
D | highmem.h | 77 #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/ |
D | meminfo.c | 30 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/ |
D | tlb-flush.S | 50 # 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
|
D | tlb-miss.S | 128 # 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/ |
D | sram.c | 125 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/ |
D | sram.c | 76 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/ |
D | ion_system_heap.c | 59 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/ |
D | sysfs-class-iommu-intel-iommu | 15 The cached hardware capability register value 23 The cached hardware extended capability register
|
D | sysfs-block-bcache | 141 Number of btree buckets/nodes that are currently cached in
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 445 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/ |
D | ttm_agp_backend.c | 56 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/ |
D | appldata_mem.c | 57 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/ |
D | ps3vram.c | 435 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/ |
D | sysfs.c | 766 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/ |
D | ordered-data.h | 167 struct btrfs_ordered_extent **cached, 170 struct btrfs_ordered_extent **cached,
|
D | ordered-data.c | 302 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()
|
D | extent_io.c | 600 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 …]
|
D | extent_io.h | 204 unsigned bits, struct extent_state **cached); 207 struct extent_state **cached, gfp_t mask); 231 struct extent_state **cached, gfp_t mask);
|
D | extent-tree.c | 118 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 …]
|
D | file.c | 491 struct extent_state **cached) in btrfs_dirty_pages() argument 506 cached); in btrfs_dirty_pages()
|
D | ioctl.c | 995 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()
|
D | ctree.h | 1345 int cached; member 4056 struct extent_state **cached);
|
D | inode.c | 2433 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/ |
D | sram.h | 4 unsigned long skip, int cached);
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 63 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/ |
D | sigmadsp.c | 35 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/ |
D | README.mm | 53 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/ |
D | perf-buildid-cache.txt | 39 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/ |
D | map.h | 215 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()
|
D | nand.h | 667 int oob_required, int page, int cached, int raw);
|
/linux-4.4.14/Documentation/networking/ |
D | dns_resolver.txt | 76 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
|
D | regulatory.txt | 148 Bellow is a simple example, with a regulatory domain cached using the stack.
|
D | ip-sysctl.txt | 107 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/ |
D | Kconfig | 28 Say Y here if you want AFS data to be cached locally on disk through
|
/linux-4.4.14/sound/usb/ |
D | mixer.h | 64 int cached; member
|
D | mixer.c | 429 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()
|
D | mixer_scarlett.c | 295 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/ |
D | hpicmn.c | 188 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/ |
D | head.S | 170 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/ |
D | smem.c | 300 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/ |
D | bcache.txt | 10 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
|
D | circular-buffers.txt | 227 reloading its cached value - which some compilers will do across
|
D | cachetlb.txt | 362 incoherent cached copies (i.e. the original page was obtained
|
D | memory-barriers.txt | 1538 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/ |
D | htu21 | 43 reports cached information if polled more frequently.
|
D | adm9240 | 59 measurement update rate and will receive cached data from the most
|
D | w83791d | 112 User mode code requesting values more often will receive cached values.
|
D | pc87360 | 167 which case cached values are returned instead). As a consequence, when
|
D | pmbus-core | 186 page, since the selected page is cached in the core driver and the core driver
|
/linux-4.4.14/arch/arm/mm/ |
D | ioremap.c | 403 __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()
|
D | Kconfig | 211 The ARM1020 is the 32K cached version of the ARM10 processor,
|
/linux-4.4.14/Documentation/xtensa/ |
D | atomctl.txt | 18 doing a Cached (WB) transaction and use the Memory RCW for un-cached
|
D | mmu.txt | 11 at 0xD0000000..0xD7FFFFFF [cached]
|
/linux-4.4.14/Documentation/filesystems/ |
D | squashfs.txt | 185 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
|
D | cramfs.txt | 37 the update lasts only as long as the inode is cached in memory, after
|
D | overlayfs.txt | 76 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
|
D | 9p.txt | 79 mmap. Northing else is cached, like cache=none
|
D | ceph.txt | 126 cached metadata only when a lease or capability ensures it is
|
D | f2fs.txt | 137 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,
|
D | tmpfs.txt | 20 pages currently in memory will show up as cached. It will not show up
|
D | logfs.txt | 88 In LogFS, the block pointer changes are cached in the journal by means
|
D | gfs2-glocks.txt | 58 | (e.g. checks timeout, and that there is no cached data)
|
D | vfs.txt | 303 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
|
D | coda.txt | 252 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
|
D | ramfs-rootfs-initramfs.txt | 13 Normally all files are cached in memory by Linux. Pages of data read from
|
D | path-lookup.txt | 19 as many cached path component dentries as possible. This significantly
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 37 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
|
D | netfs-api.txt | 17 (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
|
D | fscache.txt | 105 cached there. 226 Pages mrk=N Number of pages marked as being cached
|
D | backend-api.txt | 584 (*) Mark pages as being cached: 589 This marks a set of pages as being cached. After this has been called,
|
D | cachefiles.txt | 366 data cached therein; nor is it permitted to create new files in the cache.
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 1751 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/ |
D | early-microcode.txt | 22 The cached microcode patch is applied when CPUs resume from a sleep state.
|
/linux-4.4.14/drivers/mfd/ |
D | 88pm860x-core.c | 498 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/ |
D | cache.txt | 78 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
|
D | cache-policies.txt | 92 that should be cached.
|
/linux-4.4.14/Documentation/netlabel/ |
D | lsm_interface.txt | 45 when a incoming packet matches a cached value not only are the internal
|
/linux-4.4.14/drivers/acpi/apei/ |
D | ghes.c | 526 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/ |
D | vlocks.txt | 171 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/ |
D | deadline-iosched.txt | 68 Front merges may still occur due to the cached last_merge hint, but since
|
/linux-4.4.14/fs/squashfs/ |
D | Kconfig | 199 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/ |
D | txrx.c | 200 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/ |
D | idmapper.txt | 12 result will be cached using the generic request-key cache. This call should
|
/linux-4.4.14/drivers/ata/ |
D | sata_mv.c | 541 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/ |
D | uvc_ctrl.c | 969 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()
|
D | uvcvideo.h | 216 cached:1, member
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 302 #define cached(addr) P1SEGADDR(addr) macro
|
/linux-4.4.14/include/media/ |
D | v4l2-ctrls.h | 267 struct v4l2_ctrl_ref *cached; member
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 67 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.
|
D | README | 517 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/ |
D | reserved-memory.txt | 64 system can use that region to store volatile or cached data that
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.arcmsr | 74 ** in case of the doorbell interrupt clearance is cached
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 122 Binary file containing cached descriptors of the device. The
|
/linux-4.4.14/arch/arm/include/asm/ |
D | io.h | 146 extern void __iomem *__arm_ioremap_exec(phys_addr_t, size_t, bool cached);
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 81 The file dquot-max shows the maximum number of cached disk 87 If the number of free cached disk quotas is very low and
|
D | vm.txt | 210 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/ |
D | mmu-layout.txt | 179 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/ |
D | v4l2-ctrls.c | 1744 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/ |
D | memcontrol.c | 1868 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/ |
D | Kconfig | 48 on startup. The firmware will remain cached until the
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_multi.txt | 96 things don't work as intended before realising Windows have cached
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | head_v10.S | 129 jump in_cache ; enter cached area instead
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 120 writable spte might be cached on a CPU's TLB.
|
D | mmu.txt | 290 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/ |
D | README | 162 total: used: free: shared: buffers: cached:
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_base.c | 2412 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()
|
D | atmel_nand.c | 1965 int oob_required, int page, int cached, int raw) in nfc_sram_write_page() argument
|
/linux-4.4.14/fs/nfs/ |
D | Kconfig | 179 Say Y here if you want NFS data to be cached locally on disc through
|
D | nfs4proc.c | 4635 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/ |
D | head-mmu-fr451.S | 275 movgs gr8,iampr1 ; cached kernel memory at 0x00000000
|
D | sleep.S | 257 movgs gr5,iampr1 ; cached kernel memory at 0x00000000
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 239 For example, each cached file will using a multiple of the
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 1401 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/ |
D | Kconfig | 209 to be cached locally on disk through the general filesystem cache
|
/linux-4.4.14/drivers/scsi/ |
D | gdth.h | 378 u8 cached; /* flag: caching enabled */ member
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_local.h | 475 unsigned int val, bool cached);
|
D | hda_codec.c | 3959 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/ |
D | intel_powerclamp.txt | 291 Swap: 4087804k total, 0k used, 4087804k free, 945336k cached
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 154 jump _inram ; enter cached ram
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 326 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/ |
D | Kconfig | 230 at 0xd0000000 (cached) and 0xd8000000 (uncached).
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 6 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
|
D | credentials.txt | 217 cached on one of these keyrings for future accesses to find.
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 554 Dirty cache grant is a way Lustre ensures that cached successful
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 544 For example, each cached file will using a multiple of the
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 427 some of the pages cached in the cgroup (page cache pages).
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 764 cached in the driver, and thus changing the widget amp value directly
|
/linux-4.4.14/init/ |
D | Kconfig | 1731 instead of managing queues of cached objects (SLAB approach).
|