Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dresource.h47 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */ macro
/linux/include/asm-generic/
H A Dresource.h27 [RLIMIT_RTPRIO] = { 0, 0 }, \
/linux/kernel/sched/
H A Dsyscalls.c479 unsigned long rlim_rtprio = task_rlimit(p, RLIMIT_RTPRIO); in user_check_sched_setscheduler()