Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 83 of 83) sorted by relevance

/linux-4.4.14/fs/fscache/
DKconfig3 tristate "General filesystem local caching manager"
5 This option enables a generic filesystem caching manager that can be
10 See Documentation/filesystems/caching/fscache.txt for more information.
13 bool "Gather statistical information on local caching"
17 caching and exported through file:
27 See Documentation/filesystems/caching/fscache.txt for more information.
30 bool "Gather latency information on local caching"
34 caching and exported through file:
44 See Documentation/filesystems/caching/fscache.txt for more information.
50 This permits debugging to be dynamically enabled in the local caching
[all …]
/linux-4.4.14/fs/cachefiles/
DKconfig3 tristate "Filesystem caching on files"
10 See Documentation/filesystems/caching/cachefiles.txt for more
18 caching on files module. If this is set, the debugging output may be
38 See Documentation/filesystems/caching/cachefiles.txt for more
/linux-4.4.14/drivers/acpi/
Dacpi_memhotplug.c71 unsigned short caching; /* memory cache attribute */ member
97 if ((info->caching == address64.info.mem.caching) && in acpi_memory_get_resource()
110 new->caching = address64.info.mem.caching; in acpi_memory_get_resource()
Dresource.c261 if (addr->info.mem.caching == ACPI_PREFETCHABLE_MEMORY) in acpi_decode_space()
/linux-4.4.14/drivers/xen/
Dxen-acpi-memhotplug.c35 unsigned short caching; /* memory cache attribute */ member
118 if ((info->caching == address64.info.mem.caching) && in acpi_memory_get_resource()
131 new->caching = address64.info.mem.caching; in acpi_memory_get_resource()
/linux-4.4.14/arch/frv/
DKconfig160 This option determines the default caching mode for the kernel.
162 Write-Back caching mode involves the all reads and writes causing
168 Write-Behind caching is similar to Write-Back caching, except that a
172 Write-Through caching only fetches cachelines from memory on a
176 The final option is to turn of caching entirely.
178 Note that not all CPUs support Write-Behind caching. If the CPU on
180 caching.
/linux-4.4.14/fs/ceph/
DKconfig21 bool "Enable Ceph client caching support"
25 caching support for Ceph clients using FS-Cache
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache9 This option determines the caching mode for the kernel.
11 Write-Back caching mode involves the all reads and writes causing
17 Write-Through caching only fetches cachelines from memory on a
21 The final option is to turn of caching entirely.
Dcache.inc1 /* MN10300 CPU core caching macros -*- asm -*-
/linux-4.4.14/fs/9p/
DKconfig14 bool "Enable 9P client caching support"
18 caching support for 9p clients using FS-Cache
/linux-4.4.14/Documentation/
Dbcache.txt15 Both writethrough and writeback caching are supported. Writeback defaults to
21 Writeback caching can use most of the cache for buffering writes - writing
26 to caching large sequential IO. Bcache detects sequential IO and skips it;
29 caching the first 512k after every seek. Backups and large file copies should
34 or dirty data), caching is automatically disabled; if dirty data was present
35 in the cache it first disables writeback caching and waits for all dirty data
83 must be attached to your cache set to enable caching. Attaching a backing
92 important if you have writeback caching turned on.
148 because you really want to be caching the random IO, and if you copy a 10
202 Echo the UUID of a cache set to this file to enable caching.
[all …]
DDMA-API.txt35 without having to worry about caching effects. (You may however need
Dmemory-barriers.txt332 branch prediction and various types of caching. Memory barriers are used to
2814 caching entirely and go directly to the device buses. This means MMIO accesses
Ddevices.txt784 The read-write (rw) devices support back-caching
1793 implementations a kernel presence for caching and easy
/linux-4.4.14/drivers/md/persistent-data/
DKconfig16 block manager locking used by thin provisioning and caching.
/linux-4.4.14/Documentation/netlabel/
Dlsm_interface.txt39 NetLabel label mapping cache is a caching mechanism which can be used to
43 can use the NetLabel caching functions to associate the LSM internal
Dcipso_ipv4.txt46 The NetLabel system provides a framework for caching security attribute
48 CIPSO/IPv4 protocol engine supports this caching mechanism.
/linux-4.4.14/arch/m68k/
DKconfig.cpu374 bool "Use write-through caching for 68060 supervisor accesses"
377 The 68060 generally uses copyback caching of recently accessed data.
378 Copyback caching means that memory writes will be held in an on-chip
381 caching. Writethrough caching means that data is written to memory
383 Writethrough caching is less efficient, but is needed for some
/linux-4.4.14/fs/afs/
DKconfig25 bool "Provide AFS client caching support"
/linux-4.4.14/Documentation/filesystems/nfs/
D00-INDEX22 - introduction to the caching mechanisms in the sunrpc layer.
Drpc-cache.txt1 This document gives a brief introduction to the caching
7 The caching replaces the old exports table and allows for
/linux-4.4.14/fs/coda/
DKconfig11 persistent client caches and write back caching.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block-bcache63 For backing devices: When on, writeback caching is enabled and
64 writes will be buffered in the cache. When off, caching is in
107 writeback caching enabled.
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c814 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local
821 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
822 result |= (cur_placement & caching); in ttm_bo_select_caching()
823 else if ((man->default_caching & caching) != 0) in ttm_bo_select_caching()
825 else if ((TTM_PL_FLAG_CACHED & caching) != 0) in ttm_bo_select_caching()
827 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
829 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO13 - directory leases (improved metadata caching)
19 c) Directory entry caching relies on a 1 second timer, rather than
Dcifs.txt16 performance safe distributed caching (oplock), optional packet
DCHANGES126 Disable temporary caching of mode bits to servers which do not support
128 mount option) and add new "dynperm" mount option to enable temporary caching
328 Fix readdir caching when unlink removes file in current search buffer,
370 Fix caching problem, in which readdir of directory containing a file
612 Fix caching data integrity bug when extending file size especially when no
625 Fix caching problem when files opened by multiple clients in which
749 code (distributed caching) to properly send response to oplock
781 of openfile linked list. Allow writebehind caching errors to
810 allows disabling caching of attribute information for
815 Add more oplock handling (distributed caching code). Remove
[all …]
DAUTHORS33 Vince Negri and Dave Stahl (for finding an important caching bug)
DREADME304 fsc Enable local disk caching using FS-Cache (off by default). This
310 caching is not suitable for all workloads for e.g. read-once
313 disk caching is functional for CIFS files opened as read-only.
444 direct Do not do inode data caching on files opened on this mount.
446 with fast networks and little or no caching benefits on the
452 if oplock (caching token) is granted and held. Note that
674 OplockEnabled If set to one, safe distributed caching enabled.
710 that share. Note that due to client caching effects this can be less than the
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt10 could be used for caching other things such as ISO9660 filesystems too.
33 Or to look at it another way, FS-Cache is a module that provides a caching
98 withdraw caching facilities from a file (required for (2)).
185 Documentation/filesystems/caching/netfs-api.txt
189 Documentation/filesystems/caching/backend-api.txt
194 Documentation/filesystems/caching/object.txt
Dcachefiles.txt34 CacheFiles is a caching backend that's meant to use as a cache a directory on
131 configures the cache and tells it to begin caching. At that point the cache
416 circumstances the caching code is running in the security context of whatever
Dobject.txt30 a cache backend is currently actively caching. Such objects are represented by
Dnetfs-api.txt317 of memory; this will inhibit caching with this tag.
899 allows caching to attempted on a page before read_cache_pages() to be called
Dbackend-api.txt688 (*) Indicate that the caching backend killed an object:
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db149 API-ata-msense-caching
158 API-ata-mselect-caching
/linux-4.4.14/drivers/acpi/acpica/
Drsaddr.c254 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.caching),
Drsdumpinfo.c425 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(address.info.mem.caching),
/linux-4.4.14/arch/arm/mm/
Dproc-arm740.S114 bic r0, r0, #0x3F000000 @ set to standard caching mode
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dq_struct.h604 u64 caching:1; member
616 u64 caching:1;
Dnicvf_queues.h243 u8 caching; member
Dnicvf_queues.c525 rq->caching = 1; in nicvf_rcv_queue_config()
531 mbx.rq.cfg = (rq->caching << 26) | (rq->cq_qs << 19) | in nicvf_rcv_queue_config()
589 cq_cfg.caching = 0; in nicvf_cmp_queue_config()
/linux-4.4.14/drivers/md/bcache/
Dsuper.c708 closure_put(&d->c->caching); in bcache_device_detach()
719 closure_get(&c->caching); in bcache_device_attach()
1371 struct cache_set *c = container_of(cl, struct cache_set, caching); in cache_set_flush()
1413 struct cache_set *c = container_of(cl, struct cache_set, caching); in __cache_set_unregister()
1439 closure_queue(&c->caching); in bch_cache_set_stop()
1462 closure_init(&c->caching, &c->cl); in bch_cache_set_alloc()
1463 set_closure_fn(&c->caching, __cache_set_unregister, system_wq); in bch_cache_set_alloc()
Dbcache.h491 struct closure caching; member
/linux-4.4.14/fs/f2fs/
DKconfig91 efficient since it avoids caching the encrypted and
/linux-4.4.14/Documentation/device-mapper/
Dera.txt83 - Invalidate those blocks in the caching software
Dpersistent-data.txt10 - Another btree-based caching target posted to dm-devel
Dcache.txt11 This device-mapper solution allows us to insert this caching at
197 writethrough : write through caching that prohibits cache block
/linux-4.4.14/fs/cifs/
DKconfig34 safe distributed caching (oplock), optional packet
205 bool "Provide CIFS client caching support"
/linux-4.4.14/Documentation/scsi/
Dqlogicfas.txt63 that the file copied properly. (Turn off all caching when doing these
/linux-4.4.14/include/acpi/
Dacrestyp.h271 u8 caching; member
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt16 control the caching behavior of the storage device. These mechanisms are
Dqueue-sysfs.txt129 provides a significant reduction in CPU cycles due to caching effects.
/linux-4.4.14/fs/ext4/
DKconfig116 efficient since it avoids caching the encrypted and
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt66 dlmfs handles lock caching automatically for the user, so a lock
Dsquashfs.txt173 is split into slots, caching up to eight 224 GiB files (128 KiB blocks).
253 read in the near future. Temporarily caching them ensures they are available
D00-INDEX25 caching/
Dramfs-rootfs-initramfs.txt9 Ramfs is a very simple filesystem that exports Linux's disk caching
18 store, but kept around for caching purposes until the VM reallocates the
28 work is done by the existing Linux caching infrastructure. Basically,
D9p.txt71 cache=mode specifies a caching policy. By default, no caches are used.
Dafs.txt30 (*) Local caching (via fscache).
Dbtrfs.txt130 Enable free inode number caching. Defaults to off due to an overflow
Dlogfs.txt211 A device address space is used for caching. Both block devices and
Dgfs2-glocks.txt99 indicates that it is caching uptodate data.
Dxfs.txt58 This allows for drive level write caching to be enabled, for
Dcoda.txt1431 context switch needs to take place. The counterpart of caching the
/linux-4.4.14/drivers/s390/char/
DKconfig126 is zero, then no caching is performed.
/linux-4.4.14/include/uapi/drm/
Di915_drm.h855 __u32 caching; member
/linux-4.4.14/fs/nfs/
DKconfig176 bool "Provide NFS client caching support"
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt74 ensure that the cache is invalidated before caching
/linux-4.4.14/drivers/block/
DKconfig427 bool "Enable write caching"
430 If enabled, write caching will be set for the CD-R/W device. For now
/linux-4.4.14/tools/usb/usbip/
DINSTALL218 disable caching.
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c3853 args->caching = I915_CACHING_CACHED; in i915_gem_get_caching_ioctl()
3857 args->caching = I915_CACHING_DISPLAY; in i915_gem_get_caching_ioctl()
3861 args->caching = I915_CACHING_NONE; in i915_gem_get_caching_ioctl()
3878 switch (args->caching) { in i915_gem_set_caching_ioctl()
/linux-4.4.14/drivers/mtd/
DKconfig195 from an MTD device, without the overhead (and danger) of the caching
/linux-4.4.14/Documentation/frv/
Dmmu-layout.txt178 Grouping page tables in this fashion makes PGE caching in SCR0/SCR1 more efficient because the
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt436 Very weird. Guess it has to do with caching or instruction parallellism
627 have to do with caching again.
/linux-4.4.14/net/
DKconfig148 typically a caching proxy server.
/linux-4.4.14/Documentation/sysctl/
Dvm.txt762 the memory which is used for caching of directory and inode objects.
794 left disabled as the caching effect is likely to be more important than
/linux-4.4.14/lib/
DKconfig.debug566 bool "Debug VMA caching"
569 Enable this to turn on VMA caching debug information. Doing so
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC96074 and caching policy associated with it, and it appears to Linux as a single
/linux-4.4.14/arch/arm/
DKconfig1076 the L1 caching of the NEON accesses and disables the PLD instruction
/linux-4.4.14/init/
DKconfig1732 Per cpu caching is realized using slabs of objects instead
/linux-4.4.14/drivers/video/fbdev/
DKconfig2460 This will allow for caching of the framebuffer to provide more
/linux-4.4.14/
DCREDITS857 D: Promise DC4030VL caching HD controller drivers
DMAINTAINERS2554 F: Documentation/filesystems/caching/cachefiles.txt
4568 F: Documentation/filesystems/caching/