Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsignal.h768 static inline unsigned long task_rlimit_max(const struct task_struct *task,
781 return task_rlimit_max(current, limit); in rlimit_max()
769 static inline unsigned long task_rlimit_max(const struct task_struct *task, task_rlimit_max() function
/linux/kernel/time/
H A Dposix-cpu-timers.c883 unsigned long hard = task_rlimit_max(tsk, RLIMIT_RTTIME); in check_rlimit()
979 unsigned long hard = task_rlimit_max(tsk, RLIMIT_CPU); in check_process_timers()
/linux/kernel/sched/
H A Drt.c2541 hard = task_rlimit_max(p, RLIMIT_RTTIME); in prio_changed_rt()