/linux-4.1.27/fs/lockd/ |
D | mon.c | 372 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/ |
D | pxa2xx-flash.c | 31 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/ |
D | highmem.h | 79 #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/ |
D | meminfo.c | 31 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/ |
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.1.27/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.1.27/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 190 if (!cached && !(buffer->private_flags & ION_PRIV_FLAG_SHRINKER_FREE)) in ion_system_heap_free()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/fs/btrfs/ |
D | ordered-data.c | 309 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()
|
D | ordered-data.h | 168 struct btrfs_ordered_extent **cached, 171 struct btrfs_ordered_extent **cached,
|
D | extent_io.c | 578 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 …]
|
D | extent_io.h | 191 unsigned bits, struct extent_state **cached); 194 struct extent_state **cached, gfp_t mask); 215 struct extent_state **cached, gfp_t mask);
|
D | extent-tree.c | 120 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 …]
|
D | file.c | 491 struct extent_state **cached) in btrfs_dirty_pages() argument 506 cached); in btrfs_dirty_pages()
|
D | ioctl.c | 994 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()
|
D | ctree.h | 1311 int cached; member 3999 struct extent_state **cached);
|
D | inode.c | 2411 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/ |
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.1.27/arch/arm/plat-omap/include/plat/ |
D | sram.h | 4 unsigned long skip, int cached);
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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. 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/ |
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 | 668 int oob_required, int page, int cached, int raw);
|
/linux-4.1.27/fs/afs/ |
D | Kconfig | 28 Say Y here if you want AFS data to be cached locally on disk through
|
/linux-4.1.27/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() 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()
|
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.1.27/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.1.27/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.1.27/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 | 1532 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/ |
D | htu21 | 43 reports cached information if polled more frequently.
|
D | w83791d | 112 User mode code requesting values more often will receive cached values.
|
D | adm9240 | 59 measurement update rate and will receive cached data from the most
|
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.1.27/arch/arm/mm/ |
D | ioremap.c | 390 __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()
|
D | Kconfig | 211 The ARM1020 is the 32K cached version of the ARM10 processor,
|
/linux-4.1.27/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.1.27/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.1.27/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 | 75 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
|
D | ceph.txt | 126 cached metadata only when a lease or capability ensures it is
|
D | 9p.txt | 79 mmap. Northing else is cached, like cache=none
|
D | f2fs.txt | 136 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,
|
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. 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
|
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.1.27/Documentation/x86/ |
D | early-microcode.txt | 22 The cached microcode patch is applied when CPUs resume from a sleep state.
|
/linux-4.1.27/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
|
/linux-4.1.27/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.1.27/Documentation/netlabel/ |
D | lsm_interface.txt | 45 when a incoming packet matches a cached value not only are the internal
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 1847 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/ |
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.1.27/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.1.27/Documentation/block/ |
D | deadline-iosched.txt | 68 Front merges may still occur due to the cached last_merge hint, but since
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/filesystems/nfs/ |
D | idmapper.txt | 12 result will be cached using the generic request-key cache. This call should
|
/linux-4.1.27/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.1.27/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.1.27/include/media/ |
D | v4l2-ctrls.h | 254 struct v4l2_ctrl_ref *cached; member
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 300 #define cached(addr) P1SEGADDR(addr) macro
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 64 system can use that region to store volatile or cached data that
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 74 ** in case of the doorbell interrupt clearance is cached
|
/linux-4.1.27/arch/arm/include/asm/ |
D | io.h | 152 extern void __iomem *__arm_ioremap_exec(phys_addr_t, size_t, bool cached);
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 79 The file dquot-max shows the maximum number of cached disk 85 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.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 115 There are variants of cached read/write, snd_hda_codec_write_cache(), 118 these are equivalent with non-cached version.
|
D | HD-Audio.txt | 764 cached in the driver, and thus changing the widget amp value directly
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 122 Binary file containing cached descriptors of the device. The
|
/linux-4.1.27/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.1.27/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1757 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/ |
D | locking.txt | 120 writable spte might be cached on a CPU's TLB.
|
D | mmu.txt | 284 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/ |
D | Kconfig | 48 on startup. The firmware will remain cached until the
|
/linux-4.1.27/Documentation/cris/ |
D | README | 162 total: used: free: shared: buffers: cached:
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_multi.txt | 96 things don't work as intended before realising Windows have cached
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 129 jump in_cache ; enter cached area instead
|
/linux-4.1.27/mm/ |
D | memcontrol.c | 2056 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/ |
D | nand_base.c | 2268 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()
|
D | atmel_nand.c | 1964 int oob_required, int page, int cached, int raw) in nfc_sram_write_page() argument
|
/linux-4.1.27/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.1.27/fs/nfs/ |
D | Kconfig | 179 Say Y here if you want NFS data to be cached locally on disc through
|
D | nfs4proc.c | 4481 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/ |
D | Kconfig | 239 For example, each cached file will using a multiple of the
|
/linux-4.1.27/net/ipv4/ |
D | route.c | 1396 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/ |
D | Kconfig | 200 to be cached locally on disk through the general filesystem cache
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.h | 378 u8 cached; /* flag: caching enabled */ member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_local.h | 475 unsigned int val, bool cached);
|
D | hda_codec.c | 4466 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/ |
D | intel_powerclamp.txt | 291 Swap: 4087804k total, 0k used, 4087804k free, 945336k cached
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 221 at 0xd0000000 (cached) and 0xd8000000 (uncached).
|
/linux-4.1.27/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.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 154 jump _inram ; enter cached ram
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 6 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
|
D | credentials.txt | 217 cached on one of these keyrings for future accesses to find.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 541 For example, each cached file will using a multiple of the
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 427 some of the pages cached in the cgroup (page cache pages).
|
/linux-4.1.27/init/ |
D | Kconfig | 1700 instead of managing queues of cached objects (SLAB approach).
|