Searched refs:batadv_log_buff_len (Results 1 – 1 of 1) sorted by relevance
37 #define BATADV_LOG_BUFF_MASK (batadv_log_buff_len - 1)39 static const int batadv_log_buff_len = BATADV_LOG_BUF_LEN; variable56 if (debug_log->log_end - debug_log->log_start > batadv_log_buff_len) in batadv_emit_log_char()57 debug_log->log_start = debug_log->log_end - batadv_log_buff_len; in batadv_emit_log_char()