Home
last modified time | relevance | path

Searched refs:CLEAN (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/powerpc/pmu/
H A DMakefile59 DEFAULT_CLEAN := $(CLEAN)
60 override define CLEAN
/linux/arch/riscv/mm/
H A Dpmem.c20 ALT_CMO_OP(CLEAN, addr, size, riscv_cbom_block_size); in arch_wb_cache_pmem()
H A Ddma-noncoherent.c28 ALT_CMO_OP(CLEAN, vaddr, size, riscv_cbom_block_size); in arch_dma_cache_wback()
/linux/tools/testing/selftests/futex/
H A DMakefile29 override define CLEAN
/linux/tools/testing/selftests/
H A Dlib.mk192 define CLEAN
197 $(CLEAN)
/linux/tools/testing/selftests/sparc64/
H A DMakefile43 override define CLEAN
/linux/drivers/mtd/
H A Dmtdswap.c572 if (TREE_EMPTY(d, CLEAN)) in mtdswap_map_free_block()
575 clean_root = TREE_ROOT(d, CLEAN); in mtdswap_map_free_block()
579 TREE_COUNT(d, CLEAN)--; in mtdswap_map_free_block()
605 return TREE_COUNT(d, CLEAN) * d->pages_per_eblk + in mtdswap_free_page_cnt()
760 if (TREE_COUNT(d, CLEAN) < LOW_FRAG_GC_THRESHOLD) in __mtdswap_choose_gc_tree()
834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) in mtdswap_choose_gc_tree()
851 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD && in mtdswap_pick_gc_eblk()
/linux/scripts/
H A DMakefile.clean42 quiet_cmd_clean = CLEAN $(obj)
/linux/tools/testing/selftests/powerpc/
H A DMakefile65 override define CLEAN
/linux/kernel/bpf/preload/iterators/
H A DMakefile43 $(call msg,CLEAN)
/linux/tools/testing/selftests/hid/
H A DMakefile55 override define CLEAN macro
56 $(call msg,CLEAN)
/linux/drivers/hid/bpf/progs/
H A DMakefile54 $(call msg,CLEAN)
/linux/tools/bpf/resolve_btfids/
H A DMakefile98 $(call msg,CLEAN,$(BINARY))
/linux/tools/testing/selftests/sched_ext/
H A DMakefile152 override define CLEAN macro
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-plybas.dts31 label = "CLEAN";
/linux/fs/xfs/
H A Dxfs_mount.h539 __XFS_IS_OPSTATE(clean, CLEAN)
/linux/arch/m68k/fpsp040/
H A Dsatan.S280 movew #0x0000,XDCARE(%a6) | ...CLEAN UP X JUST IN CASE
/linux/tools/testing/selftests/bpf/
H A DMakefile151 override define CLEAN macro
152 $(call msg,CLEAN)
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-reqbufs.rst161 :ref:`V4L2_BUF_FLAG_NO_CACHE_CLEAN <V4L2-BUF-FLAG-NO-CACHE-CLEAN>` and
H A Dbuffer.rst568 * .. _`V4L2-BUF-FLAG-NO-CACHE-CLEAN`:
/linux/
H A DMakefile2125 quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))