Searched refs:debug_log_cnt (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.c60 static unsigned int debug_log_cnt; variable
67 debug_log_string[debug_log_cnt] = (string); \
68 debug_log_value[debug_log_cnt] = (unsigned long)(value); \
69 if (++debug_log_cnt >= DEBUG_LOG_MAX) \
71 debug_log_cnt = debug_log_cnt % DEBUG_LOG_MAX; \
547 int end_i = debug_log_cnt;
552 i = debug_log_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dfasttimer.c66 static unsigned int debug_log_cnt; variable
73 debug_log_string[debug_log_cnt] = (string); \
74 debug_log_value[debug_log_cnt] = (unsigned long)(value); \
75 if (++debug_log_cnt >= DEBUG_LOG_MAX) \
77 debug_log_cnt = debug_log_cnt % DEBUG_LOG_MAX; \
525 int end_i = debug_log_cnt;
529 i = debug_log_cnt;

Completed in 23 milliseconds