Lines Matching full:default
3 int "Default max job timeout (ms)"
4 default 10000 # milliseconds
6 Configures the default max job timeout after which job will
9 int "Default min job timeout (ms)"
10 default 1 # milliseconds
12 Configures the default min job timeout after which job will
15 int "Default max timeslice duration (us)"
16 default 10000000 # microseconds
18 Configures the default max timeslice duration between multiple
21 int "Default min timeslice duration (us)"
22 default 1 # microseconds
24 Configures the default min timeslice duration between multiple
28 default 640000 # microseconds
35 int "Default max preempt timeout (us)"
36 default 10000000 # microseconds
38 Configures the default max preempt timeout after which context
42 int "Default min preempt timeout (us)"
43 default 1 # microseconds
45 Configures the default min preempt timeout after which context
49 bool "Default configuration of limitation on scheduler timeout"
50 default y
55 apply limitation. By default limitation is applied.