Searched refs:warnings (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | debugobjects.c | 1148 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 1174 if (warnings != debug_objects_warnings) { in check_results() 1176 warnings, debug_objects_warnings); in check_results() 1200 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 1206 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 1210 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1213 if (check_results(&obj, ODEBUG_STATE_ACTIVE, 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_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1222 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
D | Kconfig.kasan | 118 to avoid cluttering the output in stack overflow warnings,
|
D | Kconfig.debug | 259 Setting this too low will cause a lot of warnings. 351 section mismatch, instead of just throwing warnings. 370 in case of kernel bugs. (precise oopses/stacktraces/warnings) 1060 commonly used smp_processor_id() function and will print warnings 1308 Say Y here if you want to receive warnings for all uses of
|