aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/prio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()Dongsheng Yang1-0/+16
2014-02-22sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.hDongsheng Yang1-2/+6
2014-02-22sched/prio: Use DEFAULT_PRIO to define NICE_TO_PRIO() and PRIO_TO_NICE()Dongsheng Yang1-2/+2
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang1-1/+0
2014-02-09sched: Expose some macros related to priorityDongsheng Yang1-0/+18
2014-02-09sched: Move the priority specific bits into a new header fileDongsheng Yang1-0/+23