Lines Matching full:default
20 default KUNIT_ALL_TESTS
31 default y
40 default KUNIT_ALL_TESTS
50 default KUNIT_ALL_TESTS
74 bool "Default value of kunit.enable"
75 default y
77 Sets the default value of kunit.enable. If set to N then KUnit
85 bool "Default value of kunit.autorun"
86 default y
88 Sets the default value of kunit.autorun. If set to N then KUnit
97 string "Default value of the filter_glob module parameter"
99 Sets the default value of kunit.filter_glob. If set to a non-empty
105 string "Default value of the filter module parameter"
107 Sets the default value of kunit.filter. If set to a non-empty
113 string "Default value of the filter_action module parameter"
115 Sets the default value of kunit.filter_action. If set to a non-empty
121 int "Default value of the timeout module parameter"
122 default 300
124 Sets the default timeout, in seconds, for Kunit test cases. This value
126 setting: 1x for `DEFAULT`, 3x for `KUNIT_SPEED_SLOW`, and 12x for
130 If unsure, the default timeout of 300 seconds is suitable for most
140 default on UML.