Home
last modified time | relevance | path

Searched refs:DEBUG_LOG_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dfasttimer.c56 #define DEBUG_LOG_MAX 128 macro
57 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()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dfasttimer.c63 #define DEBUG_LOG_MAX 128 macro
64 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()