Searched refs:_level (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/s390/include/asm/ |
D | debug.h | 247 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 251 int __level = _level; \ 377 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument 381 int __level = _level; \
|
/linux-6.1.9/include/linux/ |
D | printk.h | 379 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument 381 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \ 394 .level = __builtin_constant_p(_level) ? (_level) : NULL, \
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/ |
D | debug.h | 166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument 168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
|
/linux-6.1.9/tools/power/x86/intel-speed-select/ |
D | isst-display.c | 583 int _level; in isst_pbf_display_information() local 585 _level = print_package_info(id, outf); in isst_pbf_display_information() 586 _isst_pbf_display_information(id, outf, level, pbf_info, _level + 1); in isst_pbf_display_information() 594 int _level; in isst_fact_display_information() local 596 _level = print_package_info(id, outf); in isst_fact_display_information() 598 fact_info, _level + 1); in isst_fact_display_information()
|
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 865 #define PG_LEVEL_SHIFT(_level) ((_level - 1) * 9 + 12) argument 866 #define PG_LEVEL_SIZE(_level) (1ull << PG_LEVEL_SHIFT(_level)) argument
|
/linux-6.1.9/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument 88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__) 90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ argument 93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \
|