Searched refs:RLIMIT_CPU (Results 1 – 7 of 7) sorted by relevance
16 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
13 [RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
955 soft = task_rlimit(tsk, RLIMIT_CPU); in check_process_timers()958 unsigned long hard = task_rlimit_max(tsk, RLIMIT_CPU); in check_process_timers()983 sig->rlim[RLIMIT_CPU].rlim_cur = soft; in check_process_timers()
1556 if (resource == RLIMIT_CPU && new_rlim->rlim_cur == 0) { in do_prlimit()1580 if (!retval && new_rlim && resource == RLIMIT_CPU && in do_prlimit()
1455 cpu_limit = READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur); in posix_cpu_timers_init_group()
549 [RLIMIT_CPU] = {"Max cpu time", "seconds"},
2679 update_rlimit_cpu(current, rlimit(RLIMIT_CPU)); in selinux_bprm_committing_creds()