Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h48 #define RLIMIT_RTTIME 15 /* timeout for RT tasks in us */ macro
/openbmc/linux/include/asm-generic/
H A Dresource.h28 [RLIMIT_RTTIME] = { RLIM_INFINITY, RLIM_INFINITY }, \
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c916 soft = task_rlimit(tsk, RLIMIT_RTTIME); in check_thread_timers()
920 unsigned long hard = task_rlimit_max(tsk, RLIMIT_RTTIME); in check_thread_timers()
930 tsk->signal->rlim[RLIMIT_RTTIME].rlim_cur = soft; in check_thread_timers()
/openbmc/linux/kernel/sched/
H A Drt.c2608 soft = task_rlimit(p, RLIMIT_RTTIME); in watchdog()
2609 hard = task_rlimit_max(p, RLIMIT_RTTIME); in watchdog()
/openbmc/qemu/linux-user/
H A Dstrace.c4101 #ifdef RLIMIT_RTTIME in target_ressource_string()
4102 RET_RES_ENTRY(RLIMIT_RTTIME); in target_ressource_string()
H A Dsyscall.c1079 #ifdef RLIMIT_RTTIME in target_to_host_resource()
1081 return RLIMIT_RTTIME; in target_to_host_resource()
/openbmc/linux/fs/proc/
H A Dbase.c627 [RLIMIT_RTTIME] = {"Max realtime timeout", "us"},