Searched defs:nice (Results 1 – 4 of 4) sorted by relevance
/kernel/sched/ |
D | autogroup.h | 17 int nice; member
|
D | autogroup.c | 231 int proc_sched_autogroup_set_nice(struct task_struct *p, int nice) in proc_sched_autogroup_set_nice()
|
D | core.c | 2160 static inline int __normal_prio(int policy, int rt_prio, int nice) in __normal_prio() 7224 void set_user_nice(struct task_struct *p, long nice) in set_user_nice() 7291 static bool is_nice_reduction(const struct task_struct *p, const int nice) in is_nice_reduction() 7304 int can_nice(const struct task_struct *p, const int nice) in can_nice() 7318 SYSCALL_DEFINE1(nice, int, increment) in SYSCALL_DEFINE1() argument 7320 long nice, retval; in SYSCALL_DEFINE1() local 7991 void sched_set_normal(struct task_struct *p, int nice) in sched_set_normal() 11312 struct cftype *cft, s64 nice) in cpu_weight_nice_write_s64()
|
/kernel/trace/ |
D | trace.h | 171 unsigned long nice; member
|