| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | Kconfig | 4 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 …]
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | Kconfig | 4 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
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_memhotplug.c | 49 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()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | xen-acpi-memhotplug.c | 25 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-cached-property_1.5.2.bb | 1 SUMMARY = "A decorator for caching properties in classes." 2 DESCRIPTION = "Makes caching of time or computational expensive properties quick and easy."
|
| H A D | python3-pytest-cache_1.0.bb | 4 SUMMARY = "pytest plugin with mechanisms for caching across test runs"
|
| H A D | python3-cachecontrol_0.12.10.bb | 1 SUMMARY = "httplib2 caching for requests"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bcache.rst | 23 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_domain.c | 235 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()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | Kconfig | 15 bool "Enable 9P client caching support" 19 caching support for 9p clients using FS-Cache
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/ |
| H A D | Kconfig | 21 bool "Disable caching of dynamic entries in NDC" 25 This config option disables caching of dynamic entries such as NIX SQEs
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/civetweb/ |
| H A D | civetweb_git.bb | 32 PACKAGECONFIG ??= "caching ipv6 server ssl websockets" 33 PACKAGECONFIG[caching] = "-DCIVETWEB_DISABLE_CACHING=OFF,-DCIVETWEB_DISABLE_CACHING=ON,"
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | Kconfig | 22 bool "Enable Ceph client caching support" 26 caching support for Ceph clients using FS-Cache
|
| /OK3568_Linux_fs/buildroot/package/python-cached-property/ |
| H A D | Config.in | 4 A decorator for caching properties in classes.
|
| /OK3568_Linux_fs/kernel/Documentation/netlabel/ |
| H A D | lsm_interface.rst | 45 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
|
| H A D | cipso_ipv4.rst | 54 The NetLabel system provides a framework for caching security attribute 56 CIPSO/IPv4 protocol engine supports this caching mechanism.
|
| /OK3568_Linux_fs/kernel/arch/m68k/ |
| H A D | Kconfig.cpu | 390 bool "Use write-through caching for 68060 supervisor accesses" 393 The 68060 generally uses copyback caching of recently accessed data. 394 Copyback caching means that memory writes will be held in an on-chip 397 caching. Writethrough caching means that data is written to memory 399 Writethrough caching is less efficient, but is needed for some
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-1.patch | 4 Subject: [PATCH] binutils/dwarf.c: abbrev caching 6 I'm inclined to think that abbrev caching is counter-productive. The 11 is no further use of those abbrevs. This patch stops caching in those 81 + Not caching abbrevs is likely the answer. */
|
| /OK3568_Linux_fs/buildroot/package/privoxy/ |
| H A D | Config.in | 8 A non-caching web proxy with advanced filtering capabilities
|
| /OK3568_Linux_fs/buildroot/package/vmtouch/ |
| H A D | Config.in | 7 can discover which files the OS is caching, tell the OS
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/menu-cache/ |
| H A D | menu-cache_1.1.0.bb | 1 SUMMARY = "Library for caching application menus"
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/ |
| H A D | todo.rst | 17 - 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
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-bcache | 63 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.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ccache/ |
| H A D | ccache_4.6.bb | 3 by caching the result of previous compilations and detecting when the \
|