Searched refs:STATIC_TRACE_LEVEL (Results 1 – 2 of 2) sorted by relevance
11 #define STATIC_TRACE_LEVEL BIT(1) macro29 if (static_msg_level & STATIC_TRACE_LEVEL) { \
12 #define STATIC_TRACE_LEVEL (1 << 1) macro30 if (static_msg_level & STATIC_TRACE_LEVEL) { \