Searched refs:_batadv_dbg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/batman-adv/ |
D | log.h | 90 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \ macro 100 static inline void _batadv_dbg(int type __always_unused, in _batadv_dbg() function 115 _batadv_dbg(type, bat_priv, 0, ## arg) 124 _batadv_dbg(type, bat_priv, 1, ## arg)
|