Home
last modified time | relevance | path

Searched refs:can_nice (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c5492 * can_nice - check if a task can reduce its nice value
5496 int can_nice(const struct task_struct *p, const int nice) in can_nice() function
5526 if (increment < 0 && !can_nice(current, nice)) { in SYSCALL_DEFINE1()
5721 !can_nice(p, attr->sched_nice)) { in __sched_setscheduler()
5755 if (!can_nice(p, task_nice(p))) { in __sched_setscheduler()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1841 extern int can_nice(const struct task_struct *p, const int nice);

Completed in 15 milliseconds