Searched refs:ft_debug_logging (Results 1 – 3 of 3) sorted by relevance
132 extern unsigned int ft_debug_logging;
47 unsigned int ft_debug_logging; variable48 module_param_named(debug_logging, ft_debug_logging, int, S_IRUGO|S_IWUSR);
79 if (unlikely(ft_debug_logging)) in ft_dump_cmd()