Lines Matching refs:soft
894 unsigned long soft; in check_thread_timers() local
908 soft = task_rlimit(tsk, RLIMIT_RTTIME); in check_thread_timers()
909 if (soft != RLIM_INFINITY) { in check_thread_timers()
920 if (check_rlimit(rttime, soft, SIGXCPU, true, false)) { in check_thread_timers()
921 soft += USEC_PER_SEC; in check_thread_timers()
922 tsk->signal->rlim[RLIMIT_RTTIME].rlim_cur = soft; in check_thread_timers()
972 unsigned long soft; in check_process_timers() local
1005 soft = task_rlimit(tsk, RLIMIT_CPU); in check_process_timers()
1006 if (soft != RLIM_INFINITY) { in check_process_timers()
1010 u64 softns = (u64)soft * NSEC_PER_SEC; in check_process_timers()
1020 sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1; in check_process_timers()