/Linux-v4.19/scripts/ |
D | Makefile.extrawarn | 14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 21 warning- := $(empty) 23 warning-1 := -Wextra -Wunused -Wno-unused-parameter 24 warning-1 += -Wmissing-declarations 25 warning-1 += -Wmissing-format-attribute 26 warning-1 += $(call cc-option, -Wmissing-prototypes) 27 warning-1 += -Wold-style-definition 28 warning-1 += $(call cc-option, -Wmissing-include-dirs) 29 warning-1 += $(call cc-option, -Wunused-but-set-variable) 30 warning-1 += $(call cc-option, -Wunused-const-variable) [all …]
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 4 warning = $(warning-if,y,$(1)) 9 $(warning,hello$(comma) world) 13 $(warning, ' " '" ' ''' "'") 17 $(warning,$) 18 $(warning,$$) 20 $(warning,$($)) 25 $(warning,$(dollar)(X)) 30 $(warning,$(left_paren)) 35 $(warning,$(Y)) 39 $(warning,$(Y)) [all …]
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 4 warning = $(warning-if,y,$(1)) 10 $(warning,SIMPLE = $(SIMPLE)) 16 $(warning,RECURSIVE = $(RECURSIVE)) 22 $(warning,SIMPLE = $(SIMPLE)) 28 $(warning,RECURSIVE = $(RECURSIVE)) 35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE)) 41 $(warning,AB = $(AB)) 45 $(warning,$(greeting,Hello,John)) 50 $(warning,$(greeting,Hello)) 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 6 # 'warning-if', if the first argument is y, sends the second argument to stderr, 8 $(warning-if,y,hello world 1) 15 warning = $(warning-if,y,$(1)) 18 $(warning,$(shell,echo hello world 3)) 22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n')) 26 $(warning,filename=$(filename)) 27 $(warning,lineno=$(lineno))
|
/Linux-v4.19/include/acpi/platform/ |
D | acintel.h | 41 #pragma warning(disable:981) 44 #pragma warning(disable:4100) 47 #pragma warning(disable:4127) 50 #pragma warning(disable:4706) 53 #pragma warning(disable:4214)
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | Makefile | 16 subdir-ccflags-y += $(call cc-disable-warning, unused-parameter) 17 subdir-ccflags-y += $(call cc-disable-warning, type-limits) 18 subdir-ccflags-y += $(call cc-disable-warning, missing-field-initializers) 19 subdir-ccflags-y += $(call cc-disable-warning, implicit-fallthrough) 20 subdir-ccflags-y += $(call cc-disable-warning, unused-but-set-variable) 22 subdir-ccflags-y += $(call cc-disable-warning, sign-compare) 23 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 24 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides) 28 CFLAGS_i915_pci.o = $(call cc-disable-warning, override-init) 29 CFLAGS_intel_fbdev.o = $(call cc-disable-warning, override-init)
|
/Linux-v4.19/tools/perf/ |
D | Makefile.config | 318 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 338 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 343 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 348 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 404 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 413 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 434 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 437 msg := $(warning DWARF support is off, BPF prologue is disabled); 445 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 485 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
/Linux-v4.19/include/linux/mtd/ |
D | xip.h | 71 #warning "missing IRQ and timer primitives for XIP MTD support" 72 #warning "some of the XIP MTD support code will be disabled" 73 #warning "your system will therefore be unresponsive when writing or erasing flash"
|
/Linux-v4.19/lib/ |
D | bug.c | 147 unsigned line, warning, once, done; in report_bug() local 158 warning = 0; in report_bug() 169 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug() 173 if (warning && once) { in report_bug() 184 if (warning) { in report_bug()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | drv_conf.h | 13 …#warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC automatical… 17 #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_VENDOR_REQ_RETRY automatically"
|
/Linux-v4.19/Documentation/translations/it_IT/ |
D | index.rst | 50 .. warning:: 60 .. warning:: 71 .. warning:: 92 .. warning:: 106 .. warning:: 116 .. warning::
|
/Linux-v4.19/Documentation/RCU/ |
D | stallwarn.txt | 11 So your kernel printed an RCU CPU stall warning. The next question is 35 RCU CPU stall warning messages. Especially if you have added 52 memory, you might see stall-warning messages. 60 CONFIG_PREEMPT_RCU case, you might see stall-warning 71 o Testing a workload on a fast system, tuning the stall-warning 73 running the same workload with the same stall-warning timeout on a 91 warning. Note that SRCU does -not- have CPU stall warnings. Please note 121 issues an RCU CPU stall warning. This time period is normally 129 -next- stall, or the following warning for the current stall 131 timing of the next warning for the current stall. [all …]
|
/Linux-v4.19/tools/perf/tests/ |
D | attr.py | 119 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 140 log.warning("running '%s'" % path) 155 log.warning("test limitation '%s'" % self.arch) 182 log.warning("excluded architecture list %s" % arch_list) 326 log.warning("unsupp %s" % obj.getMsg()) 328 log.warning("skipped %s" % obj.getMsg())
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 39 - st,thermal-warning-recover: 40 If present, thermal warning recovery is enabled. 42 - st,thermal-warning-adjustment: 43 If present, thermal warning adjustment is enabled. 63 - st,overcurrent-warning-adjustment: 64 If present, overcurrent warning adjustment is enabled.
|
D | st,sta32x.txt | 39 - st,thermal-warning-recover: 40 If present, thermal warning recovery is enabled. 42 - st,thermal-warning-adjustment: 43 If present, thermal warning adjustment is enabled.
|
/Linux-v4.19/arch/arm/crypto/ |
D | Makefile | 27 $(warning These CRC Extensions modules need binutils 2.23 or higher) 28 $(warning $(crc-obj-y) $(crc-obj-m)) 37 $(warning These ARMv8 Crypto Extensions modules need binutils 2.23 or higher) 38 $(warning $(ce-obj-y) $(ce-obj-m))
|
/Linux-v4.19/tools/perf/ui/ |
D | util.c | 26 .warning = perf_stdio__warning, 50 ret = perf_eops->warning(format, args); in ui__warning()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-plugin.c | 283 warning("could not allocate plugin memory\n"); in load_plugin() 289 warning("could not load plugin '%s'\n%s\n", in load_plugin() 300 warning("could not find func '%s' in plugin '%s'\n%s\n", in load_plugin() 307 warning("could not allocate plugin memory\n"); in load_plugin() 410 warning("could not allocate plugin memory\n"); in load_plugins()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | da9150-fg.txt | 8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised. 11 This value should be lower than the warning level.
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | max8973-regulator.txt | 35 -junction-warn-millicelsius: u32, junction warning temperature threshold 37 device generates the warning interrupts. 40 supported threshold warning temperature for MAX77621 are 120 degC and 140 degC.
|
/Linux-v4.19/arch/arm64/ |
D | Makefile | 27 $(warning ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum) 40 $(warning LSE atomics not supported by binutils) 48 $(warning Detected assembler with broken .inst; disassembly will be unreliable)
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | util.c | 110 .warning = perf_gtk__warning_info_bar, 112 .warning = perf_gtk__warning_statusbar,
|
/Linux-v4.19/arch/arm/kernel/ |
D | unwind.c | 31 #warning Your compiler does not have EABI support. 32 #warning ARM unwind is known to compile only with EABI compilers. 33 #warning Change compiler or disable ARM_UNWIND option. 35 #warning Your compiler is too buggy; it is known to not compile ARM unwind support. 36 #warning Change compiler or disable ARM_UNWIND option.
|
/Linux-v4.19/ |
D | Makefile | 606 $(call cc-disable-warning,maybe-uninitialized,) 655 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) 656 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 657 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow) 658 KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context) 662 KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,) 665 KBUILD_CFLAGS += -O2 $(call cc-disable-warning,maybe-uninitialized,) 672 $(call cc-disable-warning,maybe-uninitialized,)) 702 KBUILD_CFLAGS += $(call cc-disable-warning, format-invalid-specifier) 703 KBUILD_CFLAGS += $(call cc-disable-warning, gnu) [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | ibm-cffps | 31 fan1_alarm Fan 1 warning. 34 fan2_alarm Fan 2 warning.
|