Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/
Dlib.mk119 define CLEAN
124 $(CLEAN)
/linux-6.1.9/tools/testing/selftests/futex/
DMakefile31 override define CLEAN
/linux-6.1.9/tools/testing/selftests/sparc64/
DMakefile43 override define CLEAN
/linux-6.1.9/scripts/
DMakefile.clean43 quiet_cmd_clean = CLEAN $(obj)
/linux-6.1.9/tools/testing/selftests/powerpc/
DMakefile68 override define CLEAN
/linux-6.1.9/drivers/mtd/
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-6.1.9/kernel/bpf/preload/iterators/
DMakefile41 $(call msg,CLEAN)
/linux-6.1.9/tools/bpf/resolve_btfids/
DMakefile87 $(call msg,CLEAN,$(BINARY))
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
Drohm,bd71815-regulator.yaml93 # (RUN /CLEAN according to data-sheet) and non operational states
/linux-6.1.9/arch/arm/boot/dts/
Dimx6dl-plybas.dts31 label = "CLEAN";
/linux-6.1.9/fs/xfs/
Dxfs_mount.h416 __XFS_IS_OPSTATE(clean, CLEAN)
/linux-6.1.9/tools/testing/selftests/bpf/
DMakefile108 override define CLEAN
109 $(call msg,CLEAN)
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-reqbufs.rst165 :ref:`V4L2_BUF_FLAG_NO_CACHE_CLEAN <V4L2-BUF-FLAG-NO-CACHE-CLEAN>` and
Dbuffer.rst573 * .. _`V4L2-BUF-FLAG-NO-CACHE-CLEAN`:
/linux-6.1.9/arch/m68k/fpsp040/
Dsatan.S280 movew #0x0000,XDCARE(%a6) | ...CLEAN UP X JUST IN CASE
/linux-6.1.9/arch/x86/kvm/
Dlapic.c216 CLEAN, enumerator
229 if (atomic_read_acquire(&kvm->arch.apic_map_dirty) == CLEAN) in kvm_recalculate_apic_map()
241 DIRTY, UPDATE_IN_PROGRESS) == CLEAN) { in kvm_recalculate_apic_map()
315 UPDATE_IN_PROGRESS, CLEAN); in kvm_recalculate_apic_map()
/linux-6.1.9/
DMakefile2118 quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))