Home
last modified time | relevance | path

Searched refs:RLIMIT_RTTIME (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Dresource.h47 #define RLIMIT_RTTIME 15 /* timeout for RT tasks in us */ macro
/linux-4.4.14/include/asm-generic/
Dresource.h27 [RLIMIT_RTTIME] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c886 soft = READ_ONCE(sig->rlim[RLIMIT_RTTIME].rlim_cur); in check_thread_timers()
889 READ_ONCE(sig->rlim[RLIMIT_RTTIME].rlim_max); in check_thread_timers()
906 sig->rlim[RLIMIT_RTTIME].rlim_cur = soft; in check_thread_timers()
/linux-4.4.14/kernel/sched/
Drt.c2192 soft = task_rlimit(p, RLIMIT_RTTIME); in watchdog()
2193 hard = task_rlimit_max(p, RLIMIT_RTTIME); in watchdog()
/linux-4.4.14/fs/proc/
Dbase.c613 [RLIMIT_RTTIME] = {"Max realtime timeout", "us"},