Home
last modified time | relevance | path

Searched full:unwanted (Results 1 – 25 of 103) sorted by relevance

12345

/linux/Documentation/process/
H A Dvolatile-considered-harmful.rst17 unwanted concurrent access, which is very much a different task. The
18 process of protecting against unwanted concurrency will also avoid almost
23 unwanted optimization. If they are being used properly, there will be no
58 architectures. Those accessors are written to prevent unwanted
/linux/scripts/
H A DMakefile.headersinst50 unwanted := $(filter-out $(all-headers), $(old-headers))
68 quiet_cmd_remove = REMOVE $(unwanted)
69 cmd_remove = rm -f $(unwanted)
72 ifneq ($(unwanted),)
H A DMakefile.asm-headers52 unwanted := $(filter-out $(generic-y) $(generated-y) $(syscall-y),$(old-headers))
57 quiet_cmd_remove = REMOVE $(unwanted)
58 cmd_remove = rm -f $(unwanted)
74 $(if $(unwanted),$(call cmd,remove))
/linux/Documentation/sound/soc/
H A Dpops-clicks.rst5 Pops and clicks are unwanted audio artifacts caused by the powering up and down
50 An unwanted zipper noise can occur within the audio playback or capture stream
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c65 * load_unaligned_zeropad() can lead to unwanted loads across page in accept_memory()
66 * boundaries. The unwanted loads are typically harmless. But, they in accept_memory()
69 * #VE) to recover from these unwanted loads. in accept_memory()
/linux/arch/x86/include/asm/
H A Dvgtod.h7 * unwanted headers.
/linux/arch/x86/kernel/
H A Dcrash_dump_32.c20 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
/linux/Documentation/devicetree/bindings/sound/
H A Dmicrochip,sama7g5-pdmc.yaml69 enabling the PDMC microphones to avoid unwanted noise due to microphones
/linux/drivers/char/tpm/
H A Dtpm_tis.c68 * write requests can lead to unwanted latency spikes by blocking the CPU until
81 * write requests can lead to unwanted latency spikes by blocking the CPU until
/linux/drivers/platform/x86/dell/
H A Ddell-rbtn.c269 * an unwanted input event. In order to ignore it, we use a flag in rbtn_resume()
475 * Ignore it to prevent unwanted input events. in rbtn_notify()
/linux/tools/testing/selftests/exec/
H A Dload_address.c86 interp_needed ? "Wanted" : "Unwanted", in main()
/linux/Documentation/arch/arc/
H A Darc.rst49 up front is critical to help prevent any unwanted issues during
/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h48 * the full ucall() are problematic and/or unwanted. Note, this will come out
/linux/arch/sh/boards/mach-dreamcast/
H A Dirq.c126 /* Mask the ESR to filter any spurious, unwanted interrupts */ in systemasic_irq_demux()
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-tilapia.dtsi190 * and this results in unwanted key-presses handled by
/linux/include/linux/soc/ti/
H A Dk3-ringacc.h31 * by a firewall from unwanted access
/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py324 # NOTE: we can add rules here to filter out unwanted parts,
/linux/drivers/net/ethernet/intel/libeth/
H A Dxsk.c34 * to avoid unwanted inlining.
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py89 # Prune unwanted directories.
/linux/drivers/md/
H A Ddm-log-userspace-transfer.c164 * before populating to ensure that no unwanted bits leak
/linux/drivers/firmware/efi/libstub/
H A DMakefile109 # so work around this by explicitly removing the unwanted section.
/linux/arch/x86/kvm/
H A Dioapic.c398 * buggy: the guest will receive an extra unwanted interrupt. in ioapic_write_indirect()
412 * an interrupt, although may get an extra unwanted interrupt. in ioapic_write_indirect()
/linux/Documentation/mm/
H A Dhighmem.rst126 and disable pagefaults. This could be a source of unwanted latency. Therefore
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst59 instead of from the kernel log, but very useful when printk() adds unwanted
/linux/Documentation/wmi/devices/
H A Duniwill-laptop.rst90 .. warning:: Randomly poking the EC can potentially cause damage to the machine and other unwanted

12345