Searched refs:autorun_param (Results 1 – 1 of 1) sorted by relevance
36 static bool autorun_param = true; variable38 static bool autorun_param; variable40 module_param_named(autorun, autorun_param, bool, 0);45 return autorun_param; in kunit_autorun()