Searched refs:clean (Results 1 – 25 of 101) sorted by relevance
12345
/Documentation/EDID/ |
D | Makefile | 12 clean: target
|
/Documentation/admin-guide/device-mapper/ |
D | cache.rst | 90 blocks should remain clean. 96 block invalidates. To enable passthrough mode the cache must be clean. 106 A simple cleaner policy is provided, which will clean (write back) all 109 blocks, in the area of the cache being removed, to be clean. If the 112 cache's fast device until the cache is clean. This is of particular 114 modes already maintain a clean cache. Future support to partially clean 217 To enable passthrough mode the cache must be clean.
|
D | dm-log.rst | 12 Once all writes are complete, the region is considered clean again.
|
/Documentation/i2c/busses/ |
D | i2c-parport-light.rst | 9 preferred on embedded systems where wasting memory for the clean but heavy
|
/Documentation/kbuild/ |
D | makefiles.rst | 33 === 5 Kbuild clean infrastructure 742 5 Kbuild clean infrastructure 745 "make clean" deletes most generated files in the obj tree where the kernel 748 $(extra-y) and $(targets). They are all deleted during "make clean". 751 "make clean" is executed. 754 $(clean-files). 759 clean-files := crc32table.h 761 When executing "make clean", the file "crc32table.h" will be deleted. 765 To exclude certain files or directories from make clean, use the 766 $(no-clean-files) variable. [all …]
|
D | reproducible-builds.rst | 71 pristine by running ``make mrproper`` or ``git clean -d -f -x`` before
|
/Documentation/virt/kvm/ |
D | review-checklist.txt | 29 10. User/kernel interfaces and guest/host interfaces must be 64-bit clean
|
/Documentation/filesystems/ |
D | ceph.txt | 161 recover_session=<no|clean> 163 available modes are "no" and "clean". The default is "no". 168 * clean: client reconnects to the ceph cluster automatically when it
|
D | journalling.rst | 70 :c:func:`jbd2_journal_destroy` to clean up your in-core journal object. 121 window with a clean and stable fs for a moment. E.g.
|
D | ntfs.txt | 178 continue: DEFAULT, try to clean-up as much as 189 fails it will clean-up as much as possible and 349 already in sync which will be the case on a clean shutdown of Windows. If the 350 mirrors are not clean, you can specify the "sync" option instead of "nosync"
|
D | ramfs-rootfs-initramfs.txt | 15 around in case it's needed again, but marked as clean (freeable) in case the 17 written to files is marked clean as soon as it has been written to backing 24 This means the pages are never marked clean, so they can't be freed by the
|
/Documentation/media/ |
D | Makefile | 65 clean: target
|
/Documentation/ |
D | robust-futexes.txt | 46 then the kernel has no information to clean up after the held lock! 47 Userspace has no chance to clean up after the lock either - userspace is 48 the one that crashes, so it has no opportunity to clean up. Catch-22. 113 kernel to clean up if the thread dies after acquiring the lock, but just
|
D | Makefile | 122 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
|
/Documentation/driver-api/serial/ |
D | moxa-smartio.rst | 257 # make clean; make install 262 # make clean; make installsp1 265 # make clean; make installsp2 412 make clean # take a few minutes 442 # make clean; make install 493 3.6.4 Run "make clean; make install" in /moxa/mxser/driver.
|
/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 65 clean connection with the bias resistors.
|
/Documentation/infiniband/ |
D | user_verbs.rst | 44 This also allows the kernel to clean up when a process exits and
|
/Documentation/devicetree/bindings/dma/ |
D | fsl-edma.txt | 21 i.mx7ulp for clean on dts.
|
/Documentation/admin-guide/ |
D | md.rst | 277 ``clean`` will set it much larger. 288 of time, it will be marked as ``clean``. When another write 328 like readonly, but behaves like ``clean`` on a write request. 330 clean 345 clean, but writes are blocked waiting for ``active`` to be written.
|
/Documentation/livepatch/ |
D | callbacks.rst | 48 active), used to clean up post-patch callback
|
/Documentation/core-api/ |
D | genericirq.rst | 64 A more natural abstraction is the clean separation of the 'irq flow' and 318 The generic functions are intended for 'clean' architectures and chips,
|
/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 205 is accumulated based on clean data collected at runtime. Data 207 clean.
|
/Documentation/pcmcia/ |
D | driver-changes.rst | 54 clean up automatically on calls to pcmcia_disable_device() or
|
/Documentation/process/ |
D | clang-format.rst | 54 # Make sure your working directory is clean!
|
/Documentation/translations/it_IT/process/ |
D | clang-format.rst | 63 # Make sure your working directory is clean!
|
12345