Searched refs:clean (Results 1 – 25 of 107) sorted by relevance
12345
/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/vm/ |
D | arch_pgtable_helpers.rst | 49 | pte_mkclean | Creates a clean PTE | 119 | pmd_mkclean | Creates a clean PMD | 185 | pud_mkclean | Creates a clean PUD |
|
/Documentation/devicetree/bindings/ |
D | Makefile | 88 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
|
/Documentation/kbuild/ |
D | makefiles.rst | 39 === 6 Kbuild clean infrastructure 887 6 Kbuild clean infrastructure 890 "make clean" deletes most generated files in the obj tree where the kernel 894 during "make clean". Files matching the patterns "*.[oas]", "*.ko", plus 896 source tree when "make clean" is executed. 899 $(clean-files). 904 clean-files := crc32table.h 906 When executing "make clean", the file "crc32table.h" will be deleted. 910 To exclude certain files or directories from make clean, use the 911 $(no-clean-files) variable. [all …]
|
D | reproducible-builds.rst | 71 pristine by running ``make mrproper`` or ``git clean -d -f -x`` before
|
/Documentation/filesystems/ |
D | ceph.rst | 165 recover_session=<no|clean> 167 available modes are "no" and "clean". The default is "no". 172 * clean: client reconnects to the ceph cluster automatically when it
|
D | journalling.rst | 70 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.rst | 185 continue DEFAULT, try to clean-up as much as 200 fails it will clean-up as much as possible and 362 already in sync which will be the case on a clean shutdown of Windows. If the 363 mirrors are not clean, you can specify the "sync" option instead of "nosync"
|
D | ramfs-rootfs-initramfs.rst | 21 around in case it's needed again, but marked as clean (freeable) in case the 23 written to files is marked clean as soon as it has been written to backing 30 This means the pages are never marked clean, so they can't be freed by the
|
/Documentation/virt/kvm/ |
D | review-checklist.rst | 32 10. User/kernel interfaces and guest/host interfaces must be 64-bit clean
|
/Documentation/locking/ |
D | robust-futexes.rst | 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
|
/Documentation/userspace-api/media/ |
D | Makefile | 65 clean: target
|
/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/ |
D | Makefile | 136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
/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 | 23 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/core-api/ |
D | genericirq.rst | 64 A more natural abstraction is the clean separation of the 'irq flow' and 320 The generic functions are intended for 'clean' architectures and chips,
|
D | genalloc.rst | 36 specific device. Among other things, it will automatically clean up the
|
/Documentation/livepatch/ |
D | callbacks.rst | 48 active), used to clean up post-patch callback
|
/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 205 is accumulated based on clean data collected at runtime. Data 207 clean.
|
/Documentation/translations/it_IT/process/ |
D | clang-format.rst | 63 # Make sure your working directory is clean!
|
/Documentation/process/ |
D | clang-format.rst | 54 # Make sure your working directory is clean!
|
12345