Searched refs:clean (Results 226 - 250 of 288) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A DMakefile162 $(Q)$(MAKE) -C bpf_testmod clean
163 $(Q)$(MAKE) docs-clean
342 docs-clean:
772 .PHONY: docs docs-clean
/linux-master/kernel/
H A DMakefile162 clean-files := kheaders_data.tar.xz kheaders.md5
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S176 bra commonE |go clean and exit
207 bra do_clean |go clean and exit
274 bra do_clean |go clean and exit
H A Dx_unfl.S82 | inex2 or inex1 occurred, we must clean up and branch to the
H A Dx_snan.S59 | inex2 or inex1 occurred, we must clean up and branch to the
/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c251 goto clean;
265 goto clean;
283 clean:
/linux-master/arch/arm/mach-omap2/
H A DMakefile226 clean-files += pm-asm-offsets.h
H A Dsleep44xx.S75 mov r1, #0xFF @ clean seucre L1
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile178 @echo " clean clean the sysroot, initramfs, build and output files"
267 clean:
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h34 u64 clean; member in struct:ionic_tx_stats
H A Dionic_stats.c133 IONIC_TX_STAT_DESC(clean),
/linux-master/fs/xfs/
H A Dxfs_mount.h389 #define XFS_OPSTATE_CLEAN 1 /* mount was clean */
431 __XFS_IS_OPSTATE(clean, CLEAN)
451 { (1UL << XFS_OPSTATE_CLEAN), "clean" }, \
/linux-master/arch/powerpc/kernel/
H A DMakefile223 clean-files := vmlinux.lds
/linux-master/drivers/scsi/
H A DMakefile186 # Files generated that shall be removed upon make clean
187 clean-files := 53c700_d.h 53c700_u.h
/linux-master/tools/lib/bpf/
H A DMakefile266 clean:
295 @echo ' clean - remove all generated files'
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c128 .param.clean.wcid = wcid,
129 .param.clean.band = phy->mt76->band_idx,
/linux-master/arch/arm/mm/
H A Dproc-macros.S271 mcr p15, 0, r0, c7, c10, 1 @ clean L1 D line
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c933 * evicted and the OTable becomes clean.
1105 * In order of increasing guest_memory_offset, clean dirty resources
1112 if (!found->func->clean)
1115 ret = found->func->clean(found);
/linux-master/drivers/comedi/drivers/
H A Dcomedi_test.c837 goto clean;
843 clean:
/linux-master/drivers/usb/gadget/function/
H A Du_ether.c287 goto clean;
303 clean:
/linux-master/drivers/net/
H A Dtun.c635 static void __tun_detach(struct tun_file *tfile, bool clean) argument
642 if (tun && clean) {
661 if (clean) {
674 } else if (tfile->detached && clean) {
679 if (clean) {
693 static void tun_detach(struct tun_file *tfile, bool clean) argument
701 __tun_detach(tfile, clean);
706 if (clean)
/linux-master/scripts/
H A Dcheckpatch.pl1645 my $clean = 'X' x length($1);
1646 $res =~ s@\<.*\>@<$clean>@;
1650 my $clean = 'X' x length($1);
1651 $res =~ s@(\#\s*(?:error|warning)\s+).*@$1$clean@;
2469 our $clean = 0;
2479 our $clean = 0;
2489 our $clean = 0;
2637 our $clean = 1;
6618 # $clean = 0;
7680 if ($mailback && ($clean
[all...]
/linux-master/drivers/md/
H A Ddm-cache-metadata.c891 * Checks that the given cache block is either unmapped or clean.
1057 bool clean; local
1064 r = blocks_are_unmapped_or_clean(cmd, new_cache_size, cmd->cache_blocks, &clean);
1070 if (!clean) {
/linux-master/arch/x86/kvm/svm/
H A Dnested.c206 (svm->nested.ctl.clean & BIT(HV_VMCB_NESTED_ENLIGHTENMENTS)))
375 to->clean = from->clean;
1219 * some vmcb12 fields are not loaded if they are marked clean
1575 /* 'clean' and 'hv_enlightenments' are not changed by KVM */
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or

Completed in 486 milliseconds

1234567891011>>