Home
last modified time | relevance | path

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

123456

/linux-6.12.1/scripts/
DMakefile.headersinst50 unwanted := $(filter-out $(all-headers), $(old-headers))
68 quiet_cmd_remove = REMOVE $(unwanted)
69 cmd_remove = rm -f $(unwanted)
72 ifneq ($(unwanted),)
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-6.12.1/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.12.1/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.12.1/drivers/firmware/efi/
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-6.12.1/arch/x86/include/asm/
Dvgtod.h7 * unwanted headers.
/linux-6.12.1/arch/x86/kernel/
Dcrash_dump_32.c20 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
Dcrash.c181 * Look for any unwanted ranges between mstart, mend and remove them. This
231 /* Exclude unwanted mem ranges */ in prepare_elf_headers()
/linux-6.12.1/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.12.1/arch/powerpc/kernel/
Ddt_cpu_ftrs.c950 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node()
962 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node()
969 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node()
981 pr_warn("%s: unwanted os_support/fscr_bit_nr\n", uname); in process_cpufeatures_node()
988 pr_warn("%s: unwanted hwcap_bit_nr\n", uname); in process_cpufeatures_node()
/linux-6.12.1/drivers/staging/media/atomisp/
DTODO12 * Remove unnecessary/unwanted module parameters
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dmicrochip,sama7g5-pdmc.yaml69 enabling the PDMC microphones to avoid unwanted noise due to microphones
/linux-6.12.1/drivers/platform/x86/dell/
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-6.12.1/fs/reiserfs/
Dlock.c99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
/linux-6.12.1/arch/um/kernel/skas/
Dmmu.c44 * Ensure the new MM is clean and nothing unwanted is mapped. in init_new_context()
/linux-6.12.1/tools/testing/selftests/exec/
Dload_address.c86 interp_needed ? "Wanted" : "Unwanted", in main()
/linux-6.12.1/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.12.1/Documentation/arch/arc/
Darc.rst49 up front is critical to help prevent any unwanted issues during
/linux-6.12.1/tools/testing/selftests/kvm/include/
Ducall_common.h48 * the full ucall() are problematic and/or unwanted. Note, this will come out
/linux-6.12.1/arch/sh/boards/mach-dreamcast/
Dirq.c126 /* Mask the ESR to filter any spurious, unwanted interrupts */ in systemasic_irq_demux()
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dsamsung,s2mps11.yaml56 suspended it will always go down thus triggering unwanted buck warm
/linux-6.12.1/drivers/media/rc/
Dimon_raw.c54 * data & (BIT_ULL(offset) - 1) masks off any unwanted bits, in imon_ir_data()
/linux-6.12.1/arch/arm/boot/dts/nvidia/
Dtegra30-asus-nexus7-tilapia.dtsi190 * and this results in unwanted key-presses handled by
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_assert.h23 * Adding &drm_WARN or &drm_err to catch unwanted programming usage could lead
/linux-6.12.1/include/linux/soc/ti/
Dk3-ringacc.h31 * by a firewall from unwanted access

123456