Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst55 cleaner
111 cleaner
112 See above "cleaner" constructor documentation.
H A 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.
H A Dcache.rst106 A simple cleaner policy is provided, which will clean (write back) all
/linux/scripts/coccinelle/misc/
H A Dptr_err_to_pe.cocci7 /// It also makes the code cleaner by saving a redundant call to PTR_ERR().
/linux/Documentation/filesystems/
H A 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
H A Df2fs.rst49 segment cleaner to compress the live information from heavily fragmented
806 cleaner is operated by a kernel thread, and triggers the cleaning job when the
814 algorithm for on-demand cleaner, while background cleaner adopts cost-benefit
H A Dramfs-rootfs-initramfs.rst313 2) The cpio archive format chosen by the kernel is simpler and cleaner (and
/linux/Documentation/ABI/testing/
H A 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/drivers/md/
H A Ddm-cache-policy-smq.c866 bool cleaner:1; member
1147 if (idle || mq->cleaner) { in clean_target_met()
1733 bool mimic_mq, bool migrations_allowed, bool cleaner) in __smq_create() argument
1820 mq->cleaner = cleaner; in __smq_create()
H A Ddm-writecache.c172 bool cleaner:1; member
1159 wc->cleaner = true; in activate_cleaner()
1462 if (unlikely(wc->cleaner) || in writecache_map_write()
1512 else if (unlikely(wc->cleaner) || unlikely(wc->metadata_only)) in writecache_map_flush()
1960 if (unlikely(wc->cleaner) || unlikely(wc->writeback_all) || in writecache_writeback()
2464 wc->cleaner = true; in writecache_ctr()
2653 if (wc->cleaner) in writecache_ctr()
/linux/Documentation/driver-api/
H A Disa.rst53 internal to the bus it's much cleaner to not leak isa_dev's by passing
/linux/fs/befs/
H A 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/Documentation/scsi/
H A Daha152x.rst16 The driver is much cleaner now, has support for the new
/linux/Documentation/core-api/
H A Dgenericirq.rst89 enables smaller and cleaner IRQ subsystems. It's deprecated for three
H A Dthis_cpu_ops.rst276 relocation. IMHO the second form looks cleaner and has an easier time
/linux/Documentation/core-api/irq/
H A Dirq-domain.rst293 parent irq_chip when needed. So we could achieve a much cleaner
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst42 Used properly, rebasing can yield a cleaner and clearer development
/linux/Documentation/i2c/
H A Di2c-topology.rst53 may be easier and cleaner to implement, but it has some caveats.
/linux/Documentation/doc-guide/
H A Dsphinx.rst453 For most use cases, the former is preferred, as it is cleaner and more suited
/linux/Documentation/process/
H A D4.Coding.rst124 optimize out the call to the empty function. The result is far cleaner
/linux/Documentation/kernel-hacking/
H A Dhacking.rst715 It is generally considered cleaner to use macros in header files (or at
/linux/Documentation/dev-tools/
H A Dcheckpatch.rst1246 are applied via the same tree), and it makes for a cleaner history in the
/linux/Documentation/power/
H A Druntime_pm.rst390 result in cleaner code.