Home
last modified time | relevance | path

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

123456

/linux-6.8/scripts/
DMakefile.asm-generic37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
42 quiet_cmd_remove = REMOVE $(unwanted)
43 cmd_remove = rm -f $(unwanted)
46 $(if $(unwanted),$(call cmd,remove))
DMakefile.headersinst50 unwanted := $(filter-out $(all-headers), $(old-headers))
68 quiet_cmd_remove = REMOVE $(unwanted)
69 cmd_remove = rm -f $(unwanted)
72 ifneq ($(unwanted),)
/linux-6.8/Documentation/process/
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-6.8/drivers/firmware/efi/
Dunaccepted_memory.c60 * load_unaligned_zeropad() can lead to unwanted loads across page in accept_memory()
61 * boundaries. The unwanted loads are typically harmless. But, they in accept_memory()
64 * #VE) to recover from these unwanted loads. in accept_memory()
/linux-6.8/Documentation/sound/soc/
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-6.8/arch/x86/include/asm/
Dvgtod.h7 * unwanted headers.
/linux-6.8/arch/x86/kernel/
Dcrash_dump_32.c20 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
Dcrash.c165 * Look for any unwanted ranges between mstart, mend and remove them. This
215 /* Exclude unwanted mem ranges */ in prepare_elf_headers()
/linux-6.8/drivers/gpu/drm/hyperv/
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-6.8/arch/powerpc/kernel/
Ddt_cpu_ftrs.c940 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node()
952 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node()
959 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node()
971 pr_warn("%s: unwanted os_support/fscr_bit_nr\n", uname); in process_cpufeatures_node()
978 pr_warn("%s: unwanted hwcap_bit_nr\n", uname); in process_cpufeatures_node()
/linux-6.8/Documentation/devicetree/bindings/sound/
Dmicrochip,sama7g5-pdmc.yaml69 enabling the PDMC microphones to avoid unwanted noise due to microphones
/linux-6.8/drivers/platform/x86/dell/
Ddell-rbtn.c270 * an unwanted input event. In order to ignore it, we use a flag in rbtn_resume()
455 * Ignore it to prevent unwanted input events. in rbtn_notify()
/linux-6.8/fs/reiserfs/
Dlock.c99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
/linux-6.8/drivers/char/tpm/
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-6.8/Documentation/arch/arc/
Darc.rst49 up front is critical to help prevent any unwanted issues during
/linux-6.8/tools/testing/selftests/kvm/include/
Ducall_common.h48 * the full ucall() are problematic and/or unwanted. Note, this will come out
/linux-6.8/arch/sh/boards/mach-dreamcast/
Dirq.c126 /* Mask the ESR to filter any spurious, unwanted interrupts */ in systemasic_irq_demux()
/linux-6.8/drivers/media/rc/
Dimon_raw.c54 * data & (BIT_ULL(offset) - 1) masks off any unwanted bits, in imon_ir_data()
/linux-6.8/Documentation/devicetree/bindings/mfd/
Dsamsung,s2mps11.yaml56 suspended it will always go down thus triggerring unwanted buck warm
/linux-6.8/drivers/gpu/drm/xe/
Dxe_assert.h23 * Adding &drm_WARN or &drm_err to catch unwanted programming usage could lead
/linux-6.8/arch/arm/boot/dts/nvidia/
Dtegra30-asus-nexus7-tilapia.dtsi190 * and this results in unwanted key-presses handled by
/linux-6.8/include/linux/soc/ti/
Dk3-ringacc.h31 * by a firewall from unwanted access
/linux-6.8/scripts/clang-tools/
Dgen_compile_commands.py89 # Prune unwanted directories.
/linux-6.8/drivers/firmware/efi/libstub/
DMakefile107 # so work around this by explicitly removing the unwanted section.
/linux-6.8/drivers/md/
Ddm-log-userspace-transfer.c164 * before populating to ensure that no unwanted bits leak

123456