[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <602ae6aa7d5dde0c703d42cac708bc8c844ffb54.1394513466.git.yangds.fnst@cn.fujitsu.com>
Date: Tue, 11 Mar 2014 12:59:28 +0800
From: Dongsheng Yang <yangds.fnst@...fujitsu.com>
To: linux-kernel@...r.kernel.org
Cc: joe@...ches.com, peterz@...radead.org, mingo@...nel.org,
tglx@...utronix.de, Dongsheng Yang <yangds.fnst@...fujitsu.com>
Subject: [PATCH 13/15] sched/prio: Add a macro named RLIMIT_TO_NICE in prio.h.
Signed-off-by: Dongsheng Yang <yangds.fnst@...fujitsu.com>
---
include/linux/sched/prio.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/sched/prio.h b/include/linux/sched/prio.h
index 8e78c47..e34bf0a 100644
--- a/include/linux/sched/prio.h
+++ b/include/linux/sched/prio.h
@@ -45,5 +45,6 @@
* Convert nice value [19,-20] to rlimit style value [1,40].
*/
#define NICE_TO_RLIMIT(nice) (MAX_NICE - nice + 1)
+#define RLIMIT_TO_NICE(prio) (MAX_NICE - prio + 1)
#endif /* _SCHED_PRIO_H */
--
1.8.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists