Home
last modified time | relevance | path

Searched full:unwanted (Results 1 – 25 of 121) 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.c62 * load_unaligned_zeropad() can lead to unwanted loads across page in accept_memory()
63 * boundaries. The unwanted loads are typically harmless. But, they in accept_memory()
66 * #VE) to recover from these unwanted loads. in accept_memory()
/linux/arch/x86/include/asm/
H A Dvgtod.h7 * unwanted headers.
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c305 * which is unwanted, especially when Xorg is running.
307 * The hyperv_fb driver uses synthvid_send_ptr() to hide the unwanted
315 * draws an extra unwanted mouse pointer after the VM Connection window is
/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()
H A Dcrash.c190 * Look for any unwanted ranges between mstart, mend and remove them. This
250 /* Exclude unwanted mem ranges */ in prepare_elf_headers()
/linux/drivers/platform/x86/dell/
H A Ddell-rbtn.c270 * an unwanted input event. In order to ignore it, we use a flag in rbtn_resume()
454 * Ignore it to prevent unwanted input events. in rbtn_notify()
/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/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/arch/um/kernel/skas/
H A Dmmu.c47 /* Ensure the new MM is clean and nothing unwanted is mapped */ in init_new_context()
/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/scripts/lib/kdoc/
H A Dkdoc_files.py235 # 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/Documentation/devicetree/bindings/mfd/
H A Dsamsung,s2mps11.yaml58 suspended it will always go down thus triggering unwanted buck warm
/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.

12345