Searched full:unwanted (Results 1 – 25 of 148) sorted by relevance
123456
/linux-6.12.1/scripts/ |
D | Makefile.headersinst | 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 68 quiet_cmd_remove = REMOVE $(unwanted) 69 cmd_remove = rm -f $(unwanted) 72 ifneq ($(unwanted),)
|
D | Makefile.asm-headers | 52 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/ |
D | volatile-considered-harmful.rst | 17 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/ |
D | pops-clicks.rst | 5 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/ |
D | unaccepted_memory.c | 62 * 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/ |
D | vgtod.h | 7 * unwanted headers.
|
/linux-6.12.1/arch/x86/kernel/ |
D | crash_dump_32.c | 20 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
|
D | crash.c | 181 * 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/ |
D | hyperv_drm_proto.c | 305 * 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/ |
D | dt_cpu_ftrs.c | 950 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/ |
D | TODO | 12 * Remove unnecessary/unwanted module parameters
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | microchip,sama7g5-pdmc.yaml | 69 enabling the PDMC microphones to avoid unwanted noise due to microphones
|
/linux-6.12.1/drivers/platform/x86/dell/ |
D | dell-rbtn.c | 270 * 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/ |
D | lock.c | 99 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/ |
D | mmu.c | 44 * Ensure the new MM is clean and nothing unwanted is mapped. in init_new_context()
|
/linux-6.12.1/tools/testing/selftests/exec/ |
D | load_address.c | 86 interp_needed ? "Wanted" : "Unwanted", in main()
|
/linux-6.12.1/drivers/char/tpm/ |
D | tpm_tis.c | 68 * 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/ |
D | arc.rst | 49 up front is critical to help prevent any unwanted issues during
|
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 48 * the full ucall() are problematic and/or unwanted. Note, this will come out
|
/linux-6.12.1/arch/sh/boards/mach-dreamcast/ |
D | irq.c | 126 /* Mask the ESR to filter any spurious, unwanted interrupts */ in systemasic_irq_demux()
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | samsung,s2mps11.yaml | 56 suspended it will always go down thus triggering unwanted buck warm
|
/linux-6.12.1/drivers/media/rc/ |
D | imon_raw.c | 54 * data & (BIT_ULL(offset) - 1) masks off any unwanted bits, in imon_ir_data()
|
/linux-6.12.1/arch/arm/boot/dts/nvidia/ |
D | tegra30-asus-nexus7-tilapia.dtsi | 190 * and this results in unwanted key-presses handled by
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_assert.h | 23 * Adding &drm_WARN or &drm_err to catch unwanted programming usage could lead
|
/linux-6.12.1/include/linux/soc/ti/ |
D | k3-ringacc.h | 31 * by a firewall from unwanted access
|
123456