Home
last modified time | relevance | path

Searched refs:niceval (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
A Dsys.c187 if (niceval < task_nice(p) && !can_nice(p, niceval)) { in set_one_prio()
217 if (niceval < MIN_NICE) in SYSCALL_DEFINE3()
218 niceval = MIN_NICE; in SYSCALL_DEFINE3()
219 if (niceval > MAX_NICE) in SYSCALL_DEFINE3()
220 niceval = MAX_NICE; in SYSCALL_DEFINE3()
295 if (niceval > retval) in SYSCALL_DEFINE2()
296 retval = niceval; in SYSCALL_DEFINE2()
306 if (niceval > retval) in SYSCALL_DEFINE2()
307 retval = niceval; in SYSCALL_DEFINE2()
323 if (niceval > retval) in SYSCALL_DEFINE2()
[all …]
/linux/include/linux/
A Dsyscalls.h744 asmlinkage long sys_setpriority(int which, int who, int niceval);

Completed in 9 milliseconds