Lines Matching full:default
2 int "Default max job timeout (ms)"
3 default 10000 # milliseconds
5 Configures the default max job timeout after which job will
8 int "Default min job timeout (ms)"
9 default 1 # milliseconds
11 Configures the default min job timeout after which job will
14 int "Default max timeslice duration (us)"
15 default 10000000 # microseconds
17 Configures the default max timeslice duration between multiple
20 int "Default min timeslice duration (us)"
21 default 1 # microseconds
23 Configures the default min timeslice duration between multiple
27 default 640000 # microseconds
34 int "Default max preempt timeout (us)"
35 default 10000000 # microseconds
37 Configures the default max preempt timeout after which context
41 int "Default min preempt timeout (us)"
42 default 1 # microseconds
44 Configures the default min preempt timeout after which context
48 bool "Default configuration of limitation on scheduler timeout"
49 default y
54 apply limitation. By default limitation is applied.