Home
last modified time | relevance | path

Searched refs:RLIMIT_CPU (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dresource.h16 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
/linux/include/asm-generic/
H A Dresource.h13 [RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux/security/apparmor/
H A Dresource.c199 if (j == RLIMIT_CPU && in __aa_transition_rlimits()
/linux/kernel/
H A Dfork.c1689 cpu_limit = READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur); in posix_cpu_timers_init_group()
H A Dsys.c1541 * RLIMIT_CPU handling. Arm the posix CPU timer if the limit is not in do_prlimit()
1545 if (!retval && new_rlim && resource == RLIMIT_CPU && in do_prlimit()
/linux/fs/proc/
H A Dbase.c612 [RLIMIT_CPU] = {"Max cpu time", "seconds"},
/linux/security/selinux/
H A Dhooks.c2532 update_rlimit_cpu(current, rlimit(RLIMIT_CPU)); in selinux_bprm_committing_creds()