/Linux-v5.10/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-v5.10/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-v5.10/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-v5.10/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-v5.10/include/linux/mtd/ |
D | xip.h | 68 #warning "missing IRQ and timer primitives for XIP MTD support" 69 #warning "some of the XIP MTD support code will be disabled" 70 #warning "your system will therefore be unresponsive when writing or erasing flash"
|
/Linux-v5.10/tools/perf/ |
D | Makefile.config | 392 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 424 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 429 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 434 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 496 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 513 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 544 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 547 msg := $(warning DWARF support is off, BPF prologue is disabled); 555 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 597 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
/Linux-v5.10/lib/ |
D | bug.c | 148 unsigned line, warning, once, done; in report_bug() local 161 warning = 0; in report_bug() 172 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug() 176 if (warning && once) { in report_bug() 196 if (warning) { in report_bug()
|
/Linux-v5.10/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, unused-but-set-variable) 21 subdir-ccflags-y += $(call cc-disable-warning, sign-compare) 22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 23 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides) 24 subdir-ccflags-y += $(call cc-disable-warning, uninitialized) 25 subdir-ccflags-y += $(call cc-disable-warning, frame-address) 29 CFLAGS_i915_pci.o = $(call cc-disable-warning, override-init) [all …]
|
/Linux-v5.10/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-v5.10/Documentation/RCU/ |
D | stallwarn.rst | 16 So your kernel printed an RCU CPU stall warning. The next question is 37 RCU CPU stall warning messages. Especially if you have added 54 memory, you might see stall-warning messages. 62 CONFIG_PREEMPT_RCU case, you might see stall-warning 79 - Testing a workload on a fast system, tuning the stall-warning 81 running the same workload with the same stall-warning timeout on a 105 The RCU, RCU-sched, and RCU-tasks implementations have CPU stall warning. 138 issues an RCU CPU stall warning. This time period is normally 146 -next- stall, or the following warning for the current stall 148 timing of the next warning for the current stall. [all …]
|
/Linux-v5.10/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 | 43 - st,thermal-warning-recover: 44 If present, thermal warning recovery is enabled. 49 - st,thermal-warning-adjustment: 50 If present, thermal warning adjustment is enabled.
|
/Linux-v5.10/tools/perf/tests/ |
D | attr.py | 124 log.warning("expected %s=%s, got %s" % (t, self[t], other[t])) 145 log.warning("running '%s'" % path) 160 log.warning("test limitation '%s'" % self.arch) 187 log.warning("excluded architecture list %s" % arch_list) 331 log.warning("unsupp %s" % obj.getMsg()) 333 log.warning("skipped %s" % obj.getMsg())
|
/Linux-v5.10/tools/perf/ui/ |
D | util.c | 26 .warning = perf_stdio__warning, 50 ret = perf_eops->warning(format, args); in ui__warning()
|
/Linux-v5.10/arch/arm64/ |
D | Makefile | 25 $(warning ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum) 33 $(warning LSE atomics not supported by binutils) 44 $(warning Detected assembler with broken .inst; disassembly will be unreliable) 49 KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
|
/Linux-v5.10/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-v5.10/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-v5.10/tools/objtool/Documentation/ |
D | stack-validation.txt | 183 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup 205 2. file.o: warning: objtool: .text+0x53: unreachable instruction 224 4. file.o: warning: objtool: func(): can't find starting instruction 226 file.o: warning: objtool: func()+0x11dd: can't decode instruction 233 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function 242 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac… 256 7. file: warning: objtool: func()+0x5c: stack state mismatch 273 8. file.o: warning: objtool: funcA() falls through to next function funcB() 292 9. file.o: warning: objtool: funcA() call to funcB() with UACCESS enabled 302 The intention of the warning is to prevent calls to funcB() from eventually [all …]
|
/Linux-v5.10/tools/perf/ui/gtk/ |
D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
/Linux-v5.10/arch/arm/kernel/ |
D | unwind.c | 18 #warning Your compiler does not have EABI support. 19 #warning ARM unwind is known to compile only with EABI compilers. 20 #warning Change compiler or disable ARM_UNWIND option. 22 #warning Your compiler is too buggy; it is known to not compile ARM unwind support. 23 #warning Change compiler or disable ARM_UNWIND option.
|
/Linux-v5.10/Documentation/hwmon/ |
D | ibm-cffps.rst | 33 fan1_alarm Fan 1 warning. 36 fan2_alarm Fan 2 warning.
|
/Linux-v5.10/scripts/ |
D | Makefile.extrawarn | 9 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 52 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
|
/Linux-v5.10/tools/lib/traceevent/ |
D | event-plugin.c | 457 warning("could not allocate plugin memory\n"); in load_plugin() 463 warning("could not load plugin '%s'\n%s\n", in load_plugin() 484 warning("could not find func '%s' in plugin '%s'\n%s\n", in load_plugin() 491 warning("could not allocate plugin memory\n"); in load_plugin() 619 warning("could not allocate plugin memory\n"); in tep_load_plugins_hook()
|
/Linux-v5.10/arch/s390/kernel/ |
D | nmi.c | 38 unsigned int warning : 1; member 165 if (mcck.warning) { /* WARNING pending ? */ in s390_handle_mcck() 448 mcck->warning = 1; in s390_do_machine_check()
|
/Linux-v5.10/Documentation/translations/zh_CN/ |
D | disclaimer-zh_CN.rst | 3 .. warning::
|