Searched refs:tfrc_debug (Results 1 – 2 of 2) sorted by relevance
12 bool tfrc_debug; variable13 module_param(tfrc_debug, bool, 0644);14 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
20 extern bool tfrc_debug;21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)
Completed in 5 milliseconds