Searched refs:tfrc_debug (Results 1 – 2 of 2) sorted by relevance
11 bool tfrc_debug; variable12 module_param(tfrc_debug, bool, 0644);13 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
24 extern bool tfrc_debug;25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)