Home
last modified time | relevance | path

Searched refs:RLIMIT_RTPRIO (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h47 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */ macro
/openbmc/linux/include/asm-generic/
H A Dresource.h27 [RLIMIT_RTPRIO] = { 0, 0 }, \
/openbmc/linux/fs/proc/
H A Dbase.c626 [RLIMIT_RTPRIO] = {"Max realtime priority", NULL},
/openbmc/qemu/linux-user/
H A Dstrace.c4100 RET_RES_ENTRY(RLIMIT_RTPRIO); in target_ressource_string()
H A Dsyscall.c1078 return RLIMIT_RTPRIO; in target_to_host_resource()
/openbmc/linux/kernel/sched/
H A Dcore.c7575 unsigned long rlim_rtprio = task_rlimit(p, RLIMIT_RTPRIO); in user_check_sched_setscheduler()