Searched refs:warnings (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | debugobjects.c | 870 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 896 if (warnings != debug_objects_warnings) { in check_results() 898 warnings, debug_objects_warnings); in check_results() 921 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 927 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest() 931 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 934 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 937 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 940 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 943 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|
D | Kconfig.kmemcheck | 90 This option silences warnings that would be generated for bit-field
|
D | Kconfig.debug | 51 Setting this too low will cause a lot of warnings. 523 commonly used smp_processor_id() function and will print warnings 877 in case of kernel bugs. (precise oopses/stacktraces/warnings) 918 disabling, allowing multiple RCU-lockdep warnings to be printed 921 Say Y to allow multiple RCU-lockdep warnings per boot. 993 RCU grace period persists, additional CPU stall warnings are
|