Searched refs:log_end (Results 1 – 2 of 2) sorted by relevance
74 char_addr = batadv_log_char_addr(debug_log, debug_log->log_end); in batadv_emit_log_char()76 debug_log->log_end++; in batadv_emit_log_char()78 if (debug_log->log_end - debug_log->log_start > batadv_log_buff_len) in batadv_emit_log_char()79 debug_log->log_start = debug_log->log_end - batadv_log_buff_len; in batadv_emit_log_char()140 return !(debug_log->log_start - debug_log->log_end); in batadv_log_empty()173 (debug_log->log_start != debug_log->log_end)) { in batadv_log_read()
594 unsigned long log_end; member