Lines Matching full:default
21 default y
32 default !PANIC_ON_OOPS
41 default KUNIT_ALL_TESTS
51 default KUNIT_ALL_TESTS
75 bool "Default value of kunit.enable"
76 default y
78 Sets the default value of kunit.enable. If set to N then KUnit
86 bool "Default value of kunit.autorun"
87 default y
89 Sets the default value of kunit.autorun. If set to N then KUnit
98 string "Default value of the filter_glob module parameter"
100 Sets the default value of kunit.filter_glob. If set to a non-empty
106 string "Default value of the filter module parameter"
108 Sets the default value of kunit.filter. If set to a non-empty
114 string "Default value of the filter_action module parameter"
116 Sets the default value of kunit.filter_action. If set to a non-empty
122 int "Default value of the timeout module parameter"
123 default 300
125 Sets the default timeout, in seconds, for Kunit test cases. This value
127 setting: 1x for `DEFAULT`, 3x for `KUNIT_SPEED_SLOW`, and 12x for
131 If unsure, the default timeout of 300 seconds is suitable for most
141 default on UML.