Searched refs:_fmt (Results 1 – 1 of 1) sorted by relevance
436 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument438 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \447 .fmt = __builtin_constant_p(_fmt) ? (_fmt) : NULL, \483 #define printk_index_wrap(_p_func, _fmt, ...) \ argument485 __printk_index_emit(_fmt, NULL, NULL); \486 _p_func(_fmt, ##__VA_ARGS__); \
Completed in 7 milliseconds