Searched refs:RLIMIT_CPU (Results 1 – 17 of 17) sorted by relevance
34 RLIMIT_CPU = 0, enumerator35 #define RLIMIT_CPU RLIMIT_CPU macro
16 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
13 [RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
947 soft = task_rlimit(tsk, RLIMIT_CPU); in check_process_timers()950 unsigned long hard = task_rlimit_max(tsk, RLIMIT_CPU); in check_process_timers()962 sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1; in check_process_timers()
1600 if (!retval && new_rlim && resource == RLIMIT_CPU && in do_prlimit()
1602 cpu_limit = READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur); in posix_cpu_timers_init_group()
577 [RLIMIT_CPU] = {"Max cpu time", "seconds"},
2513 update_rlimit_cpu(current, rlimit(RLIMIT_CPU)); in selinux_bprm_committing_creds()
3694 * RLIMIT_CPU: Limits on Resources. (line 127)
4165 ‘RLIMIT_CPU’4294 Maximum CPU time. Same as ‘RLIMIT_CPU’ for ‘setrlimit’.
9445 ‘RLIMIT_CPU’