Home
last modified time | relevance | path

Searched full:clean (Results 1 – 25 of 2554) sorted by relevance

12345678910>>...103

/linux-6.12.1/fs/bcachefs/
Dsb-clean.c9 #include "sb-clean.h"
16 * unclean shutdown - but after a clean shutdown, to avoid having to read the
23 int bch2_sb_clean_validate_late(struct bch_fs *c, struct bch_sb_field_clean *clean, in bch2_sb_clean_validate_late() argument
29 for (entry = clean->start; in bch2_sb_clean_validate_late()
30 entry < (struct jset_entry *) vstruct_end(&clean->field); in bch2_sb_clean_validate_late()
32 if (vstruct_end(entry) > vstruct_end(&clean->field)) { in bch2_sb_clean_validate_late()
33 bch_err(c, "journal entry (u64s %u) overran end of superblock clean section (u64s %u) by %zu", in bch2_sb_clean_validate_late()
34 le16_to_cpu(entry->u64s), le32_to_cpu(clean->field.u64s), in bch2_sb_clean_validate_late()
35 (u64 *) vstruct_end(entry) - (u64 *) vstruct_end(&clean->field)); in bch2_sb_clean_validate_late()
52 struct bch_sb_field_clean *clean, in btree_root_find() argument
[all …]
Drecovery.c27 #include "sb-clean.h"
473 struct bch_sb_field_clean *clean) in journal_replay_early() argument
475 if (clean) { in journal_replay_early()
476 for (struct jset_entry *entry = clean->start; in journal_replay_early()
477 entry != vstruct_end(&clean->field); in journal_replay_early()
504 /* sb clean section: */
633 struct bch_sb_field_clean *clean = NULL; in bch2_fs_recovery() local
638 if (c->sb.clean) { in bch2_fs_recovery()
639 clean = bch2_read_superblock_clean(c); in bch2_fs_recovery()
640 ret = PTR_ERR_OR_ZERO(clean); in bch2_fs_recovery()
[all …]
/linux-6.12.1/tools/
DMakefile64 @echo ' clean: a summary clean target to clean _all_ folders'
170 $(call descend,power/acpi,clean)
173 $(call descend,power/cpupower,clean)
176 $(call descend,$(@:_clean=),clean)
179 $(call descend,lib/api,clean)
182 $(call descend,lib/bpf,clean)
185 $(call descend,lib/subcmd,clean)
189 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
192 $(call descend,sched_ext,clean)
195 $(call descend,testing/$(@:_clean=),clean)
[all …]
/linux-6.12.1/arch/arm/mm/
Dproc-feroceon.S74 mcr p15, 1, r0, c15, c9, 0 @ clean L2
127 * Unconditionally clean and invalidate the entire icache.
138 * Clean and invalidate all cache entries in a particular
147 * Clean and invalidate the entire cache.
156 2: mcr p15, 0, ip, c7, c14, 2 @ clean + invalidate D set/way
172 * Clean and invalidate a range of cache entries in the
185 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
188 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
228 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
250 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
[all …]
Dproc-arm925.S22 * NOTE1: The TI925T Configuration Register bit "D-cache clean and flush
27 * NOTE2: Default is the "D-cache clean and flush entry mode". It looks
66 * clean the whole cache, rather than using the individual
143 * Unconditionally clean and invalidate the entire icache.
154 * Clean and invalidate all cache entries in a particular
162 * Clean and invalidate the entire cache.
173 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
186 * Clean and invalidate a range of cache entries in the
207 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
210 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
[all …]
Dproc-arm922.S43 * clean the whole cache, rather than using the individual
109 * Unconditionally clean and invalidate the entire icache.
120 * Clean and invalidate all cache entries in a particular
128 * Clean and invalidate the entire cache.
136 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
150 * Clean and invalidate a range of cache entries in the
163 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
202 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
223 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
249 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
[all …]
Dcache-v4wb.S32 * clean the whole cache, rather than using the individual
35 * Size Clean (ticks) Dirty (ticks)
55 * Unconditionally clean and invalidate the entire icache.
66 * Clean and invalidate all cache entries in a particular address
74 * Clean and invalidate the entire cache.
118 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
172 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
197 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
199 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
210 * Clean (write back) the specified virtual address range.
[all …]
Dcache-fa.S41 * Unconditionally clean and invalidate the entire icache.
52 * Clean and invalidate all cache entries in a particular address
60 * Clean and invalidate the entire cache.
66 mcr p15, 0, ip, c7, c14, 0 @ clean/invalidate D cache
93 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
132 1: mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
155 1: mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D line
179 mcrne p15, 0, r0, c7, c14, 1 @ clean & invalidate D entry
182 mcrne p15, 0, r1, c7, c14, 1 @ clean & invalidate D entry
194 * Clean (write back) the specified virtual address range.
[all …]
Dcache-v6.S67 mcr p15, 0, r0, c7, c14, 0 @ D cache clean+invalidate
74 mcr p15, 0, r0, c7, c15, 0 @ Cache clean+invalidate
143 USER( mcr p15, 0, r0, c7, c10, 1 ) @ clean D line
185 mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D line
187 mcr p15, 0, r0, c7, c15, 1 @ clean & invalidate unified line
213 mcrne p15, 0, r0, c7, c10, 1 @ clean D line
215 mcrne p15, 0, r0, c7, c11, 1 @ clean unified line
220 mcrne p15, 0, r1, c7, c14, 1 @ clean & invalidate D line
222 mcrne p15, 0, r1, c7, c15, 1 @ clean & invalidate unified line
246 mcr p15, 0, r0, c7, c10, 1 @ clean D line
[all …]
Dproc-mohawk.S92 * Unconditionally clean and invalidate the entire icache.
103 * Clean and invalidate all cache entries in a particular
111 * Clean and invalidate the entire cache.
117 mcr p15, 0, ip, c7, c14, 0 @ clean & invalidate all D cache
127 * Clean and invalidate a range of cache entries in the
142 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
145 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
185 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
206 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
231 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
[all …]
Dproc-arm926.S109 * Unconditionally clean and invalidate the entire icache.
120 * Clean and invalidate all cache entries in a particular
128 * Clean and invalidate the entire cache.
137 1: mrc p15, 0, APSR_nzcv, c7, c14, 3 @ test,clean,invalidate
149 * Clean and invalidate a range of cache entries in the
170 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
173 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
212 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
233 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
259 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
[all …]
Dcopypage-feroceon.c29 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
33 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
37 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
41 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
45 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
49 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
53 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
57 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_copy_user_page()
94 mcr p15, 0, %0, c7, c14, 1 @ clean and invalidate D line\n\ in feroceon_clear_user_highpage()
Dproc-arm1022.S51 * clean the whole cache, rather than using the individual
117 * Unconditionally clean and invalidate the entire icache.
138 * Clean and invalidate the entire cache.
147 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
178 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
222 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
248 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
275 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
277 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
289 * Clean the specified virtual address range.
[all …]
Dproc-arm1026.S51 * clean the whole cache, rather than using the individual
117 * Unconditionally clean and invalidate the entire icache.
138 * Clean and invalidate the entire cache.
145 1: mrc p15, 0, APSR_nzcv, c7, c14, 3 @ test, clean, invalidate
173 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
217 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
243 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
270 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
272 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
284 * Clean the specified virtual address range.
[all …]
Dproc-arm920.S42 * clean the whole cache, rather than using the individual
107 * Unconditionally clean and invalidate the entire icache.
126 * Clean and invalidate the entire cache.
134 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
161 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
200 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
221 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
247 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
249 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
260 * Clean the specified virtual address range.
[all …]
Dproc-arm946.S86 * Unconditionally clean and invalidate the entire icache.
102 * Clean and invalidate the entire cache.
113 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index
128 * Clean and invalidate a range of cache entries in the
151 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
154 mcr p15, 0, r0, c7, c14, 1 @ clean and invalidate D entry
194 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
216 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
241 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
243 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
[all …]
Dproc-arm1020e.S51 * clean the whole cache, rather than using the individual
117 * Unconditionally clean and invalidate the entire icache.
138 * Clean and invalidate the entire cache.
148 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
179 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
223 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
249 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
276 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
278 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
290 * Clean the specified virtual address range.
[all …]
Dproc-arm1020.S51 * clean the whole cache, rather than using the individual
117 * Unconditionally clean and invalidate the entire icache.
138 * Clean and invalidate the entire cache.
148 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
181 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
227 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
254 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
283 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
287 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
300 * Clean the specified virtual address range.
[all …]
/linux-6.12.1/tools/perf/tests/shell/coresight/
DMakefile23 CLEANDIRS = $(SUBDIRS:%=clean-%)
25 clean: $(CLEANDIRS) target
27 $(call QUIET_CLEAN, test-$(@:clean-%=%)) $(Q)$(MAKE) -C $(@:clean-%=%) clean >/dev/null
29 .PHONY: all clean $(SUBDIRS) $(CLEANDIRS) $(INSTALLDIRS)
/linux-6.12.1/tools/bpf/bpftool/
DMakefile62 $(LIBBPF)-clean: FORCE | $(LIBBPF_OUTPUT)
64 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
66 $(LIBBPF_BOOTSTRAP)-clean: FORCE | $(LIBBPF_BOOTSTRAP_OUTPUT)
68 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) clean >/dev/null
118 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
251 feature-detect-clean:
253 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
255 clean: $(LIBBPF)-clean $(LIBBPF_BOOTSTRAP)-clean feature-detect-clean target
281 doc-clean:
282 $(call descend,Documentation,clean)
[all …]
/linux-6.12.1/tools/build/tests/
Drun.sh5 make -C ex V=1 clean > ex.out 2>&1
13 make -C ex V=1 clean > /dev/null 2>&1
18 make -C ex V=1 clean > ex.out 2>&1
35 make -C ex V=1 clean > /dev/null 2>&1
40 make -C ex V=1 clean > ex.out 2>&1
60 make -C ex V=1 clean > /dev/null 2>&1
/linux-6.12.1/fs/ubifs/
Dshrinker.c12 * This file implements UBIFS shrinker which evicts clean znodes from the TNC
19 * If the root of a TNC sub-tree is clean and old enough, then the children are
20 * also clean and old enough. So the shrinker walks the TNC in level order and
45 /* Global clean znode counter (for all mounted UBIFS instances) */
55 * This function traverses TNC tree and frees clean znodes. It does not free
56 * clean znodes which younger then @age. Returns number of freed znodes.
86 * If the znode is clean, but it is in the 'c->cnext' list, this in shrink_tnc()
88 * part of commit and was marked clean. They will be removed in shrink_tnc()
140 * This function walks the list of mounted UBIFS file-systems and frees clean
273 * Due to the way UBIFS updates the clean znode counter it may in ubifs_shrink_count()
[all …]
/linux-6.12.1/tools/virtio/
DMakefile47 oot-clean: oot-build
49 oot-clean: OOT_BUILD+=clean
51 .PHONY: all test mod clean vhost oot oot-clean oot-build
52 clean: target
/linux-6.12.1/tools/tracing/
DMakefile6 clean: latency_clean rtla_clean target
17 $(call descend,latency,clean)
26 $(call descend,rtla,clean)
28 .PHONY: all install clean latency latency_install latency_clean \
/linux-6.12.1/tools/perf/tests/
Dmake68 make_clean_all := clean all
132 # Targets 'clean all' can be run together only through top level
133 # Makefile because we detect clean target in Makefile.perf and
310 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl…
313 $(call clean)
323 $(call clean)
333 $(call clean)
343 $(call clean)
366 $(call clean); \
372 $(call clean); \
[all …]

12345678910>>...103