Home
last modified time | relevance | path

Searched refs:nice_to_rlimit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dprio.h48 static inline long nice_to_rlimit(long nice) in nice_to_rlimit() function
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c298 niceval = nice_to_rlimit(task_nice(p)); in SYSCALL_DEFINE2()
309 niceval = nice_to_rlimit(task_nice(p)); in SYSCALL_DEFINE2()
326 niceval = nice_to_rlimit(task_nice(p)); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c5307 int nice_rlim = nice_to_rlimit(nice); in can_nice()