Searched refs:autorun_param (Results 1 – 1 of 1) sorted by relevance
46 static bool autorun_param = true; variable48 static bool autorun_param; variable50 module_param_named(autorun, autorun_param, bool, 0);55 return autorun_param; in kunit_autorun()