/linux-6.1.9/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 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-6.1.9/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 4 warning = $(warning-if,y,$(1)) variable 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-6.1.9/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)) variable 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-6.1.9/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-6.1.9/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-6.1.9/tools/perf/ |
D | Makefile.config | 430 …msg := $(warning No libelf found. Disables 'probe' tool, jvmti and BPF support in 'perf record'. P… 462 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 467 …msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… 472 …msg := $(warning Old libdw.h, finding variables at given 'perf probe' point will not work, install… 536 msg := $(warning gelf_getnote() not found on libelf, SDT support disabled); 553 …msg := $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF … 622 …msg := $(warning BPF prologue is not supported by architecture $(SRCARCH), missing regs_query_regi… 625 msg := $(warning DWARF support is off, BPF prologue is disabled); 633 …msg := $(warning No sys/sdt.h found, no SDT events are defined, please install systemtap-sdt-devel… 675 msg := $(warning No debug_frame support found in libunwind-aarch64); [all …]
|
/linux-6.1.9/Documentation/translations/zh_CN/doc-guide/ |
D | contributing.rst | 47 ./drivers/devfreq/devfreq.c:1818: warning: bad line: 49 ./drivers/devfreq/devfreq.c:1854: warning: bad line: 75 ./drivers/devfreq/devfreq.c:1818: warning: bad line: 77 ./drivers/devfreq/devfreq.c:1854: warning: bad line: 177 .. warning ::
|
/linux-6.1.9/lib/ |
D | bug.c | 160 unsigned line, warning, once, done; in report_bug() local 173 warning = (bug->flags & BUGFLAG_WARNING) != 0; in report_bug() 177 if (warning && once) { in report_bug() 196 if (warning) { in report_bug()
|
/linux-6.1.9/scripts/ |
D | Makefile.extrawarn | 9 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned) 64 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast) 66 KBUILD_CFLAGS += $(call cc-disable-warning, unaligned-access) 67 KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
|
/linux-6.1.9/include/uapi/linux/ |
D | cyclades.h | 6 #warning "Support for features provided by this header has been removed" 7 #warning "Please consider updating your code"
|
/linux-6.1.9/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 117 The RCU, RCU-sched, and RCU-tasks implementations have CPU stall warning. 150 issues an RCU CPU stall warning. This time period is normally 158 *next* stall, or the following warning for the current stall 160 timing of the next warning for the current stall. [all …]
|
/linux-6.1.9/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-6.1.9/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-6.1.9/tools/testing/selftests/arm64/mte/ |
D | Makefile | 23 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.) 24 $(warning test program "mte" will not be created.)
|
/linux-6.1.9/tools/perf/ui/ |
D | util.c | 29 .warning = perf_stdio__warning, 55 ret = perf_eops->warning(format, args); in ui__warning()
|
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/ |
D | dlg,da9150-fuel-gauge.yaml | 27 description: Battery discharge level (%) where warning event raised. 35 This value should be lower than the warning level.
|
/linux-6.1.9/tools/perf/ui/gtk/ |
D | util.c | 109 .warning = perf_gtk__warning_info_bar, 111 .warning = perf_gtk__warning_statusbar,
|
/linux-6.1.9/Documentation/devicetree/bindings/regulator/ |
D | maxim,max8973.yaml | 23 Junction warning temperature threshold in millicelsius. If die 24 temperature crosses this level then device generates the warning 27 supported threshold warning temperature for MAX77621 are 120 degC and 140
|
/linux-6.1.9/tools/objtool/Documentation/ |
D | objtool.txt | 261 1. file.o: warning: objtool: func()+0x128: call without frame pointer save/setup 283 2. file.o: warning: objtool: .text+0x53: unreachable instruction 302 4. file.o: warning: objtool: func(): can't find starting instruction 304 file.o: warning: objtool: func()+0x11dd: can't decode instruction 311 5. file.o: warning: objtool: func()+0x6: unsupported instruction in callable function 320 6. file.o: warning: objtool: func()+0x26: sibling call from callable instruction with modified stac… 334 7. file: warning: objtool: func()+0x5c: stack state mismatch 351 8. file.o: warning: objtool: funcA() falls through to next function funcB() 370 9. file.o: warning: objtool: funcA() call to funcB() with UACCESS enabled 380 The intention of the warning is to prevent calls to funcB() from eventually [all …]
|
/linux-6.1.9/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-6.1.9/drivers/of/unittest-data/ |
D | tests-interrupts.dtsi | 42 * warning from dtc starting with 44 * The warning is suppressed by adding
|
/linux-6.1.9/Documentation/hwmon/ |
D | ibm-cffps.rst | 33 fan1_alarm Fan 1 warning. 36 fan2_alarm Fan 2 warning.
|
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/ |
D | reporting-issues.rst | 123 * 如果失敗涉及「panic」、「Oops」、「warning」或「BUG」,請考慮解碼內核日誌以查找觸 682 如後文所述。還要注意,預編譯的內核可能缺少在出現panic、Oops、warning或BUG時 701 注意:如果您正在處理來自內核的pannc、Oops、warning或BUG,請在配置內核時嘗試 752 *如果失敗涉及「panic」、「Oops」、「warning」或「BUG」,請考慮解碼內核日誌以查找 759 「warning」或「BUG」,從而增加了有人提供修復的機率。 903 * 如果你處理的是內核的「warning」、「OOPS」或「panic」,請包含它。如果你不能複製
|
/linux-6.1.9/arch/s390/kernel/ |
D | nmi.c | 40 unsigned int warning : 1; member 155 if (mcck.warning) { /* WARNING pending ? */ in __s390_handle_mcck() 491 mcck->warning = 1; in s390_do_machine_check()
|