Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 4 of 4) sorted by relevance

/lib/
Ddebugobjects.c1151 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument
1177 if (warnings != debug_objects_warnings) { in check_results()
1179 warnings, debug_objects_warnings); in check_results()
1203 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1209 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest()
1213 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1216 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1219 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1222 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1225 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
[all …]
DKconfig.ubsan16 bool "On Sanitizer warnings, abort the running kernel code"
24 turns all warnings (including potentially harmless conditions)
DKconfig.kasan161 avoid cluttering the log with stack overflow warnings.
DKconfig.debug416 Setting this too low will cause a lot of warnings.
474 section mismatch, instead of just throwing warnings.
505 in case of kernel bugs. (precise oopses/stacktraces/warnings)
1233 commonly used smp_processor_id() function and will print warnings
1577 Say Y here if you want to receive warnings for all uses of
2325 no compiler warnings from C=1 sparse checker or -Wextra