Searched refs:RLIMIT_RTPRIO (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | resource.h | 47 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | resource.h | 47 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | resource.h | 32 #define RLIMIT_RTPRIO 14 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | resource.h | 45 #define RLIMIT_RTPRIO 14 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | resource.h | 45 #define RLIMIT_RTPRIO 14 macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | resource.h | 27 [RLIMIT_RTPRIO] = { 0, 0 }, \
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | resource.h | 27 [RLIMIT_RTPRIO] = { 0, 0 }, \
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 599 [RLIMIT_RTPRIO] = {"Max realtime priority", NULL},
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 603 [RLIMIT_RTPRIO] = {"Max realtime priority", NULL},
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core.c | 5463 task_rlimit(p, RLIMIT_RTPRIO); in __sched_setscheduler()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core.c | 7763 unsigned long rlim_rtprio = task_rlimit(p, RLIMIT_RTPRIO); in user_check_sched_setscheduler()
|
Completed in 35 milliseconds