From ff85e8be1adbb22abfa2abac57cfaf51c0d23cfe Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Wed, 8 Jul 2020 14:09:12 +0000 Subject: sys/linux: improved the desc for ioprio priority values ioprio priority values (as passed to ioprio_set()) take values from a limited range. This fact was reflected in the descriptions. --- sys/linux/sys_ppc64le.const | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index 95f9b1376..3915e89e5 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -181,6 +181,14 @@ F_UNLCK = 2 F_WRLCK = 1 GRND_NONBLOCK = 1 GRND_RANDOM = 2 +IOPRIO_CLASS_BE_HIGH_PRIO = 16384 +IOPRIO_CLASS_BE_LOW_PRIO = 16391 +IOPRIO_CLASS_BE_MID_PRIO = 16388 +IOPRIO_CLASS_IDLE_PRIO = 24576 +IOPRIO_CLASS_NONE_PRIO = 0 +IOPRIO_CLASS_RT_HIGH_PRIO = 8192 +IOPRIO_CLASS_RT_LOW_PRIO = 8199 +IOPRIO_CLASS_RT_MID_PRIO = 8196 IOPRIO_WHO_PGRP = 2 IOPRIO_WHO_PROCESS = 1 IOPRIO_WHO_USER = 3 -- cgit mrf-deployment