Searched refs:unwanted (Results 1 – 25 of 32) sorted by relevance
12
/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
|
D | email-clients.rst | 38 and unwanted line breaks.
|
/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/staging/media/atomisp/ |
D | TODO | 12 * Remove unnecessary/unwanted module parameters
|
/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/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/arch/arm/boot/dts/axis/ |
D | artpec6.dtsi | 160 * leave the unwanted node as disabled.
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | stan.S | 316 |--there is a danger of unwanted overflow in first LOOP iteration. In this
|
/linux-6.12.1/Documentation/hwmon/ |
D | vt1211.rst | 43 Be aware that overriding BIOS defaults might cause some unwanted side effects!
|
D | lm93.rst | 224 The LM93 can also apply hysteresis to the offset table, to prevent unwanted
|
/linux-6.12.1/Documentation/wmi/devices/ |
D | msi-wmi-platform.rst | 181 to the machine and other unwanted side effects, please be careful.
|
/linux-6.12.1/tools/perf/util/ |
D | auxtrace.c | 1901 unsigned int unwanted = len1 % itr->alignment; in __auxtrace_mmap__read() local 1903 len1 -= unwanted; in __auxtrace_mmap__read() 1904 size -= unwanted; in __auxtrace_mmap__read()
|
/linux-6.12.1/Documentation/mm/ |
D | highmem.rst | 126 and disable pagefaults. This could be a source of unwanted latency. Therefore
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | philips.rst | 108 introduce some unwanted artefacts. The default is 2, medium compression.
|
D | bttv.rst | 174 quality which leading to unwanted sound
|
/linux-6.12.1/Documentation/admin-guide/kdump/ |
D | kdump.rst | 507 with specified options to filter out unwanted contents, e.g::
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-util-clamp.rst | 638 Combing with issue described below, this can lead to unwanted frequency spikes
|
/linux-6.12.1/kernel/trace/ |
D | Kconfig | 998 but it does cause unwanted overhead. Enabling this option will
|
/linux-6.12.1/Documentation/dev-tools/ |
D | checkpatch.rst | 1220 unwanted fallthrough.
|
/linux-6.12.1/Documentation/filesystems/ |
D | fsverity.rst | 854 properties are unwanted for fs-verity, so reusing the immutable
|
/linux-6.12.1/Documentation/admin-guide/cifs/ |
D | usage.rst | 642 Must use packet signing (helps avoid unwanted data modification
|
/linux-6.12.1/Documentation/kbuild/ |
D | makefiles.rst | 532 unwanted results when the target is up to date and only the
|
/linux-6.12.1/Documentation/networking/ |
D | can.rst | 618 sending the CAN frame is assumed to be unwanted and therefore
|
12