Home
last modified time | relevance | path

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

1234

/Linux-v5.10/fs/fscache/
DKconfig4 tristate "General filesystem local caching manager"
6 This option enables a generic filesystem caching manager that can be
11 See Documentation/filesystems/caching/fscache.rst for more information.
14 bool "Gather statistical information on local caching"
18 caching and exported through file:
28 See Documentation/filesystems/caching/fscache.rst for more information.
31 bool "Gather latency information on local caching"
35 caching and exported through file:
45 See Documentation/filesystems/caching/fscache.rst for more information.
51 This permits debugging to be dynamically enabled in the local caching
[all …]
/Linux-v5.10/fs/cachefiles/
DKconfig4 tristate "Filesystem caching on files"
11 See Documentation/filesystems/caching/cachefiles.rst for more
19 caching on files module. If this is set, the debugging output may be
39 See Documentation/filesystems/caching/cachefiles.rst for more
/Linux-v5.10/drivers/acpi/
Dacpi_memhotplug.c49 unsigned short caching; /* memory cache attribute */ member
74 if ((info->caching == address64.info.mem.caching) && in acpi_memory_get_resource()
87 new->caching = address64.info.mem.caching; in acpi_memory_get_resource()
/Linux-v5.10/drivers/xen/
Dxen-acpi-memhotplug.c25 unsigned short caching; /* memory cache attribute */ member
108 if ((info->caching == address64.info.mem.caching) && in acpi_memory_get_resource()
121 new->caching = address64.info.mem.caching; in acpi_memory_get_resource()
/Linux-v5.10/fs/9p/
DKconfig15 bool "Enable 9P client caching support"
19 caching support for 9p clients using FS-Cache
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/
DKconfig21 bool "Disable caching of dynamic entries in NDC"
25 This config option disables caching of dynamic entries such as NIX SQEs
/Linux-v5.10/fs/ceph/
DKconfig22 bool "Enable Ceph client caching support"
26 caching support for Ceph clients using FS-Cache
/Linux-v5.10/Documentation/admin-guide/
Dbcache.rst23 Both writethrough and writeback caching are supported. Writeback defaults to
29 Writeback caching can use most of the cache for buffering writes - writing
34 to caching large sequential IO. Bcache detects sequential IO and skips it;
37 caching the first 512k after every seek. Backups and large file copies should
42 or dirty data), caching is automatically disabled; if dirty data was present
43 in the cache it first disables writeback caching and waits for all dirty data
74 a caching device later.
102 must be attached to your cache set to enable caching. Attaching a backing
111 important if you have writeback caching turned on.
154 A) Starting a bcache with a missing caching device
[all …]
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_domain.c235 args->caching = I915_CACHING_CACHED; in i915_gem_get_caching_ioctl()
239 args->caching = I915_CACHING_DISPLAY; in i915_gem_get_caching_ioctl()
243 args->caching = I915_CACHING_NONE; in i915_gem_get_caching_ioctl()
260 switch (args->caching) { in i915_gem_set_caching_ioctl()
/Linux-v5.10/Documentation/netlabel/
Dcipso_ipv4.rst54 The NetLabel system provides a framework for caching security attribute
56 CIPSO/IPv4 protocol engine supports this caching mechanism.
Dlsm_interface.rst45 NetLabel label mapping cache is a caching mechanism which can be used to
49 can use the NetLabel caching functions to associate the LSM internal
/Linux-v5.10/Documentation/scsi/
Dsd-parameters.rst24 To modify the caching mode without making the change persistent, prepend
/Linux-v5.10/arch/m68k/
DKconfig.cpu387 bool "Use write-through caching for 68060 supervisor accesses"
390 The 68060 generally uses copyback caching of recently accessed data.
391 Copyback caching means that memory writes will be held in an on-chip
394 caching. Writethrough caching means that data is written to memory
396 Writethrough caching is less efficient, but is needed for some
/Linux-v5.10/fs/crypto/
DKconfig12 efficient since it avoids caching the encrypted and
/Linux-v5.10/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-v5.10/Documentation/admin-guide/cifs/
Dtodo.rst17 - directory leases (improved metadata caching), started (root dir only)
24 c) Directory entry caching relies on a 1 second timer, rather than
36 handle caching leases) and better using reference counters on file
/Linux-v5.10/tools/testing/kunit/test_data/
Dtest_interrupted_tap_output.log11 [ 0.060000] FS-Cache: Netfs 'afs' registered for caching
/Linux-v5.10/fs/afs/
DKconfig26 bool "Provide AFS client caching support"
/Linux-v5.10/fs/coda/
DKconfig12 persistent client caches and write back caching.
/Linux-v5.10/Documentation/filesystems/
Dindex.rst40 caching/index
Dfuse-io.rst30 WRITE requests, as well as updating any cached pages (and caching previously
/Linux-v5.10/sound/soc/sof/
DKconfig150 bool "SOF enable debugfs caching"
152 This option enables caching of debugfs
156 Say Y if you want to enable caching the memory windows.
/Linux-v5.10/drivers/gpu/drm/ttm/
Dttm_bo.c867 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local
874 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
875 result |= (cur_placement & caching); in ttm_bo_select_caching()
876 else if ((TTM_PL_FLAG_CACHED & caching) != 0) in ttm_bo_select_caching()
878 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
880 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
/Linux-v5.10/Documentation/filesystems/caching/
Dfscache.rst11 could be used for caching other things such as ISO9660 filesystems too.
34 Or to look at it another way, FS-Cache is a module that provides a caching
99 withdraw caching facilities from a file (required for (2)).
186 Documentation/filesystems/caching/netfs-api.rst
190 Documentation/filesystems/caching/backend-api.rst
195 Documentation/filesystems/caching/object.rst
/Linux-v5.10/drivers/acpi/acpica/
Drsaddr.c218 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.caching),

1234