RLIMIT_CPU
[RLIMIT_CPU] = {"Max cpu time", "seconds"},
[RLIMIT_CPU] = { RLIM_INFINITY, RLIM_INFINITY }, \
cpu_limit = READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur);
if (!retval && new_rlim && resource == RLIMIT_CPU &&
soft = task_rlimit(tsk, RLIMIT_CPU);
unsigned long hard = task_rlimit_max(tsk, RLIMIT_CPU);
sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1;
if (j == RLIMIT_CPU &&
update_rlimit_cpu(current, rlimit(RLIMIT_CPU));