Searched refs:DEBUG_LOG_MAX (Results 1 – 2 of 2) sorted by relevance
56 #define DEBUG_LOG_MAX 128 macro57 static const char * debug_log_string[DEBUG_LOG_MAX];58 static unsigned long debug_log_value[DEBUG_LOG_MAX];68 if (++debug_log_cnt >= DEBUG_LOG_MAX) \70 debug_log_cnt = debug_log_cnt % DEBUG_LOG_MAX; \533 i = (i+1) % DEBUG_LOG_MAX; in proc_fasttimer_show()
63 #define DEBUG_LOG_MAX 128 macro64 static const char * debug_log_string[DEBUG_LOG_MAX];65 static unsigned long debug_log_value[DEBUG_LOG_MAX];75 if (++debug_log_cnt >= DEBUG_LOG_MAX) \77 debug_log_cnt = debug_log_cnt % DEBUG_LOG_MAX; \507 i = (i+1) % DEBUG_LOG_MAX; in proc_fasttimer_show()