* xlat/schedulers.in: Provide fallback values, add #value_indexed. (SCHED_ISO): Comment out, not currently used in Linux.
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
#value_indexed
|
|
SCHED_OTHER 0
|
|
SCHED_FIFO 1
|
|
SCHED_RR 2
|
|
SCHED_BATCH 3
|
|
/* SCHED_ISO */
|
|
SCHED_IDLE 5
|
|
SCHED_DEADLINE 6
|