Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c878 static bool check_rlimit(u64 time, u64 limit, int signo, bool rt, bool hard) in check_rlimit() function
924 check_rlimit(rttime, hard, SIGKILL, true, true)) in check_thread_timers()
928 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) { in check_thread_timers()
1023 check_rlimit(ptime, hardns, SIGKILL, false, true)) in check_process_timers()
1027 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) { in check_process_timers()