Searched refs:ft_debug_logging (Results 1 – 3 of 3) sorted by relevance
123 extern unsigned int ft_debug_logging;
39 unsigned int ft_debug_logging; variable40 module_param_named(debug_logging, ft_debug_logging, int, S_IRUGO|S_IWUSR);
65 if (unlikely(ft_debug_logging)) in ft_dump_cmd()