Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h16 #define RLIMIT_CPU 0 /* CPU time in sec */ macro
/openbmc/linux/include/asm-generic/
H A Dresource.h13 [RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c1013 soft = task_rlimit(tsk, RLIMIT_CPU); in check_process_timers()
1016 unsigned long hard = task_rlimit_max(tsk, RLIMIT_CPU); in check_process_timers()
1028 sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1; in check_process_timers()
/openbmc/linux/kernel/
H A Dsys.c1500 if (!retval && new_rlim && resource == RLIMIT_CPU && in do_prlimit()
H A Dfork.c1842 cpu_limit = READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur); in posix_cpu_timers_init_group()
/openbmc/linux/fs/proc/
H A Dbase.c612 [RLIMIT_CPU] = {"Max cpu time", "seconds"},
/openbmc/qemu/linux-user/
H A Dstrace.c4090 RET_RES_ENTRY(RLIMIT_CPU); in target_ressource_string()
H A Dsyscall.c1058 return RLIMIT_CPU; in target_to_host_resource()
/openbmc/linux/security/selinux/
H A Dhooks.c2494 update_rlimit_cpu(current, rlimit(RLIMIT_CPU)); in selinux_bprm_committing_creds()