Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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-v4.19/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-v4.19/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()
/Linux-v4.19/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-v4.19/fs/ceph/
DKconfig21 bool "Enable Ceph client caching support"
25 caching support for Ceph clients using FS-Cache
/Linux-v4.19/fs/9p/
DKconfig14 bool "Enable 9P client caching support"
18 caching support for 9p clients using FS-Cache
/Linux-v4.19/Documentation/admin-guide/
Dbcache.rst20 Both writethrough and writeback caching are supported. Writeback defaults to
26 Writeback caching can use most of the cache for buffering writes - writing
31 to caching large sequential IO. Bcache detects sequential IO and skips it;
34 caching the first 512k after every seek. Backups and large file copies should
39 or dirty data), caching is automatically disabled; if dirty data was present
40 in the cache it first disables writeback caching and waits for all dirty data
67 a caching device later.
95 must be attached to your cache set to enable caching. Attaching a backing
104 important if you have writeback caching turned on.
147 A) Starting a bcache with a missing caching device
[all …]
/Linux-v4.19/fs/crypto/
DKconfig15 efficient since it avoids caching the encrypted and
/Linux-v4.19/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-v4.19/Documentation/scsi/
Dsd-parameters.txt19 To modify the caching mode without making the change persistent, prepend
/Linux-v4.19/arch/m68k/
DKconfig.cpu386 bool "Use write-through caching for 68060 supervisor accesses"
389 The 68060 generally uses copyback caching of recently accessed data.
390 Copyback caching means that memory writes will be held in an on-chip
393 caching. Writethrough caching means that data is written to memory
395 Writethrough caching is less efficient, but is needed for some
/Linux-v4.19/fs/afs/
DKconfig25 bool "Provide AFS client caching support"
/Linux-v4.19/Documentation/filesystems/nfs/
D00-INDEX22 - introduction to the caching mechanisms in the sunrpc layer.
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/media/
Drenesas,fcp.txt5 Gen3 SoCs. It provides data compression and decompression, data caching, and
/Linux-v4.19/fs/coda/
DKconfig11 persistent client caches and write back caching.
/Linux-v4.19/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
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c844 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local
851 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
852 result |= (cur_placement & caching); in ttm_bo_select_caching()
853 else if ((man->default_caching & caching) != 0) in ttm_bo_select_caching()
855 else if ((TTM_PL_FLAG_CACHED & caching) != 0) in ttm_bo_select_caching()
857 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
859 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO12 - directory leases (improved metadata caching), started (root dir only)
18 c) Directory entry caching relies on a 1 second timer, rather than
Dcifs.txt19 high performance safe distributed caching (leases/oplocks), optional packet
/Linux-v4.19/drivers/acpi/acpica/
Drsaddr.c218 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.caching),
/Linux-v4.19/Documentation/filesystems/
Dfuse-io.txt24 WRITE requests, as well as updating any cached pages (and caching previously
/Linux-v4.19/Documentation/vm/
Dpage_frags.rst23 this caching it is required that any calls to the cache be protected by
/Linux-v4.19/arch/arm/mm/
Dproc-arm740.S114 bic r0, r0, #0x3F000000 @ set to standard caching mode

1234