Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dsignal.h668 static inline unsigned long task_rlimit_max(const struct task_struct *tsk, in task_rlimit_max() function
681 return task_rlimit_max(current, limit); in rlimit_max()
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c839 unsigned long hard = task_rlimit_max(tsk, RLIMIT_RTTIME); in check_thread_timers()
958 unsigned long hard = task_rlimit_max(tsk, RLIMIT_CPU); in check_process_timers()
/Linux-v4.19/kernel/sched/
Drt.c2295 hard = task_rlimit_max(p, RLIMIT_RTTIME); in watchdog()