Searched refs:_fmt (Results 1 – 1 of 1) sorted by relevance
418 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument420 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \429 .fmt = __builtin_constant_p(_fmt) ? (_fmt) : NULL, \465 #define printk_index_wrap(_p_func, _fmt, ...) \ argument467 __printk_index_emit(_fmt, NULL, NULL); \468 _p_func(_fmt, ##__VA_ARGS__); \