Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dfasttimer.c59 static unsigned int debug_log_cnt; variable
66 debug_log_string[debug_log_cnt] = (string); \
67 debug_log_value[debug_log_cnt] = (unsigned long)(value); \
68 if (++debug_log_cnt >= DEBUG_LOG_MAX) \
70 debug_log_cnt = debug_log_cnt % DEBUG_LOG_MAX; \
523 int end_i = debug_log_cnt; in proc_fasttimer_show()
527 i = debug_log_cnt; in proc_fasttimer_show()
/linux-4.4.14/arch/cris/arch-v32/kernel/
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; \
497 int end_i = debug_log_cnt; in proc_fasttimer_show()
501 i = debug_log_cnt; in proc_fasttimer_show()