| /kernel/linux/linux-5.10/scripts/ |
| D | Makefile.asm-generic | 37 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))
|
| 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),)
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Makefile.asm-generic | 37 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))
|
| 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),)
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| D | unaccepted_memory.c | 60 * 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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | vgtod.h | 7 * unwanted headers.
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | vgtod.h | 7 * unwanted headers.
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | dt_cpu_ftrs.c | 958 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node() 970 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node() 977 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node() 989 pr_warn("%s: unwanted os_support/fscr_bit_nr\n", uname); in process_cpufeatures_node() 996 pr_warn("%s: unwanted hwcap_bit_nr\n", uname); in process_cpufeatures_node()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | dt_cpu_ftrs.c | 940 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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | microchip,sama7g5-pdmc.yaml | 69 enabling the PDMC microphones to avoid unwanted noise due to microphones
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | crash_dump_32.c | 23 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
|
| D | crash.c | 210 * Look for any unwanted ranges between mstart, mend and remove them. This 260 /* Exclude unwanted mem ranges */ in prepare_elf_headers()
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | dell-rbtn.c | 270 * an unwanted input event. In order to ignore it, we use a flag in rbtn_resume() 456 * Ignore it to prevent unwanted input events. in rbtn_notify()
|
| /kernel/linux/linux-6.6/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() 455 * Ignore it to prevent unwanted input events. in rbtn_notify()
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | lock.c | 99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | lock.c | 99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
| D | load_address.c | 86 interp_needed ? "Wanted" : "Unwanted", in main()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | samsung,sec-core.txt | 37 unwanted buck warm reset (setting buck voltages to default values).
|
| /kernel/linux/linux-6.6/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
|