Searched refs:check_rlimit (Results 1 – 1 of 1) sorted by relevance
/kernel/time/ |
D | posix-cpu-timers.c | 872 static bool check_rlimit(u64 time, u64 limit, int signo, bool rt, bool hard) in check_rlimit() function 918 check_rlimit(rttime, hard, SIGKILL, true, true)) in check_thread_timers() 922 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) { in check_thread_timers() 1017 check_rlimit(ptime, hardns, SIGKILL, false, true)) in check_process_timers() 1021 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) { in check_process_timers()
|