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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dfasttimer.c57 #define DEBUG_LOG_MAX 128 macro
58 static const char * debug_log_string[DEBUG_LOG_MAX];
59 static unsigned long debug_log_value[DEBUG_LOG_MAX];
69 if (++debug_log_cnt >= DEBUG_LOG_MAX) \
71 debug_log_cnt = debug_log_cnt % DEBUG_LOG_MAX; \
560 i = (i+1) % DEBUG_LOG_MAX;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A 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; \
536 i = (i+1) % DEBUG_LOG_MAX;

Completed in 53 milliseconds