Home
last modified time | relevance | path

Searched refs:_level (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_print.h12 #define guc_printk(_guc, _level, _fmt, ...) \ argument
13 gt_##_level(guc_to_gt(_guc), "GUC: " _fmt, ##__VA_ARGS__)
/linux-6.3-rc2/arch/s390/include/asm/
A Ddebug.h247 #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.3-rc2/include/linux/
A Dprintk.h377 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument
379 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \
392 .level = __builtin_constant_p(_level) ? (_level) : NULL, \
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Ddebug.h166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument
168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst-display.c590 int _level; in isst_pbf_display_information() local
592 _level = print_package_info(id, outf); in isst_pbf_display_information()
593 _isst_pbf_display_information(id, outf, level, pbf_info, _level + 1); in isst_pbf_display_information()
601 int _level; in isst_fact_display_information() local
603 _level = print_package_info(id, outf); in isst_fact_display_information()
605 fact_info, _level + 1); in isst_fact_display_information()
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/
A Dath5k.h87 #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__); \
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h1081 #define PG_LEVEL_SHIFT(_level) ((_level - 1) * 9 + 12) argument
1082 #define PG_LEVEL_SIZE(_level) (1ull << PG_LEVEL_SHIFT(_level)) argument

Completed in 25 milliseconds