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

/net/batman-adv/
H A Ddebugfs.c41 static char *batadv_log_char_addr(struct batadv_priv_debug_log *debug_log, argument
44 return &debug_log->log_buff[idx & BATADV_LOG_BUFF_MASK];
47 static void batadv_emit_log_char(struct batadv_priv_debug_log *debug_log, argument
52 char_addr = batadv_log_char_addr(debug_log, debug_log->log_end);
54 debug_log->log_end++;
56 if (debug_log->log_end - debug_log->log_start > batadv_log_buff_len)
57 debug_log->log_start = debug_log
61 batadv_fdebug_log(struct batadv_priv_debug_log *debug_log, const char *fmt, ...) argument
116 batadv_log_empty(struct batadv_priv_debug_log *debug_log) argument
125 struct batadv_priv_debug_log *debug_log = bat_priv->debug_log; local
179 struct batadv_priv_debug_log *debug_log = bat_priv->debug_log; local
[all...]
H A Dtypes.h753 * @debug_log: holding debug logging relevant data
811 struct batadv_priv_debug_log *debug_log; member in struct:batadv_priv

Completed in 18 milliseconds