Searched refs:check_rlimit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 878 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()
|