/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit01.c | 33 #ifdef RLIMIT_NICE 34 {RLIMIT_NICE, "RLIMIT_NICE"},
|
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
H A D | sched_setscheduler03.c | 80 l_rlimit_show(RLIMIT_NICE, &tmp_rlimit); in l_rlimit_setup() 116 l_rlimit_show(RLIMIT_NICE, &limit); in setup() 122 * into nice 20, we make this RLIMIT_NICE smaller than that, to in setup() 128 l_rlimit_setup(RLIMIT_NICE, &limit); in setup()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | resource.h | 66 #define RLIMIT_NICE 13 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 91 #define RLIMIT_NICE 13 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 91 #define RLIMIT_NICE 13 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 91 #define RLIMIT_NICE 13 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 91 #define RLIMIT_NICE 13 macro
|
/third_party/musl/include/sys/ |
H A D | resource.h | 91 #define RLIMIT_NICE 13 macro
|
/third_party/toybox/toys/posix/ |
H A D | ulimit.c | 65 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE, in ulimit_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 250 pub const RLIMIT_NICE: ::__rlimit_resource_t = 13; consts 270 pub const RLIMIT_NICE: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 234 pub const RLIMIT_NICE: ::__rlimit_resource_t = 13; consts 254 pub const RLIMIT_NICE: ::c_int = 13; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 212 pub const RLIMIT_NICE: ::__rlimit_resource_t = 13; consts 233 pub const RLIMIT_NICE: ::c_int = 13; consts
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.h | 50 #if !defined(RLIMIT_NICE) && defined(__linux__) 51 #define RLIMIT_NICE 13 macro
|
/third_party/python/Modules/ |
H A D | resource.c | 438 #ifdef RLIMIT_NICE in resource_exec() 439 ADD_INT(module, RLIMIT_NICE); in resource_exec()
|
/third_party/pulseaudio/src/daemon/ |
H A D | daemon-conf.h | 121 #ifdef RLIMIT_NICE
|
H A D | ohos_daemon-conf.c | 139 #ifdef RLIMIT_NICE 652 #ifdef RLIMIT_NICE in pa_daemon_conf_load() 870 #ifdef RLIMIT_NICE in pa_daemon_conf_dump()
|
H A D | daemon-conf.c | 139 #ifdef RLIMIT_NICE 652 #ifdef RLIMIT_NICE in pa_daemon_conf_load() 870 #ifdef RLIMIT_NICE in pa_daemon_conf_dump()
|
H A D | main.c | 414 #ifdef RLIMIT_NICE in set_all_rlimits() 415 set_one_rlimit(&conf->rlimit_nice, RLIMIT_NICE, "RLIMIT_NICE"); in set_all_rlimits()
|
H A D | ohos_pa_main.c | 417 #ifdef RLIMIT_NICE in set_all_rlimits() 418 set_one_rlimit(&conf->rlimit_nice, RLIMIT_NICE, "RLIMIT_NICE"); in set_all_rlimits()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 216 pub const RLIMIT_NICE: ::__rlimit_resource_t = 13; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 110 RLIMIT_NICE,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | types.rs | 73 /// `RLIMIT_NICE` 74 Nice = linux_raw_sys::general::RLIMIT_NICE,
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | types.rs | 126 /// `RLIMIT_NICE` 139 Nice = c::RLIMIT_NICE as c::c_int,
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 380 C(RLIMIT_SIGPENDING), C(RLIMIT_MSGQUEUE), C(RLIMIT_NICE), in print_alternatives()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1422 [RLIMIT_NICE] = "LimitNICE",
|