Searched refs:CLEAN (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/riscv/mm/
H A Dpmem.c20 ALT_CMO_OP(CLEAN, addr, size, riscv_cbom_block_size);
H A Ddma-noncoherent.c28 ALT_CMO_OP(CLEAN, vaddr, size, riscv_cbom_block_size);
/linux-master/tools/testing/selftests/powerpc/pmu/
H A DMakefile59 DEFAULT_CLEAN := $(CLEAN)
60 override define CLEAN
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile43 override define CLEAN
/linux-master/tools/testing/selftests/futex/
H A DMakefile31 override define CLEAN
/linux-master/scripts/
H A DMakefile.clean42 quiet_cmd_clean = CLEAN $(obj)
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile65 override define CLEAN
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile43 $(call msg,CLEAN)
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile100 $(call msg,CLEAN,$(BINARY))
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile51 $(call msg,CLEAN)
/linux-master/arch/riscv/errata/thead/
H A Derrata.c93 THEAD_CMO_OP(CLEAN, paddr, size, riscv_cbom_block_size);
/linux-master/drivers/hid/bpf/progs/
H A DMakefile54 $(call msg,CLEAN)
/linux-master/tools/testing/selftests/hid/
H A DMakefile54 override define CLEAN
55 $(call msg,CLEAN)
/linux-master/drivers/mtd/
H A Dmtdswap.c572 if (TREE_EMPTY(d, CLEAN))
575 clean_root = TREE_ROOT(d, CLEAN);
579 TREE_COUNT(d, CLEAN)--;
605 return TREE_COUNT(d, CLEAN) * d->pages_per_eblk +
760 if (TREE_COUNT(d, CLEAN) < LOW_FRAG_GC_THRESHOLD)
834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY))))
851 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD &&
/linux-master/tools/testing/selftests/
H A Dlib.mk184 define CLEAN macro
189 $(CLEAN)
/linux-master/fs/xfs/
H A Dxfs_mount.h431 __XFS_IS_OPSTATE(clean, CLEAN)
/linux-master/arch/x86/kvm/
H A Dlapic.c366 * CLEAN -> DIRTY and UPDATE_IN_PROGRESS -> DIRTY changes happen without a lock.
368 * DIRTY -> UPDATE_IN_PROGRESS and UPDATE_IN_PROGRESS -> CLEAN happen with
372 CLEAN, enumerator in enum:__anon35
387 if (atomic_read_acquire(&kvm->arch.apic_map_dirty) == CLEAN)
404 DIRTY, UPDATE_IN_PROGRESS) == CLEAN) {
480 UPDATE_IN_PROGRESS, CLEAN);
/linux-master/tools/testing/selftests/bpf/
H A DMakefile157 override define CLEAN
158 $(call msg,CLEAN)
/linux-master/arch/m68k/fpsp040/
H A Dsatan.S280 movew #0x0000,XDCARE(%a6) | ...CLEAN UP X JUST IN CASE
/linux-master/
H A DMakefile2055 quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))

Completed in 2558 milliseconds