Home
last modified time | relevance | path

Searched refs:cleaner (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dcache-policies.rst107 cleaner section in Overview of supplied cache replacement policies
110 The cleaner writes back all dirty blocks in a cache to decommission it.
Dcache.rst106 A simple cleaner policy is provided, which will clean (write back) all
/Linux-v5.10/drivers/md/
Ddm-writecache.c169 bool cleaner:1; member
1121 wc->cleaner = true; in activate_cleaner()
1364 if (unlikely(wc->cleaner)) in writecache_map()
2253 wc->cleaner = true; in writecache_ctr()
2426 if (wc->cleaner) in writecache_ctr()
2472 if (wc->high_wm_percent_set && !wc->cleaner) in writecache_status()
2474 if (wc->low_wm_percent_set && !wc->cleaner) in writecache_status()
2484 if (wc->cleaner) in writecache_status()
2492 if (wc->high_wm_percent_set && !wc->cleaner) { in writecache_status()
2498 if (wc->low_wm_percent_set && !wc->cleaner) { in writecache_status()
[all …]
/Linux-v5.10/Documentation/filesystems/
Dnilfs2.rst28 cleaner or garbage collector) are required. Details on the tools are
162 This will also invoke the cleaner through the mount helper program
185 Then, the cleaner daemon is automatically shut down by the umount
Df2fs.rst42 segment cleaner to compress the live information from heavily fragmented
665 cleaner is operated by a kernel thread, and triggers the cleaning job when the
673 algorithm for on-demand cleaner, while background cleaner adopts cost-benefit
Dramfs-rootfs-initramfs.rst316 2) The cpio archive format chosen by the kernel is simpler and cleaner (and
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-fs-nilfs2160 Show write time of the last segment not for cleaner
167 Show write time of the last segment not for cleaner
/Linux-v5.10/Documentation/driver-api/
Dpti_intel_mid.rst99 // little cleaner shutdown on tty stack.
Disa.rst53 internal to the bus it's much cleaner to not leak isa_dev's by passing
/Linux-v5.10/Documentation/scsi/
Daha152x.rst16 The driver is much cleaner now, has support for the new
/Linux-v5.10/fs/befs/
DChangeLog111 node. This is the cleaner solution to Brent Miszalaski's problem. [WD]
126 in directories. A cleaner solution will come after I've thought about it
/Linux-v5.10/Documentation/core-api/
Dgenericirq.rst89 enables smaller and cleaner IRQ subsystems. It's deprecated for three
Dthis_cpu_ops.rst268 relocation. IMHO the second form looks cleaner and has an easier time
/Linux-v5.10/Documentation/core-api/irq/
Dirq-domain.rst249 parent irq_chip when needed. So we could achieve a much cleaner
/Linux-v5.10/Documentation/networking/
Ddecnet.rst136 for use by the routing daemon which will now use netfilter (a much cleaner
/Linux-v5.10/Documentation/maintainer/
Drebasing-and-merging.rst42 Used properly, rebasing can yield a cleaner and clearer development
/Linux-v5.10/Documentation/i2c/
Di2c-topology.rst90 may be easier and cleaner to implement, but it has some caveats.
/Linux-v5.10/Documentation/process/
D4.Coding.rst120 optimize out the call to the empty function. The result is far cleaner
/Linux-v5.10/Documentation/kernel-hacking/
Dhacking.rst716 It is generally considered cleaner to use macros in header files (or at