Home
last modified time | relevance | path

Searched refs:RLIMIT_NICE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h45 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to macro
/openbmc/linux/include/asm-generic/
H A Dresource.h26 [RLIMIT_NICE] = { 0, 0 }, \
/openbmc/linux/fs/proc/
H A Dbase.c625 [RLIMIT_NICE] = {"Max nice priority", NULL},
/openbmc/qemu/linux-user/
H A Dstrace.c3948 RET_RES_ENTRY(RLIMIT_NICE); in target_ressource_string()
H A Dsyscall.c1040 return RLIMIT_NICE; in target_to_host_resource()
/openbmc/linux/drivers/android/
H A Dbinder.c683 min_nice = rlimit_to_nice(rlimit(RLIMIT_NICE)); in binder_set_nice()
/openbmc/linux/kernel/sched/
H A Dcore.c7256 return (nice_rlim <= task_rlimit(p, RLIMIT_NICE)); in is_nice_reduction()