strace/xlat/sched_flags.in
Eugene Syromyatnikov 0d592163cd xlat: update the list of SCHED_FLAG_* constants
* xlat/sched_flags.in (SCHED_FLAG_RECLAIM, SCHED_FLAG_DL_OVERRUN): New
constants introduced by linux kernel commits v4.13-rc1~205^2~27 and
v4.16-rc1~164^2~8, respectively.
(SCHED_FLAG_RESET_ON_FORK): Add constant value.
* tests/sched_xetattr.c: Update expected output.
* NEWS: Mention it.
2018-02-27 13:14:38 +00:00

4 lines
74 B
Plaintext

SCHED_FLAG_RESET_ON_FORK 1
SCHED_FLAG_RECLAIM 2
SCHED_FLAG_DL_OVERRUN 4