Searched refs:check_rlimit (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/time/ |
A D | posix-cpu-timers.c | 876 static bool check_rlimit(u64 time, u64 limit, int signo, bool rt, bool hard) in check_rlimit() function 922 check_rlimit(rttime, hard, SIGKILL, true, true)) in check_thread_timers() 926 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) { in check_thread_timers() 1021 check_rlimit(ptime, hardns, SIGKILL, false, true)) in check_process_timers() 1025 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) { in check_process_timers()
|
Completed in 5 milliseconds